exoscoriae / eXoDOS

eXoDOS
65 stars 3 forks source link

LHX Attack Chopper (1990) #5093

Closed Python-Exoproject closed 2 weeks ago

Python-Exoproject commented 2 months ago

Discord user remowilliams highlighted that this game is defaulting to EGA graphics. With some further info from Eulisker, hunvagy, and Spectre I looked into it.

The Tandy sound option wont work unless the game is running with machine=tandy and vanilla dosbox which is currently running it cant handle it properly so I converted it to Staging. Ive provided the Staging confs\exception.bat to allow a choice between PC and Tandy as well. I did not add choices for CGA or EGA. CGA can be added if felt warranted but will need a run.bat for the pc user choice, EGA didnt add anything when Tandy was already provided as the graphics are the same.

LHXAttac.zip

Ive also added mouse flight control as the default when the game is launched. The user can change this in game if desired by pressing esc and changing the option under the control menu

r3mowilliams commented 2 months ago

LHX also seems to default to the incorrect axes set (joystick 2) when a multi joy controller is attached.

Examples:

Setting the following seems to address this:

[joystick] 2axis

exoscoriae commented 2 weeks ago

added 2axis to the IBM conf. didn't edit the tandy one.

moved to staging