Freedom Reborn

Freedom Force Forums => Technical Issues => Topic started by: Ash4fire on April 25, 2009, 08:52:44 AM

Title: FFVT3R to dark !!!!
Post by: Ash4fire on April 25, 2009, 08:52:44 AM
hija i have a problem and i hope someone can help me.

The characters in the Rumble room are to dark , but when the cursor is on the character there suddenly
brighter !!!   :unsure: :unsure: :unsure:

has anyone an idea ? 

Title: Re: FFVT3R to dark !!!!
Post by: stumpy on April 25, 2009, 06:50:17 PM
If you are seeing this on meshes that were originally made for the first game, this is the NIF lightening issue. You can get get the mass NIF converters from NPI (maybe - HQ is re-organizing the site I think) or Alex's Freedom Fortress.

You can also do NIF lightening from the game console (http://freedomreborn.net/forums/index.php?topic=49868.msg680027#msg680027). At the console, paste the following lines, one at a time
from ChangeNIFLighting import *
ChangeLighting(r'C:\Program Files\Irrational Games\Freedom Force vs The 3rd Reich\Custom\Art\library\characters\Adora\character.nif')

Of course, you replace the path I used there for Adora with the one for whatever mesh you want to change.

You can also update the lighting for all the meshes under a given folder at one time by calling

from ChangeNIFLighting import *
ChangeAllNIFLightings()

or, if that doesn't work,
from ChangeNIFLighting import *
ChangeAllNIFLightings(r'C:\Program Files\Irrational Games\Freedom Force vs The 3rd Reich\Custom\Art\library\characters\')

Once again, making sure that the directory in the second case is the right folder where you've installed your custom meshes.

You have to restart the game for it to see the changes

The lighting fix has to be done before any NIF conversion.
Title: Re: FFVT3R to dark !!!!
Post by: Ash4fire on April 26, 2009, 09:03:48 AM
i have the eznif convert from alex site but your way seems pretty good i will try it !!!

thanks  :)