Author Topic: thruster exhaust  (Read 1905 times)

0 Members and 1 Guest are viewing this topic.

Offline Blazar

  • 26
Hi, i have upgraded to 3.6.18.
what do i have to do to get the new thruster exhaust effect of the standard FS2 shipmodels in a mod.

 

Offline Luis Dias

  • 211
Have you downloaded the mediavps 3.6.12?

 

Offline Blazar

  • 26
Yes i have the media vps 3.6.12 for example when i play the great Mod Dusk Wars, the thruster effect is new.
But e.g. when i use a standard ship model put in FRED and make a simple test mission, the effect doesn't appear in the test game mod.

I use this version of the release:
fs2_open_3_6_18.zip
This one is based on the SSE2 Optimizations from the MSVC Compiler.

 

Offline The E

  • He's Ebeneezer Goode
  • 213
  • Nothing personal, just tech support.
    • Steam
    • Twitter
When you play your mission, are the mediavps selected as the active mod?
If I'm just aching this can't go on
I came from chasing dreams to feel alone
There must be changes, miss to feel strong
I really need lifе to touch me
--Evergrey, Where August Mourns

 

Offline Blazar

  • 26
No from the launcher i've selected a simple mod of my own.
Just trying some simple missions in a test mod.

 

Offline The E

  • He's Ebeneezer Goode
  • 213
  • Nothing personal, just tech support.
    • Steam
    • Twitter
There's your answer then. You need to create a mod.ini for your test mod so that it loads the MediaVPs as well, otherwise you won't be getting the benefits from the MediaVPs.
If I'm just aching this can't go on
I came from chasing dreams to feel alone
There must be changes, miss to feel strong
I really need lifе to touch me
--Evergrey, Where August Mourns

 

Offline Luis Dias

  • 211
You must write within the mod.ini (copy a mod.ini from other mod folders into your mod folder and change where appropriate) the following.

Where you see:

Code: [Select]
[multimod]
primarylist  = ;
secondarylist =;

You must add "mediavps_3612" next to "primarylist =" and before the ";"

e:dang, ninjaed. :)

 

Offline The E

  • He's Ebeneezer Goode
  • 213
  • Nothing personal, just tech support.
    • Steam
    • Twitter
No.

Nononononono.

Do NOT NOT NOT use the primarylist. Unless you really know what you are doing, the secondarylist is the one you need to alter. The reason for this is that mods listed in the primarylist are loaded before your mod, overriding data in that mod. Again, unless you know exactly what you are doing, you're likely to create some weird and hard to debug issues by using the primarylist.

I've linked to the wiki's mod.ini page, that has several examples of basic mod.inis and what each of the settings does.
If I'm just aching this can't go on
I came from chasing dreams to feel alone
There must be changes, miss to feel strong
I really need lifе to touch me
--Evergrey, Where August Mourns

 

Offline Luis Dias

  • 211
Yeah that. I knew that. That's what happens when I try to help and my memory is already failing...

 

Offline Blazar

  • 26
Yes, i already had the mod.ini. The rest ot the mod works just fine. Only the nice thruster flares do not appear in de test mod.

[launcher]
modname      = blazar
image255x112 =
infotext     = blazar test
# website      =
# forum        =

[multimod]
primarylist  = ;
secondarylist = mediavps_3612;

 

Offline The E

  • He's Ebeneezer Goode
  • 213
  • Nothing personal, just tech support.
    • Steam
    • Twitter
Interesting. Could you generate an fs2_open.log please?
If I'm just aching this can't go on
I came from chasing dreams to feel alone
There must be changes, miss to feel strong
I really need lifе to touch me
--Evergrey, Where August Mourns

  

Offline Blazar

  • 26
Solved it!
It appears that the mod i had made in the test mod folder was Not a mod.ini but Plain mod.txt!  :rolleyes:
Changed it and the effects are full blown.
What an amazing upgrade.
Thanks a lot for pointing me in the right direction guys. :yes:
« Last Edit: March 14, 2013, 08:40:26 am by Blazar »