0% found this document useful (0 votes)
11 views

Simulation 3

The document contains an action map that defines actions for controlling a vehicle in a game and their corresponding controller inputs. There are actions for steering, accelerating, braking, honking, using abilities, looking around, and cycling through vehicles. The actions are mapped to controller buttons, sticks and axes.

Uploaded by

nidhish km
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views

Simulation 3

The document contains an action map that defines actions for controlling a vehicle in a game and their corresponding controller inputs. There are actions for steering, accelerating, braking, honking, using abilities, looking around, and cycling through vehicles. The actions are mapped to controller buttons, sticks and axes.

Uploaded by

nidhish km
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 5

#----------------------------------------------------------------------------------

------------------------
#Description: [1] Action map
#----------------------------------------------------------------------------------
------------------------

ACTION Vehicle_Steer
AXIS
-STICK_DI_X
+STICK_DI_X
END

ACTION Vehicle_Digital_Steer_Left
BUTTON
NULL
END

ACTION Vehicle_Digital_Steer_Right
BUTTON
NULL
END

ACTION Vehicle_Accelerate
AXIS
-STICK_DI_Y
NULL
END

ACTION Vehicle_Accelerate_Alt
BUTTON
NULL
END

ACTION Vehicle_BurnOut
BUTTON
NULL
END

ACTION Vehicle_BurnOut_Alt
BUTTON
NULL
END

ACTION Vehicle_HandBrake
BUTTON
BUTTON_DI_01
END

ACTION Vehicle_Reverse
AXIS
+STICK_DI_Y
NULL
END

ACTION Vehicle_Reverse_Alt
BUTTON
NULL
END
ACTION Vehicle_Horn
BUTTON
NULL
END

ACTION Vehicle_Nitro
BUTTON
NULL
END

ACTION Vehicle_Action1
BUTTON
BUTTON_DI_02
END

ACTION Vehicle_LeanFB
AXIS
NULL
NULL
END

ACTION Vehicle_Digital_Lean_Forward
BUTTON
NULL
END

ACTION Vehicle_Digital_Lean_Back
BUTTON
NULL
END

ACTION ActionButton
BUTTON
NULL
END

ACTION SkipButton
BUTTON
NULL
END

ACTION Zap_In
BUTTON
BUTTON_DI_05
END

ACTION Zap_In_Alt
BUTTON
NULL
END

ACTION Zap_Out
BUTTON
NULL
END

ACTION Zap_Preview
BUTTON
NULL
END

ACTION Zap_Cancel
BUTTON
BUTTON_DI_06
END

ACTION Zap_Look_LeftRight
AXIS
NULL
NULL
END

ACTION Zap_Look_UpDown
AXIS
NULL
NULL
END

ACTION Zap_Move_BackForward
AXIS
BUTTON_DI_01
BUTTON_DI_02
END

ACTION Zap_Move_LeftRight
AXIS
-STICK_DI_X
+STICK_DI_X
END

ACTION Zap_Up
AXIS
-STICK_DI_RZ
NULL
END

ACTION Zap_Down
AXIS
+STICK_DI_RZ
NULL
END

ACTION Zap_ActiveVehicle_Cycle
BUTTON
NULL
END

ACTION Zap_Attack
BUTTON
NULL
END

ACTION Zap_Swap
BUTTON
NULL
END

ACTION Car_Swap
BUTTON
NULL
END

ACTION Zap_Slowdown
BUTTON
NULL
END

ACTION Zap_Return
BUTTON
NULL
END

ACTION Trigger_Ability
BUTTON
NULL
END

ACTION Ability_Stick
AXIS
NULL
NULL
END

ACTION Activate_Pileup
BUTTON
NULL
END

ACTION Activate_Pileup_Second
BUTTON
NULL
END

ACTION Activate_Ghost
BUTTON
BUTTON_DI_03
END

ACTION Switch_Pileup_Camera
BUTTON
NULL
END

ACTION Zoom_Minimap
BUTTON
NULL
END

ACTION Dare_Preview
BUTTON
NULL
END

ACTION DPad_Up
BUTTON
NULL
END
ACTION DPad_Down
BUTTON
NULL
END

ACTION DPad_Left
BUTTON
NULL
END

ACTION DPad_Right
BUTTON
NULL
END

ACTION Input_Scheme_Switch
BUTTON
BUTTON_F12
END

##--- end of file ---

You might also like