Advertisement
Guest User

Untitled

a guest
Jan 18th, 2020
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.73 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-16"?>
  2. <UserConfig>
  3. <Group builder="Input" id="PCInput" displayName="controls_pc" tags="keybinds">
  4. <VisibleVars>
  5. <!-- builder must be input; id and displayName are custom names (whatever you want), displayType must be INPUTPC -->
  6. <!-- actions are names from input_qwerty.ini file separated by semicolon -->
  7.  
  8. <!-- Example action mapping -->
  9. <!-- <Var builder="Input" id="YourCustomActionNameHere" displayName="YourCustomKeyUsedForLocalizationNames" displayType="INPUTPC" actions="action01;action02;action03" /> -->
  10.  
  11. <!-- More examples -->
  12.  
  13. <!--
  14. <Var builder="Input" id="ExplorationInteraction" displayName="exploration_interaction" displayType="INPUTPC" actions="ExplorationInteraction"/>
  15. <Var builder="Input" id="SprintGallop" displayName="sprint_gallop" displayType="INPUTPC" actions="Sprint;Gallop"/>
  16. <Var builder="Input" id="Dismount" displayName="dismount" displayType="INPUTPC" actions="BoatDismount;HorseDismount"/>
  17. -->
  18.  
  19. <!-- [modGoAnywhere-Start**] -->
  20. <Var builder="Input" id="GaTeleport" displayName="GaTeleport" displayType="INPUTPC" actions="GaTeleport" />
  21. <Var builder="Input" id="GaSaveLocation" displayName="GaSaveLocation" displayType="INPUTPC" actions="GaSaveLocation" />
  22. <Var builder="Input" id="GaFriendly" displayName="GaFriendly" displayType="INPUTPC" actions="GaFriendly" />
  23. <Var builder="Input" id="GaUnlock" displayName="GaUnlock" displayType="INPUTPC" actions="GaUnlock" />
  24. <!-- [modGoAnywhere-End**] -->
  25.  
  26. <!-- [BASE_CharacterMovement] -->
  27. <Var builder="Input" id="MoveFwd" displayName="move_forward" displayType="INPUTPC" actions="MoveForward;MovementDoubleTapW;ChangeChoiceUp"/>
  28. <Var builder="Input" id="MoveBck" displayName="move_back" displayType="INPUTPC" actions="MoveBackward;MovementDoubleTapS;ChangeChoiceDown;GI_Decelerate"/>
  29. <Var builder="Input" id="MoveLft" displayName="move_left" displayType="INPUTPC" actions="MoveLeft;MovementDoubleTapA"/>
  30. <Var builder="Input" id="MoveRght" displayName="move_right" displayType="INPUTPC" actions="MoveRight;MovementDoubleTapD"/>
  31.  
  32. <Var builder="Input" id="Sprint" displayName="ControlLayout_RunSprint" displayType="INPUTPC" actions="Sprint" tags="input_overlap1"/>
  33. <Var builder="Input" id="SprintToggle" displayName="toggle_sprint" displayType="INPUTPC" actions="SprintToggle"/>
  34. <Var builder="Input" id="WalkToggle" displayName="toggle_walk_run" displayType="INPUTPC" actions="WalkToggle"/>
  35. <Var builder="Input" id="JumpRoll" displayName="panel_button_common_jump" displayType="INPUTPC" actions="Jump;ExplorationInteraction;Roll;HorseJump" tags="input_overlap2"/>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement