Hard Light Productions Forums

General FreeSpace => FreeSpace & FreeSpace Open Support => Topic started by: DivisionByZero on September 24, 2007, 06:25:06 pm

Title: n00b questions
Post by: DivisionByZero on September 24, 2007, 06:25:06 pm
Hello all. I just recently discovered this diamond in the rough that is the SCP and I'm all excited about Freespace 1&2 etc. I've also begun the switch over to linux for various reasons and am slowly learning this material, but the open source mind-set is something I very much appreciate.

I have some n00bish questions, though, regarding fs2_open though, and I'm hoping I can get some help on them.

First, the hardware info:
I'm using an HP Pavilion dv6000 with Intel Celeron processor (1.8GHz, 512MB ram)
Graphics are Intel 965GM chipset
Sound is Intel chipset (don't have the machine in front of me at the moment)
Linux distro is OpenSUSE 10.2

First, I followed the installation instructions and compiled the binaries (first things I've had to compile!) and the game starts and all that. However, I seem to be having some sound issues... at least with fsport (haven't tried Media_VPS). I didn't do any build optimizations.

During the first cut scene, the sound seems to be lagged from the video quite a ways (~40sec) and there's this weird chopping effect, like the sound itself is lagging, but the graphics are working fine.  Is there a way for me to try and test cut scenes outside fo the game to try and debug this? Also, the sound just plain seems slow in game during briefings. Not sure what it's supposed to be like since I never played retail, etc.
I had been trying to update my ALSA material to get my headphones on my machine working, but it's entirely possible that I didn't quite get this right? any suggestions on trouble shooting this or finding out if it's an OpenAL problem or ALSA?  Again, total n00b here.

Second and perhaps more directed at the SCP, am I playing the updated game when I do the fs2_open_r -<options> -fsport in the command line? or do I need the -MediaVPS?  AGain, I want to play through the game in the "regular" order of things, so I've been using the -fsport stuff.  Is that the correct way to do things or am I missing out on some of the hard work that's been going on to update the game?

Finally, are there any good resources on playing the game with a mouse?  It's been years since I owned a joystick and using a laptop starts getting ridiculous if I were to get one. IIRC, Freelancer had a decent mouse input system for ship flight (the mouse would "remember" home and pushing it off of center would be the same as pulling on a joystick). Does anyone know what I'm talking about and is there a way to implement this in FS2_Open?  I suppose I've flown the first few missions well enough with the mouse, but I feel variously hampered/frustrated and/or castrated trying to fly with the mouse.  What options/guides/setups are there around? Straight keyboard flight is not an option since the laptop keyboard is smaller than standard (no separate keypad).

Thanks again for all the help and this project is really amazing.
-Mike
Title: Re: n00b questions
Post by: jr2 on September 24, 2007, 08:34:28 pm
Second and perhaps more directed at the SCP, am I playing the updated game when I do the fs2_open_r -<options> -fsport in the command line? or do I need the -MediaVPS?  AGain, I want to play through the game in the "regular" order of things, so I've been using the -fsport stuff.  Is that the correct way to do things or am I missing out on some of the hard work that's been going on to update the game?

The -mod fsport line will automatically load the Media VPs, if you got your install from Turey's Installer.  If not, make a file in your fsport directory called mod.ini, and put this in it: (After you are done with FS1 and/or ST, then just use -mod mediavps)
Code: [Select]
[launcher]
infotext     = FreeSpace 1, now ported to run on the FreeSpace 2 engine.;
website      = http://fsport.hard-light.net/;
forum        = http://www.hard-light.net/forums/index.php/board,39.0.html;

[multimod]
primarylist  = ;
secondarylist = ,mediavps;

[settings]
Title: Re: n00b questions
Post by: Turey on September 24, 2007, 09:35:07 pm
Second and perhaps more directed at the SCP, am I playing the updated game when I do the fs2_open_r -<options> -fsport in the command line? or do I need the -MediaVPS?  AGain, I want to play through the game in the "regular" order of things, so I've been using the -fsport stuff.  Is that the correct way to do things or am I missing out on some of the hard work that's been going on to update the game?

The -mod fsport line will automatically load the Media VPs, if you got your install from Turey's Installer.  If not, make a file in your fsport directory called mod.ini, and put this in it: (After you are done with FS1 and/or ST, then just use -mod mediavps)

Isn't this a launcher feature, and not a FSO feature? I think you have to use both -fsport and -mediavps to get it to work.
Title: Re: n00b questions
Post by: taylor on September 24, 2007, 09:44:29 pm
Yeah, it's a feature of the Launcher.  I believe that the OS X launcher supports mod.ini files, but I'm not sure if the Linux launcher that was being worked on ever had mod.ini support.  So, basically, consider mod.ini as something that doesn't work under Linux.
Title: Re: n00b questions
Post by: DivisionByZero on September 24, 2007, 10:58:34 pm
I was unaware there was a launcher available for the linux release/build. I was under the impression that you had to run command line script to get things going.

Thank you for the helpful replies so far.
Title: Re: n00b questions
Post by: jr2 on September 25, 2007, 03:05:09 am
So, in that case, just use this:
Code: [Select]
-mod fsport, mediavps