shezan74 11 Posted July 3, 2010 (edited) [MOVED to ARMA2 O2 forum section] Hi, i'm actually trying to repaint default ca\buildings\misc\runway_edgelight to make a new blue version of the object. I've successfully made texture re-path using mikero tools, and blue painted the top of the light. Now i'm facing to troubles while placing the blue light on top of the object. The original object has this section (that i rewrote to adapt to my path): class HouseBase; class House: HouseBase { class DestructionEffects; }; [cut] class Land_runway_bluelight: House { scope = 1; displayName = ""; model = "\shez\rnwy\runway_bluelight"; armor = 20; class MarkerLights { class RedStill { name = "zluty pozicni"; color[] = {0.99,0.69,0.17,1.0}; ambient[] = {0.099,0.069,0.017,1.0}; brightness = 0.01; blinking = 0; }; }; }; The object was the original runway_edgelight renamed, all config parameters are the same, but when placed on map the object is... off. thank you for suggestions and hints on this issue. Edited July 4, 2010 by shezan74 Share this post Link to post Share on other sites