RHS Feedback - USAF
View Issue Details
0000634USAF[All Projects] Generalpublic2015-05-17 10:572016-10-29 11:09
D.Jankovic 
reyhard 
lowfeatureN/A
resolvedfixed 
 
0.4.2 
Yes
1.44
No
0000634: Green Light and Red light in cargo area of the C130 and Chinook mybe
SO what i mean is for pilot to have ability to switch a lights in cargo area to green and red for paradroping etc.

Evrybody tried attach to script but it is not working lights are flickering but i notices one thing that can be done that is by giving a texture to an object and animating it.. And if you remember it he had Formation lights on his helicopter and those were lit up green trought the action menu from pilot, and i was thinking mybe it is possible to do the same thing put some stuf on a edge of the C130 mybe and add the options to pilot.

PLS. check this ticket,i think a lot of us is done with attach to (chemlights or invisible lights) to get a proper HALO lights :D
Well i asked YuraPetrov how did he do it and he said to me:

No any scripts for formation lights, Just made a glowing rectangle and named it as formation_lights and typed that in animation section
class FormationLightsOn
{
    displayName = "Formation Lights On";
    position = "pos driver";
    radius = 2;
    condition = "(this animationPhase ""formation_lights"" > 0.5) and (player == driver this)";
    statement = "this animate[""formation_lights"",0];this animate[""tail_lights"",0]";
    onlyforplayer = 0;
    showWindow = 0;
};
class FormationLightsOff : FormationLightsOn
{
    displayName = "Formation Lights Off";
    condition = "(this animationPhase ""formation_lights"" < 0.5) and (player == driver this)";
    statement = "this animate[""formation_lights"",1];this animate[""tail_lights"",1]";
};
No tags attached.
jpg maxresdefault.jpg (75,740) 2015-05-17 11:00
https://feedback.rhsmods.org/file_download.php?file_id=274&type=bug
jpg
Issue History
2015-05-17 10:57D.JankovicNew Issue
2015-05-17 11:00D.JankovicFile Added: maxresdefault.jpg
2016-10-29 11:09reyhardStatusnew => resolved
2016-10-29 11:09reyhardFixed in Version => 0.4.2
2016-10-29 11:09reyhardResolutionopen => fixed
2016-10-29 11:09reyhardAssigned To => reyhard

There are no notes attached to this issue.