
It took me 4ever to find the usage; it's buried in 1 or 2 posts long, long, ago in a galaxy far, far away...
Mod usage:
-mod mod1,mod2,Media_VPs
where <mod1> is the mod you want to play, <mod2> is the mod that it depends on, and <Media_VPs> is where you have put the Media VP files. Since the MOD tab doesn't accept more than one, you must add the line to the features tab.
Therefore, if you put the Transcend files into \games\freespace2\Transcend and you put your media vp files in \games\freespace2\Media_VPs , you'd want to use this:
-mod Transcend,Media_VPs
now if there was a mod of the mod you're playing (eg, Solar Wars for Inferno), you'd want something like this:
-mod Solar_Wars_Ch1,INFR1,Media_VPs
just remember: the mod you're playing first, then it's the mod that that mod depends on, then it's the Media VPs. (and then, of course, the FS2's main dir, which is assumed) If you've got the Media VPs in the FS2 main dir, then skip their entry, as it will be loaded by default (but I would HIGHLY RECOMMEND that if you haven't moved the Media VPs to a subdir, that you do so by entering the following from the freespace2 dir (normally \games\freespace2 :
{read last part if you don't know how to use DOS prompt}
md Media_VPs
<enter>
move mv_*.vp Media_VPs
<enter>
(type that into a command prompt from the FS2 main dir if you've got the Media VPs in the main dir)
{last part, about DOS usage}
to run command prompt from 9x/ME, Start>Run command <Enter> ; for 2K / XP type cmd instead of command
to switch drives eg k: from c: {if you don't have FS2 installed in c:} type:
k:
<enter>
to switch dirs, type
cd\games\freespace2
<enter>
which would change you from whatever dir you were in to \games\freespace2
or
cd freespace2
which would change you from K:\Games to k:\games\freespace2
misc other commands:
rd
remove directory
copy
<duh>
xcopy
<better copy, use with /? switch to get list of switches, such as /v for verify copied ok>
use quotation marks around long filenames or ones that have spaces in them, eg you could run the following from the root dir of the HD with freespace2 in it:
md "\games\freespace2\i put spaces in this path so that it'd make an error in the launcher when all i really wanted to do was run inferno chapter 1"
xcopy "x:\extracted files from downloaded files\huge inferno vps" "\games\freespace2\i put spaces in this path so that it'd make an error in the launcher when all i really wanted to do was run inferno chapter 1" /v

sorry about the tedious DOS info and the spaces - - just something that bugs me...

PS could some moderator copy whatever part of this they deem appropriate for all beginners / people who haven't been to the galaxy far, far away and make it a Sticky? Or at least make their own version and Sticky it so that it's in the main Freepace forum where everyone can see it? Or, way better, put it in the readme 4 FSOpen? Thanks
