0 Members and 1 Guest are viewing this topic.
class AV8B: Plane { scope = 2; crew = "SoldierWPilot"; model = "\ca\air\av8b"; picture = "\ca\air\data\ico\av8b_CA.paa"; Icon = "\ca\air\data\map_ico\icomap_AV8B_CA.paa"; mapSize = 10; nameSound = "aircraft"; vehicleClass = "Air"; side = 1; displayName = "$STR_DN_AV8B"; accuracy = 0.3; typicalCargo[] = {"SoldierWPilot"}; irScanRangeMin = 3500; driverAction = "AV8B_Pilot"; laserScanner = 1; dammageHalf[] = {"\Ca\air\data\ah1z_monitor_glass_ca.paa","\Ca\air\data\ah1z_monitor_glass_destr_co.paass"}; dammageFull[] = {"\Ca\air\data\ah1z_monitor_glass_ca.paa","\Ca\air\data\ah1z_monitor_glass_destr_co.paa"}; class Damage { tex[] = {}; mat[] = {"ca\air\data\av8b_int.rvmat","ca\air\data\av8b_int.rvmat","ca\air\data\av8b_int_destruct.rvmat","ca\air\data\av8b_ext.rvmat","ca\air\data\av8b_ext.rvmat","ca\air\data\av8b_ext_destruct.rvmat"}; }; dustEffect = "HeliDust"; waterEffect = "HeliWater"; class Reflectors { class Left { color[] = {0.8,0.8,1,1}; <----------- THIS ambient[] = {0.07,0.07,0.07,1}; <--- THIS position = "light_1_pos"; direction = "light_1_dir"; hitpoint = "L svetlo"; selection = "L svetlo"; size = 1; brightness = 1; }; };
hud.hpp was a file nuxil wrote to be 'included' into his config by using the line #include "hud.hpp" at the spot in his config that he wanted the contents of this file inserted.Basically a config snippet if you like.Planck