Change the Default Configuration to be a bit more clear.
This commit is contained in:
parent
3d1bf3d00e
commit
d61bf8f556
1 changed files with 10 additions and 4 deletions
|
@ -23,14 +23,20 @@ Logging_Enable_Error = true
|
|||
Logging_Filtered_Classes =
|
||||
|
||||
#Whether or not to enable Controller support
|
||||
GamePad_Enable = false
|
||||
GamePad_Enable = true
|
||||
|
||||
#Device Mappings
|
||||
|
||||
#Handheld Devices can not be mixed with any other players (Player 1, Player 2, etc.)
|
||||
Handheld_Device = Keyboard
|
||||
#Valid Mappings:
|
||||
#None = Disabled
|
||||
#Keyboard = Keyboard Input
|
||||
#GamePad_X = X Game Pad Configuration (eg. GamePad_0 is the zeroth Controller Configuration)
|
||||
|
||||
Player1_Device = None
|
||||
#Handheld Devices can not be mixed with any other players (Player 1, Player 2, etc.)
|
||||
#This can stay at None unless you specifically want to emulate Handheld controllers.
|
||||
Handheld_Device = None
|
||||
|
||||
Player1_Device = Keyboard
|
||||
Player2_Device = None
|
||||
Player3_Device = None
|
||||
Player4_Device = None
|
||||
|
|
Loading…
Reference in a new issue