VOGONS

Common searches


First post, by bagheera

User metadata
Rank Newbie
Rank
Newbie

Hi, i'm using DOSBox 0.73 and DBOXfe 0.1.3 frontend. I want to play old polish dos game "ElectroBody", everything is working fine EXCEPT gamepad.

It's 10 button Logitech Precision model. It is detected by dosbox:

dosbox cmd output -> Using joystick Logitech Logitech(R) Precision(TM) Gamepad with 2 axes, 10 buttons and 0 hat(s)

but it's not calibrated. By default pointer goes to top-left corner, and no other buttons works (like 'fire')
I have checked some options, and best what i've got is with following config:

[joystick]
joysticktype=2axis
timed=false
autofire=false
swap34=true
buttonwrap=true

Now pointer stays in the middle (ingame character is not moving), but i can only move him left and jump, so only left and up buttons on d-pad work. Still no "fire".

There is no "Mapping.txt" file around.
Is any fix for that?
I'm using Arch Linux.

Here's entire config from frontend:

[sdl]
fullscreen=false
fulldouble=false
fullresolution=original
windowresolution=original
output=surface
autolock=true
sensitivity=100
waitonerror=true
priority="higher,normal"
mapperfile=mapper.txt
usescancodes=true

[dosbox]
language=
machine=vga
memsize=16
captures=capture

[render]
frameskip=0
scaler=normal2x
aspect=false

[cpu]
core=auto
cycles=auto
cycleup=500
cycledown=20

[mixer]
nosound=false
rate=22050
blocksize=2048
prebuffer=10

[midi]
mpu401=intelligent
device=default
config=

[sblaster]
sbtype=sb16
sbbase=220
irq=7
dma=1
hdma=5
mixer=true
oplrate=22050
oplmode=auto

[gus]
gus=true
gusrate=22050
gusbase=240
irq1=5
irq2=5
dma1=3
dma2=3
ultradir=C:\\ULTRASND
Show last 32 lines

[speaker]
pcspeaker=true
pcrate=22050
tandy=auto
tandyrate=22050
disney=true

[joystick]
joysticktype=2axis
timed=false
autofire=false
swap34=true
buttonwrap=true

[serial]
serial1=dummy
serial2=dummy
serial3=disabled
serial4=disabled

[dos]
xms=true
ems=true
umb=true
keyboardlayout=none

[ipx]
ipx=false

[autoexec]

Btw, is wiki page working? I only get total blank page in Opera :s

Last edited by bagheera on 2010-03-29, 21:42. Edited 1 time in total.

Linux user

Reply 3 of 4, by bagheera

User metadata
Rank Newbie
Rank
Newbie

Update:
Fire is working, i just forgot there is no ammo at beginning 😁

Solved!
I've been using buggy dev version of game, 🤣. I found newer version and gamepad is working flawlessly.

Sorry for such an silly issue. *(and my english)

Linux user