Page MenuHomeFeedback Tracker

Services/Repair Offroad missing its Beacons On/Off User Action
Reviewed, NormalPublic

Description

small tweak needs to be made to this vehicle classes User Action, seen in this picture

https://steamuserimages-a.akamaihd.net/ugc/871868585158238654/1EF8B3378119328CACA23C450064BB7CEE79ED19/

Affected vehicle classes:

B_G_Offroad_01_repair_F
O_G_Offroad_01_repair_F
I_G_Offroad_01_repair_F
C_Offroad_01_repair_F

Details

Severity
Tweak
Resolution
Open
Reproducibility
Always
Operating System
Windows 7
Category
Ingame UI
Steps To Reproduce
condition = "this animationPhase ""BeaconsStart"" < 0.5 AND Alive this AND driver this == player AND this animationPhase ""hidePolice"" < 0.5";

needs to be changed to:

condition = "this animationPhase ""BeaconsServicesStart"" < 0.5 AND Alive this AND driver this == player AND this animationPhase ""hideServices"" < 0.5";

and

statement = "this animate [""BeaconsStart"",1];";

changed to:

statement = "this animate [""BeaconsServicesStart"",1];";
Additional Information

make sure the fix is applied for both user actions "Beacons On" and "Beacons Off"

Event Timeline

Wulf changed the task status from New to Reviewed.Oct 9 2017, 6:22 PM
Wulf added a subscriber: Wulf.

Hello.

Thank you for the report we will have a look at it.

It seems that it isn't just related to the repair models of the offroads as it doesn't trigger the service lights even on normal offroads while the police version of the lights do.