Difference between revisions of "Installing Mods for FS2 Open"

From FreeSpace Wiki
Jump to: navigation, search
(Installing the mod)
(Installing the mod)
Line 48: Line 48:
 
Basically, (remember, -mod mod1,mod2,Media_VPs) FS2 SCP looks for the files it needs in <mod1>, if they are there, then it uses them, if not, it looks in <mod2>, if not there, <Media_VPs>, if not there, then the main FS2 directory.  If there are more than one version of the file it needs, then it will use the one that it finds first, in the order that it looks for them, as seen above.
 
Basically, (remember, -mod mod1,mod2,Media_VPs) FS2 SCP looks for the files it needs in <mod1>, if they are there, then it uses them, if not, it looks in <mod2>, if not there, <Media_VPs>, if not there, then the main FS2 directory.  If there are more than one version of the file it needs, then it will use the one that it finds first, in the order that it looks for them, as seen above.
  
Also, you could use the mod.ini methos so that Media_VPs is automatically appended to the list and you'd only have to type <mod1>,<mod2> in.
+
Also, you could use the mod.ini method so that Media_VPs is automatically appended to the list and you'd only have to type <mod1>,<mod2> in.

Revision as of 17:44, 30 December 2005

Improvements upon Retail

While installing mods for FreeSpace has never been hugely difficult FS2_Open has made considerable improvements to the way that they are handled. Under retail installing more than one mod involved either installing several copies of FS2 or tiresome dragging and renaming of folders and files. Under FS2_Open less than a minutes work when installing a mod can mean that you can swap between mods with nothing more than a click of a button.

Imstalling the Media VP files

To truly take advantage of FS2_Open's modding features you should install the media VP files to a subfolder of your Freespace2 folder. Although you can call this folder anything you like the assumption that will generally be made is that if you have put them in a folder it will be called MediaVPs so it is probably best to stick to that. Now that you have put the media VP files in that folder you must go to the mod tab on the launcher and select MediaVPs as your mod when running FS2. If you don't do this FS2 will run with none of the media VPs features. It will be like playing retail again.

Installing the mod

Be very wary of what the readmes that come with mods tell you to do. Many mods were written before FS2 or FS2_Open had these new features or by people only vaguely aware of what they do. For this reason I'll give you a golden rule.

NEVER install anything to Freespace2\Data regardless of what the instructions say.

If you are following this guide there is no reason to install there (with one exception I'll come to later). Installing to that folder means that FS2 retail and multiplayer will load the mod and probably break. The only exception is if you want the mod to work on multiplayer or retail. For instance if you have downloaded the validated multiplayer missions then there is no harm in placing them there as you want retail multiplayer to be able to access them. However you must take great care when doing this. Any problems you experience later could very easily be due to you installing a retail mod and then forgetting you did it. Since FS2_Open will run the vast majority of retail mods you're probably better off simply installing the mod for FS2_Open.

What you should do is make a folder within your Freespace2 folder. Make sure that this folder has no spaces and no hyphens (In fact FS2_Open doesn't like it if there is a space anywhere in the path so C:\Program Files\Freespace 2\ModName\ is right out). If the mod consists completely of VP files stick them all in there and you're done with this step. If the mods readme tell you to install to Freespace2\Data make a new folder called Data within the one you just created and then follow the instuctions using this new Data folder as if it were Freespace2\Data (i.e if told to stick a file in Freespace2\Data\Tables you stick it in Freespace2\ModName\Data\Tables).

The last step is only required if you want the mod to be able to access the media VP files. For most FS2 based mods this will be true. This is done by creating a new text file called mod.ini (be careful that the computer doesn't call it mod.ini.txt). Cut and paste this into the file

[multimod]
secondrylist = ,Media_VPs;

Place this file in the mods folder. Run the launcher, click on mod, select the new folder and you're ready to play.

Alternative method by jr2 (if you don't want to use mod.ini) Just install the MOD as mentioned above, except skip the part about making a mod.ini file. Then, in the launcher, under the Features tab, enter the following: -mod mod1,mod2,Media_VPs where <mod1> is the mod you want to play, <mod2> is the mod that the mod you're playing depends on, and <Media_VPs> is the name of the folder where you've stuck the Media VP files. For example:

a) to run Transcend if I've installed it to \<whatever_directory_tree_freespace_is_in>\Transcend and if I've installed Media VPs to \<whatever_directory_tree_freespace_is_in>\Media_VPs , I'd type: -mod Transcend,Media_VPs into the Features tab

b) to run the Solar Wars Chapter 1 mod for the Inferno Chapter 1 mod if I've installed Solar Wars Ch 1 to \<whatever_directory_tree_freespace_is_in>\Solar_Wars_Ch1 and if I've installed Inferno Chapter 1 to \<whatever_directory_tree_freespace_is_in>\INFR1 and if I've installed the Media VPs to \<whatever_directory_tree_freespace_is_in>\Media_VPs I'd type: -mod Solar_Wars_Ch1,INFR1,Media_VPs

Basically, (remember, -mod mod1,mod2,Media_VPs) FS2 SCP looks for the files it needs in <mod1>, if they are there, then it uses them, if not, it looks in <mod2>, if not there, <Media_VPs>, if not there, then the main FS2 directory. If there are more than one version of the file it needs, then it will use the one that it finds first, in the order that it looks for them, as seen above.

Also, you could use the mod.ini method so that Media_VPs is automatically appended to the list and you'd only have to type <mod1>,<mod2> in.