RHS Feedback

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000634USAF[All Projects] Generalpublic2015-05-17 10:572016-10-29 11:09
ReporterD.Jankovic 
Assigned Toreyhard 
PrioritylowSeverityfeatureReproducibilityN/A
StatusresolvedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version0.4.2 
Summary0000634: Green Light and Red light in cargo area of the C130 and Chinook mybe
DescriptionSO 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
Steps To ReproduceWell 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]";
};
TagsNo tags attached.
Is it a wish/request?Yes
RHS version
Arma 3 version1.44
Did you used any other mod when the error occurred?No
Which mods?
Attached Filesjpg file icon maxresdefault.jpg [^] (75,740 bytes) 2015-05-17 11:00

- Relationships

-  Notes
There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
2015-05-17 10:57 D.Jankovic New Issue
2015-05-17 11:00 D.Jankovic File Added: maxresdefault.jpg
2016-10-29 11:09 reyhard Status new => resolved
2016-10-29 11:09 reyhard Fixed in Version => 0.4.2
2016-10-29 11:09 reyhard Resolution open => fixed
2016-10-29 11:09 reyhard Assigned To => reyhard


Copyright © 2000 - 2024 MantisBT Team
Powered by Mantis Bugtracker