• 0 Votes
    4 Posts
    538 Views
    mituM

    @bitzdv said in eduke 32 gamepad issues and expansion installation:

    You can rebind some of the buttons in the game, but the issue is that in the menus A and B are swapped, and this can not be rebound.

    That might be handled automatically by the Gamepad API in SDL2, hence the game usage of the gamecontrollerdb file. You can create your own mapping and add it to the source of eduke32 before compiling, but it's kind of a long shot. See https://github.com/gabomdq/SDL_GameControllerDB, the Mapping Tools section.

  • eduke32 is missing eduke32.cfg

    Help and Support
    2
    0 Votes
    2 Posts
    634 Views
    bigcacheB

    @Rincewind I had the same problem and after a lot of trying this is what I do :

    connect a keyboard enter the game go to controls , change something exit, start a new name. then I discovered a eduke32.log file in home/pi, copy this path that appear inside:

    /home/pi/.config/eduke32/ and paste it in winscp (.config is a hidden folder)
    3) there is your cfg file.

    Hope it helps, I still have to tweak this files to make the game work propperly.

  • 0 Votes
    3 Posts
    884 Views
    tiagopT

    @dudleydes Thanks I will check it out, my analog sticks were automatically configured too but I wanted to map the left analog to move and the right analog to aim/look. Maybe fiddling with the .cfg file could tell me more!

  • 0 Votes
    5 Posts
    5k Views
    stooS

    @commanderj Hi CommanderJ

    You need to use a text editor that understands UNIX-style line breaks. Notepad doesn't and that's why it all appears on a single line for you.

    I suggest Notepad++ which is free. When you edit a text file from your RPi it should say Unix (LF) at the bottom of the Notepad++ window.

    Here's my full eduke32.cfg. Feel free to copy it and amend it to your liking.

    [Misc] Executions = 58 [Setup] ConfigVersion = 315 ForceSetup = 1 NoAutoLoad = 1 SelectedGRP = "duke3d.grp" [Screen Setup] ScreenBPP = 8 ScreenHeight = 768 ScreenMode = 0 ScreenWidth = 1024 WindowPositioning = 0 WindowPosX = -1 WindowPosY = -1 MaxRefreshFreq = 0 Out = 0 Password = "" [Controls] MouseButton0 = "Fire" MouseButton1 = "MedKit" MouseButton2 = "Jetpack" MouseButton4 = "Previous_Weapon" MouseButton5 = "Next_Weapon" MouseAnalogAxes0 = "analog_turning" MouseAnalogAxes1 = "analog_moving" JoystickAnalogAxes0 = "analog_strafing" JoystickAnalogScale0 = 1000 JoystickAnalogDead0 = 2000 JoystickAnalogSaturate0 = 1000000 JoystickAnalogAxes1 = "analog_moving" JoystickAnalogScale1 = 98304 JoystickAnalogDead1 = 2000 JoystickAnalogSaturate1 = 32768 JoystickAnalogAxes2 = "analog_turning" JoystickAnalogScale2 = 32768 JoystickAnalogDead2 = 2000 JoystickAnalogSaturate2 = 562500 JoystickAnalogAxes3 = "analog_lookingupanddown" JoystickAnalogScale3 = 16384 JoystickAnalogDead3 = 3000 JoystickAnalogSaturate3 = 16384 JoystickButton0 = "Jump" JoystickButton1 = "Crouch" JoystickButton2 = "Open" JoystickButton3 = "Open" JoystickButton4 = "Inventory_Left" JoystickButton5 = "Inventory_Right" JoystickButton6 = "Quick_Kick" JoystickButton7 = "Fire" JoystickButton8 = "Map" JoystickButton9 = "MedKit" JoystickButton10 = "Inventory" JoystickButton11 = "Crouch" JoystickButton12 = "Jetpack" JoystickButton13 = "" JoystickButton14 = "Next_Weapon" JoystickButton15 = "" JoystickButton16 = "Previous_Weapon" JoystickButtonClicked1 = "" JoystickButtonClicked2 = "" JoystickButtonClicked3 = "" JoystickButton32 = "" JoystickButton33 = "" JoystickButton34 = "" JoystickButton35 = "" JoystickDigitalAxes3_0 = "Run" [Comm Setup] PlayerName = "" 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!!!" [MapTimes]
  • 0 Votes
    9 Posts
    5k Views
    RionR

    @mattrixk Have you tried the tilde key?