It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
I have the Steam version of Shadow Warrior Classic, and I have BMOUSE set up in my DOSBox's *conf file but it won't launch with the settings I use, instead it leaves the mouse settings out and prevents me from using the mouse. I works fine vanilla Shadow Warrior and Twin Dragon, but I can't get it to work on Wanton Destruction. Here's what's in my swarrior.conf file that I made if there's anything I did wrong with it:
[autoexec]
@ECHO OFF
MOUNT C "."
IMGMOUNT D ".\GAME.DAT" -t iso
C:
CLS
@ECHO 
@ECHO Shadow Warrior Classic
@ECHO --------------------------------
@ECHO on
@ECHO off
@ECHO 1) Play Shadow Warrior
@ECHO 2) Play Wanton Destruction
@ECHO 3) Play Twin Dragon
@ECHO on
@ECHO off
@ECHO --------------------------------
@ECHO 4) Exit
@ECHO 
@ECHO on
@ECHO off
@choice /c1234 /s Which game do you want to play? [1-4]: /n
if errorlevel 4 goto exit
if errorlevel 3 goto tdragon
if errorlevel 2 goto wanton
if errorlevel 1 goto swarrior

:swarrior
@ECHO OFF
CLS
BMOUSE LAUNCH SW.EXE
CLS
EXIT

:wanton
@ECHO OFF
CLS
BMOUSE LAUNCH WANTON.EXE
CLS
EXIT

:tdragon
@ECHO OFF
CD \TDRAGON
CLS
BMOUSE LAUNCH TDRAGON.EXE
CLS
EXIT

:exit
EXIT
No posts in this topic were marked as the solution yet. If you can help, add your reply
I think this is an issue with the GOG version rewriting configs for the expansion. Check out the article for Shadow Warrior 1997 on PC Gaming Wiki, it tells you how to edit conf files so this should not be an issue. I would give you the link but it is not letting me.