Godrays

Post everything from general questions, to modding questions, to map WIPs to releases. (SWBF1 only)

Moderator: Moderators

Post Reply
OOM-9

Godrays

Post by OOM-9 »

I did a search and the only thing that came up was in regards to the godray error in SPTest.

I myself WANT the godrays in my Endor map.

For those who don't know what that is, play Endor, and notice the beams of like that shine down through the tree tops.

I am not sure how to get these working, are they built into the tree objects or must I place them indavidually.

And if they are seperately placed what LUA changed and etc. must be done first?







~00M-9
-_-
Gametoast Staff
Gametoast Staff
Posts: 2678
Joined: Sat May 07, 2005 1:22 pm

Post by -_- »

they r done in the fx. files...

}
Effect("Godray")
{
Enable(1);
MaxGodraysInWorld(5000);
MaxGodraysOnScreen(10);
OffsetAngle(0.000000);
DustVelocity(0.0, -0.1, 0.0);
MaxViewDistance(150);
MaxViewDistance(130);
}
OOM-9

Post by OOM-9 »

I have that clause in my .fx file, but there are none ingame... do I need to place ODFs for them or what?




~00M-9
Post Reply