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 ?
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.
i have the eznif convert from alex site but your way seems pretty good i will try it !!!
thanks :)