mick78 0 Posted April 28, 2004 hey, ive done a search and couldnt find anything that helped me much at all!! but what im doing is ive got a fixed m2, empty, maned by a marine using the "man1 moveingunner gun1" or whatever. when its night time, he turns the light on, and the graphic for that is terrible and well, i dont want him to. ive tried a range of things, but they have all been guesses. i think this should be really easy, but i cant think of a way to do it! thanks, mick Share this post Link to post Share on other sites
Guest Posted April 28, 2004 This is a bug if I remember correctly. I think the FDF mod has a fix for it. Share this post Link to post Share on other sites
colonel_klink 0 Posted April 28, 2004 Try this in your config for the mg: // 0 or "" entries turns off night lights class Reflectors { class Left { color[] = {0, 0, 0, 0}; ambient[] = {0, 0, 0, 0}; position = ""; direction = ""; hitpoint = ""; selection = ""; size = 0.0; brightness = 0.0; }; class Right { color[] = {0, 0, 0, 0}; ambient[] = {0, 0, 0, 0}; position = ""; direction = ""; hitpoint = ""; selection = ""; size = 0.0; brightness = 0.0; }; }; Share this post Link to post Share on other sites
Rastavovich 0 Posted April 29, 2004 class reflectors {}; should do the same, afaik. Share this post Link to post Share on other sites
bmgarcangel 0 Posted April 30, 2004 Where do you put this?/ Like for my .30 cals...please no light!!! Share this post Link to post Share on other sites
colonel_klink 0 Posted April 30, 2004 class reflectors {}; should do the same, afaik. Yep you are probably right. Â In the class yourgun:theirgun entry in the class cfgvehicles section. For example place it under: model="\addonname\yourmodel.p3d"; class reflectors {}; Share this post Link to post Share on other sites
bmgarcangel 0 Posted April 30, 2004 WHAT that easy@!!! Tight... Also, can you make the light move around and stuff? You know, if I attached it to the end of a barrel and then wanted it to follow with the guns movements? Share this post Link to post Share on other sites