Skip to content

Instantly share code, notes, and snippets.

@FlyingJester
Created April 14, 2014 21:25
Show Gist options
  • Select an option

  • Save FlyingJester/10683805 to your computer and use it in GitHub Desktop.

Select an option

Save FlyingJester/10683805 to your computer and use it in GitHub Desktop.
Example config for Sphere 1.6
[Audio]
Driver=oss
Preference=0
[Main]
Language=1
[Network]
AllowNetworking=1
[Player1]
AllowJoypadInput=1
AllowKeyboardInput=1
KeyA=KEY_DELETE
KeyB=KEY_END
KeyDown=KEY_DOWN
KeyLeft=KEY_LEFT
KeyMenu=KEY_ESCAPE
KeyRight=KEY_RIGHT
KeyUp=KEY_UP
KeyX=KEY_INSERT
KeyY=KEY_HOME
[Player2]
AllowJoypadInput=1
AllowKeyboardInput=1
KeyA=KEY_F
KeyB=KEY_E
KeyDown=KEY_S
KeyLeft=KEY_A
KeyMenu=KEY_ESCAPE
KeyRight=KEY_D
KeyUp=KEY_W
KeyX=KEY_Y
KeyY=KEY_X
[Player3]
AllowJoypadInput=1
AllowKeyboardInput=1
KeyA=KEY_H
KeyB=KEY_U
KeyDown=KEY_K
KeyLeft=KEY_J
KeyMenu=KEY_ESCAPE
KeyRight=KEY_L
KeyUp=KEY_I
KeyX=KEY_N
KeyY=KEY_M
[Player4]
AllowJoypadInput=1
AllowKeyboardInput=1
KeyA=KEY_NUM_1
KeyB=KEY_NUM_2
KeyDown=KEY_NUM_5
KeyLeft=KEY_NUM_4
KeyMenu=KEY_ESCAPE
KeyRight=KEY_NUM_6
KeyUp=KEY_NUM_8
KeyX=KEY_NUM_7
KeyY=KEY_NUM_9
[Video]
Driver=libfj-gl.so
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment