eduke32 control config


andyhamer

Member
Joined
Jan 4, 2010
Messages
357
Location
Workington, Cumbria, (UK)
Is there an option for a custom config for this? say for example something similar to default console FPS controls left nub - move, right nub - look, jump/shoot - buttons, dpad - weapon change etc.. the default controls are all over the place for me.


Can someone tell me how you quit the game please (why do so many of the emus & ports have such convoluted, or simply odd methods of quitting?)


Has anyone tried any of the high def texture packs with this?
 
Last edited by a moderator:
There's this tutorial. I have a good config. No time tonight, I'll upload it tomorrow. You may also want to enable the delete key. Remember that "~" refers to the home directory on the NAND, and that ".filename.ext" refers to a hidden file; you can show them in the View menu in Thunar, I think.
 
Last edited by a moderator:
OK, got my two config files here. Not sure which ones do what, so take both. Simply copy the text in the spoilers, and paste it over everything else in the given files in /appdata/eduke32/.eduke32 (you will need to enable the viewing of hidden files). Just remember to use my nub mode script first! It really helps!


eduke32.cfg

[Misc]


Executions = 5


WeaponChoice0 = 3


WeaponChoice1 = 4


WeaponChoice2 = 5


WeaponChoice3 = 7


WeaponChoice4 = 8


WeaponChoice5 = 6


WeaponChoice6 = 0


WeaponChoice7 = 2


WeaponChoice8 = 9


WeaponChoice9 = 1


[setup]


ConfigVersion = 195


ForceSetup = 0


NoAutoLoad = 1


SelectedGRP = "duke3d.grp"


ModDir = "/"


[screen Setup]


Out = 0


Password = ""


ScreenBPP = 8


ScreenHeight = 480


ScreenMode = 1


ScreenWidth = 800


[Controls]


MouseButton0 = "Fire"


MouseButton1 = "MedKit"


MouseButton2 = "Jetpack"


MouseButton4 = "Previous_Weapon"


MouseButton5 = "Next_Weapon"


MouseAnalogAxes0 = "analog_turning"


MouseAnalogAxes1 = "analog_moving"


Mouse_Sensitivity = "15.75"


JoystickButton0 = "Fire"


JoystickButton1 = "Strafe"


JoystickButtonClicked1 = "Inventory"


JoystickButton2 = "Run"


JoystickButtonClicked2 = "Jump"


JoystickButton3 = "Open"


JoystickButtonClicked3 = "Crouch"


JoystickButton32 = "Aim_Down"


JoystickButton33 = "Look_Right"


JoystickButton34 = "Aim_Up"


JoystickButton35 = "Look_Left"


JoystickAnalogAxes0 = "analog_turning"


JoystickAnalogAxes1 = "analog_moving"


JoystickAnalogAxes2 = "analog_strafing"


JoystickDigitalAxes3_0 = "Run"


MouseAnalogScale0 = 90112


MouseAnalogScale1 = 90112


[Comm Setup]


PlayerName = "Duke"


RTSName = "DUKE.RTS"


CommbatMacro#0 = "An inspiration for birth control."


CommbatMacro#1 = "You're gonna die for that!"


CommbatMacro#2 = "It hurts to be you."


CommbatMacro#3 = "Lucky Son of a Bitch."


CommbatMacro#4 = "Hmmm....Payback time."


CommbatMacro#5 = "You bottom dwelling scum sucker."


CommbatMacro#6 = "Damn, you're ugly."


CommbatMacro#7 = "Ha ha ha...Wasted!"


CommbatMacro#8 = "You suck!"


CommbatMacro#9 = "AARRRGHHHHH!!!"


settings.cfg

// this file automatically generated by EDuke32


// these settings take precedence over your main cfg file


// do not modify if you lack common sense


unbindall


bind "1" "gamefunc_Weapon_1"


bind "2" "gamefunc_Weapon_2"


bind "3" "gamefunc_Weapon_3"


bind "4" "gamefunc_Weapon_4"


bind "5" "gamefunc_Weapon_5"


bind "6" "gamefunc_Weapon_6"


bind "7" "gamefunc_Weapon_7"


bind "8" "gamefunc_Weapon_8"


bind "9" "gamefunc_Weapon_9"


bind "0" "gamefunc_Weapon_10"


bind "Q" "gamefunc_Inventory_Left"


bind "W" "gamefunc_Inventory_Right"


bind "E" "gamefunc_Inventory"


bind "M" "gamefunc_Map_Follow_Mode"


bind "," "gamefunc_Previous_Weapon"


bind "." "gamefunc_Next_Weapon"


bind "RShift" "gamefunc_Jump"


bind "Space" "gamefunc_Map"


bind "RCtrl" "gamefunc_Fire"


bind "Home" "gamefunc_Center_View; gamefunc_Open"


bind "Up" "gamefunc_Move_Forward"


bind "Left" "gamefunc_Strafe_Left"


bind "Right" "gamefunc_Strafe_Right"


bind "End" "gamefunc_Jump"


bind "Down" "gamefunc_Move_Backward"


bind "PgDn" "gamefunc_Crouch"


osdeditpal "12"


osdtextpal "12"


osdtextshade "2"


crosshairscale "100"


hud_stats "1"


r_showfps "1"


r_ambientlight "4.000000"


sensitivity "15.750000"


vid_gamma "1.800000"


vid_contrast "1.050000"


vid_brightness "0.250000"
 
Last edited by a moderator:
Back
Top