Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Dark_Phantom

#541
Yeah, let me know which way you guys want to go and we can get a test up and running - it definitely is possible according to my research to do it straight from the MS or through something like Discord.
#542
I believe it is also possible to set Windowed mode resolution right after /windowed in the shortcut
#543
HOSTS file edit should work the same on Mac as it does on PC - I believe I've done it on Linux before and it's the same idea. 
http://www.swbfgamers.com/index.php?topic=7840.0
If you ping swbfspy.com it will give you the IP address.

This page is exactly what I've done on Linux except I've never done the DNS flush before.  https://www.imore.com/how-edit-your-macs-hosts-file-and-why-you-would-want

edit: Transgaming may have an issue running modified exes?  I'm not sure why it wouldn't start up at all.  That's very strange.
#544
You'll probably need to fix tfushell.req and imp_inf_marine.req as well.  I'm not as familiar with BF2 but it looks like you are missing shell.req as well, which could be the overall req for the level.
#545
Welcome to SWBFGamers!
#546
Videos and Screen Shots / Re: Farewell SWBF
June 01, 2018, 02:44:12 PM
Thanks SP, and farewell!  I enjoyed playing with you and watching your videos - they were well done.
#547
I would think they could do something with [spoiler]Kessel[/spoiler].  We could also have someone make us do the Kessel Run in less than 12 parsecs. (Did not spoiler since that's ANH).
#548
Hello SWBFgamers,

I have told a couple of you this, but I figured I'd post it to the public.  I have started speedrunning and just general streaming of Battlefront 1.  I got up enough nerve to stream for the first time today and actually quite enjoyed it.  If you wish to check out my past streams (as of this moment, 0 because archiving and local recording were not enabled  :slap:) or catch future ones, you can try here:


I have previously posted speedruns on my Youtube channel (HERE), and will continue to do so for runs I think are worthy.  If you want to see the current records, go to www.speedrun.com/swbf

Thanks for watching!
#549
I would be curious to see the modifications because when I tried in the past I received errors - and as far as I know, I'm in the majority.  I have no doubt that people have gotten it to work, but I don't remember it being posted.
#550
Sound files are a much bigger animal than that - the sound munging just doesn't work right in 64-bit. I haven't ever actually done completed any sound munging because I've always had a 64-bit machine while modding and never tried modding on a 32-bit machine.

Windows 7 can be 32-bit, but after that, good luck finding a machine that can do it.  Windows XP is your best bet, but also beware that there is a 64-bit version of that floating around too.
#551
Please try getting rid of the spaces in your path (D:\blablabla\missionbuilder) seems to not be able to find the files).  I'm not sure if that's the exact error, but that's at least part of it I think.
#552
For Polis Massa, I believe the solution was to create an effect region with the property to AddHealth (kinda like the med droid) except for the value was negative, so it took away health.
#553
I don't remember if Geonosian sounds are tied to the geo.lvl or not.  This may be your safest bet. Also it has been a while since I worked with sounds.

   
Code (lua) Select
ReadDataFile("sound\\geo.lvl;geo1cw");

--This goes right below your mission objectives

And then this goes down in the "Sound" section of the lua.  Swap this with what you have to avoid running out of space for sound.
   
Code (lua) Select
OpenAudioStream("sound\\geo.lvl",  "geocw_music");
    OpenAudioStream("sound\\cw.lvl",  "cw_vo");
    OpenAudioStream("sound\\cw.lvl",  "cw_tac_vo");
    OpenAudioStream("sound\\geo.lvl",  "geo1cw");
    OpenAudioStream("sound\\geo.lvl",  "geo1cw");


#554
General / Re: What is info.swbfspy.org!?
May 14, 2018, 12:14:02 PM
All of the .org domains belong to a banned former member of our website.  Please read this thread: http://www.swbfgamers.com/index.php?topic=12200.msg114859#msg114859

#555
Yeah we'd just like to prove it works, and if someone with a Mac would like to try, we can prove that DC really does work.