Author Topic: Journy to episilon Pegasi  (Read 1154 times)

0 Members and 1 Guest are viewing this topic.

Offline Govenator

  • 26
  • You have been targeted for termination!
Journy to episilon Pegasi
Hello all,

I downloaded this campaign and it is not showing up in my campaign room.  Per everyones advice I have not put it in my freespace2 folder.  I created a folder called jtep. 

Any ideas?

[attachment deleted by an evil time traveler]

 

Offline Yarn

  • 210
Re: Journy to episilon Pegasi
It's not enough to place a mod's files in their own folder; you must also select the folder as the active mod. If you're using wxLaucher, you can do this by clicking the "Mods" tab, clicking the mod that you want (you may need to scroll through the list to see the mod), and then clicking "Activate."

For this mod, however, there are some things that you must do first (I'll assume you got it here):

This mod is an example of how not to package your mod: placing all of its loose files in one place rather than in their proper folders or, preferably, in VP files. Fortunately, the author was kind enough to include installation instructions in the readme file. Make sure you only follow the second set, not the first set.

You might have noticed the lack of a mod.ini file. Unfortunately, wxLauncher doesn't let you select folders that lack this file, and even if it did, you would not get MediaVP enhancements. To fix this, first create a file called "mod.ini" in your mod's folder. (I advise you to make Windows Explorer show file extensions first; otherwise, you might end up creating something like "mod.ini.txt" instead, and that won't work. How exactly you do this depends on what version of Windows you have, so I suggest googling it.) Next, open your newly created mod.ini and add the following text:
Code: [Select]
[multimod]
secondarylist = mediavps_3612;
If you want to use a MediaVP version other than 3.6.12, change "mediavps_3612" to the folder where the desired MediaVPs are installed.
"Your fighter is running out of oil.  Please check under the hood and add more if necessary"
--strings.tbl, entry 177

"Freespace is very tired.  It is shutting down to get some rest."
--strings.tbl, entry 178

  

Offline Govenator

  • 26
  • You have been targeted for termination!
Re: Journy to episilon Pegasi
Yarn you are awesome!

That worked and everything is fine for now.  Also  I appreciate the explanation as this will help me understand other mods as well.  I had no idea how mod.ini files were created and now I see how simple they are.  Also I believe other mods with vp only files will no longer confuse me (I used to put them in my FS2 folder until everyone told me to stop that.  It was the only way I got them to work.)  I'm very new but hope to one day be able to contribute something useful to this site so thanks for explaining.