diff --git a/docs/reference/audio_events.txt b/docs/meta/audio_events.txt similarity index 100% rename from docs/reference/audio_events.txt rename to docs/meta/audio_events.txt diff --git a/docs/characters.md b/docs/meta/characters.md similarity index 100% rename from docs/characters.md rename to docs/meta/characters.md diff --git a/docs/controls.md b/docs/reference/controls.md similarity index 100% rename from docs/controls.md rename to docs/reference/controls.md diff --git a/docs/reference/files/config-game.ini b/docs/reference/files/config-game.ini index 3c25aab..c8a4d6f 100644 --- a/docs/reference/files/config-game.ini +++ b/docs/reference/files/config-game.ini @@ -3,22 +3,25 @@ Width=320 Height=240 MaxFps=30 [Joystick.0] -DeviceID=0 AxisThreshold=8000 GUID=00000000000000000000000000000000 [Joystick.0.ControlMapping] -Affirm=11 -Negate=10 -Action0=1 -Action1=0 -Action2=4 -Action3=3 -Action4=6 -Action5=7 -Action6=8 -Action7=9 -Action8=13 -Action9=14 +Up=button:dpup axis:-lefty axis:-righty +Right=button:dpright axis:+leftx axis:+rightx +Down=button:dpdown axis:+lefty axis:+righty +Left=button:dpleft axis:-leftx axis:-rightx +Affirm=button:start +Negate=button:back +Action0=button:x +Action1=button:y +Action2=button:a +Action3=button:b +Action4=button:rightshoulder +Action5=axis:+righttrigger +Action6=button:leftstick +Action7=button:rightstick +Action8=button:leftshoulder +Action9=axis:+lefttrigger [Keyboard.0.ControlMapping] Up=Up Right=Right @@ -63,22 +66,25 @@ ReconnectIntervalSeconds=3 [Network.0] Username=Player 1 [Joystick.1] -DeviceID=1 AxisThreshold=8000 GUID=00000000000000000000000000000000 [Joystick.1.ControlMapping] -Affirm=11 -Negate=10 -Action0=1 -Action1=0 -Action2=4 -Action3=3 -Action4=6 -Action5=7 -Action6=8 -Action7=9 -Action8=13 -Action9=14 +Up=button:dpup axis:-lefty axis:-righty +Right=button:dpright axis:+leftx axis:+rightx +Down=button:dpdown axis:+lefty axis:+righty +Left=button:dpleft axis:-leftx axis:-rightx +Affirm=button:start +Negate=button:back +Action0=button:x +Action1=button:y +Action2=button:a +Action3=button:b +Action4=button:rightshoulder +Action5=axis:+righttrigger +Action6=button:leftstick +Action7=button:rightstick +Action8=button:leftshoulder +Action9=axis:+lefttrigger [Keyboard.1.ControlMapping] Up=Keypad 8 Right=Keypad 6 diff --git a/docs/mechanics.md b/docs/reference/mechanics.md similarity index 100% rename from docs/mechanics.md rename to docs/reference/mechanics.md diff --git a/docs/weapons.md b/docs/reference/weapons.md similarity index 100% rename from docs/weapons.md rename to docs/reference/weapons.md