Page 1 of 1
Different lighting for different eras? [Solved]
Posted: Wed Oct 07, 2009 8:54 am
by General_Nate
I'm trying to add a night time sky and night lighting to GCW, and a day time sky and day time lighting to CW. I don't want to have random lighting. How could I set this up, if at all possible? Thanks in advance.
Re: Different lighting for different eras?
Posted: Wed Oct 07, 2009 9:49 am
by DarthD.U.C.K.
follow the random lighting/sky/fx tutorial instead of the whole luapart just add this (as example):
Code: Select all
ReadDataFile("dc:AMI\\sky.lvl", "cloud")
in its appropriate place
Re: Different lighting for different eras?
Posted: Wed Oct 07, 2009 9:54 am
by General_Nate
Ah! Thanks DUCK. That makes prefect sense.
Re: Different lighting for different eras?
Posted: Wed Oct 07, 2009 10:01 am
by DarthD.U.C.K.
indeed