Change the Default Configuration to be a bit more clear.

This commit is contained in:
John Clemis 2018-08-10 02:25:53 -05:00
parent 3d1bf3d00e
commit d61bf8f556

View file

@ -23,14 +23,20 @@ Logging_Enable_Error = true
Logging_Filtered_Classes = Logging_Filtered_Classes =
#Whether or not to enable Controller support #Whether or not to enable Controller support
GamePad_Enable = false GamePad_Enable = true
#Device Mappings #Device Mappings
#Handheld Devices can not be mixed with any other players (Player 1, Player 2, etc.) #Valid Mappings:
Handheld_Device = Keyboard #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 Player2_Device = None
Player3_Device = None Player3_Device = None
Player4_Device = None Player4_Device = None