Browse Source

Update reference file

Use up-to-date version of game config file.
master
TheoryOfNekomata 1 year ago
parent
commit
6761e3547d
6 changed files with 32 additions and 26 deletions
  1. +0
    -0
      docs/meta/audio_events.txt
  2. +0
    -0
      docs/meta/characters.md
  3. +0
    -0
      docs/reference/controls.md
  4. +32
    -26
      docs/reference/files/config-game.ini
  5. +0
    -0
      docs/reference/mechanics.md
  6. +0
    -0
      docs/reference/weapons.md

docs/reference/audio_events.txt → docs/meta/audio_events.txt View File


docs/characters.md → docs/meta/characters.md View File


docs/controls.md → docs/reference/controls.md View File


+ 32
- 26
docs/reference/files/config-game.ini View File

@@ -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


docs/mechanics.md → docs/reference/mechanics.md View File


docs/weapons.md → docs/reference/weapons.md View File


Loading…
Cancel
Save