News:

Happy 20th, FFvT3R!

Main Menu

FFVT3R to dark !!!!

Started by Ash4fire, April 25, 2009, 08:52:44 AM

Previous topic - Next topic

Ash4fire

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 ? 


stumpy

#1
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. 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.
Courage is knowing it might hurt, and doing it anyway. Stupidity is the same. And that's why life is hard. - Jeremy Goldberg

Ash4fire

i have the eznif convert from alex site but your way seems pretty good i will try it !!!

thanks  :)