
How to Change Controls
Hello everyone, for change the keybinding like azerty user you need to go on the Input.ini:
- C:\Program Files (x86)\Steam\steamapps\common\ARK Survival Ascended\ShooterGame\Saved\Config\Windows
Then search:
AxisMappings=(AxisName="MoveForward",Scale=1.000000,Key=W)
And change the:
AxisMappings=(AxisName="MoveForward",Scale=1.000000,Key=W)
To:
AxisMappings=(AxisName="MoveForward",Scale=1.000000,Key=Z)
Then search:
AxisMappings=(AxisName="Déplacer vers la droite",Scale=-1.000000,Key=A)
And change to:
AxisMappings=(AxisName="Déplacer vers la droite",Scale=-1.000000,Key=Q)
That gona resolve the movements.
For the Numbers its the same, change the number Key -> like (UseItem 3 -> Key 3 to Quote)
ActionMappings=(ActionName="UseItem1",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=Ampersand)
ActionMappings=(ActionName="UseItem10",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=A_AccentGrave)
ActionMappings=(ActionName="UseItem2",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=E_AccentAigu)
ActionMappings=(ActionName="UseItem3",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=Quote)
ActionMappings=(ActionName="UseItem4",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=Apostrophe)
ActionMappings=(ActionName="UseItem5",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=LeftParantheses)
ActionMappings=(ActionName="UseItem6",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=Section)
ActionMappings=(ActionName="UseItem7",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=E_AccentGrave)
ActionMappings=(ActionName="UseItem8",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=Exclamation)
ActionMappings=(ActionName="UseItem9",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=C_Cedille)
That work for me, I hope that gona help the others!
Be the first to comment