Animation Editor: Vehicles Actions Commands – Arma Reforger
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Lou Montana moved page Animation Editor: Vehicles Actions Commands to Arma Reforger:Animation Editor: Vehicles Actions Commands without leaving a redirect: Name standard) |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
== Commands == | |||
=== CMD_Vehicle_GetIn === | |||
''integers'' | |||
{| class="wikitable" | {| class="wikitable" | ||
! A | ! A | ||
Line 38: | Line 40: | ||
|} | |} | ||
'' | === CMD_Vehicle_GetOut === | ||
''integers'' | |||
{| class="wikitable" | {| class="wikitable" | ||
! A | ! A | ||
Line 83: | Line 86: | ||
|} | |} | ||
Variable (int) | ==== CMD_Vehicle_GearSwitch ==== | ||
to trigger gear switch, no particular integer | |||
==== CMD_Vehicle_Engine_StartStop ==== | |||
{| class="wikitable" | |||
! Integer | |||
! Action | |||
|- | |||
| 0 | |||
| Interrupt animation | |||
|- | |||
| 1 | |||
| Initial Start animation | |||
|- | |||
| 2 | |||
| Final Start animation (based on Vehicle_StartSop event) | |||
|- | |||
| 3 | |||
| Engine Stop animation | |||
|} | |||
==== CMD_Lights ==== | |||
{| class="wikitable" | |||
! Integer | |||
! Action | |||
|- | |||
| 0 | |||
| Interrupt | |||
|- | |||
| 1 | |||
| Lights On | |||
|- | |||
| 2 | |||
| Lights Off | |||
|} | |||
== Variables == | |||
==== SeatPositionType ==== | |||
Variable (int) | |||
{| class="wikitable" | {| class="wikitable" | ||
! Integer | ! Integer | ||
Line 150: | Line 192: | ||
|} | |} | ||
Pedals | ==== Pedals ==== | ||
{| class="wikitable" | {| class="wikitable" | ||
! Name | ! Name | ||
Line 168: | Line 210: | ||
| Toggle braking | | Toggle braking | ||
|} | |} | ||
{{GameCategory|armaR|Modding|Official Tools}} | {{GameCategory|armaR|Modding|Official Tools}} |
Latest revision as of 10:06, 14 February 2024
Commands
CMD_Vehicle_GetIn
integers
A | A | B | B | C | C |
---|---|---|---|---|---|
DoorFL | 0 | TeleportIn | 0 | ||
DoorFR | 1 | GetIn | 1 | ||
DoorBL | 2 | ... | 2 | ||
DoorBR | 3 |
CMD_Vehicle_GetOut
integers
A | A | B | B | C | C |
---|---|---|---|---|---|
DoorFL | 0 | TeleportOut | 0 | ||
DoorFR | 1 | GetOut | 1 | ||
DoorBL | 2 | CrawlOut | 2 | ||
DoorBR | 3 | JumpOut | 3 | ||
ClimbOut | 4 |
CMD_Vehicle_GearSwitch
to trigger gear switch, no particular integer
CMD_Vehicle_Engine_StartStop
Integer | Action |
---|---|
0 | Interrupt animation |
1 | Initial Start animation |
2 | Final Start animation (based on Vehicle_StartSop event) |
3 | Engine Stop animation |
CMD_Lights
Integer | Action |
---|---|
0 | Interrupt |
1 | Lights On |
2 | Lights Off |
Variables
SeatPositionType
Variable (int)
Integer | UAZ | BTR | Ural | Jeep | HMMWV | M923 |
---|---|---|---|---|---|---|
0 | Driver | Driver | Driver | Driver | Driver | Driver |
1 | Codriver | Commander | Codriver | Codriver | Codriver | Codriver |
2 | Passenger Left | Generic | Cargo Left Bench | Passenger Left | Passenger Left | Generic |
3 | Passenger Right | Generic | Cargo Right Bench | Passenger Right | Passenger Right | Generic |
4 | Passenger Middle | Generic | CodriverC | CodriverC | Generic | CodriverC |
5 | / | Gunner | / | Gunner | Gunner | / |
6 |
Pedals
Name | Type | Usage |
---|---|---|
VehicleThrottle | float (0.0 - 1.0) | Amount that throttle pedal is pushed back (0.0 (not pushed) - 1.0 (pushed back completely)) |
VehicleClutch | float (0.0 - 1.0) | Amount that clutch pedal is pushed back (0.0 (not pushed) - 1.0 (pushed back completely)) |
VehicleBrake | bool | Toggle braking |