VOGONS


First post, by genocyber

User metadata
Rank Newbie
Rank
Newbie

hello i cant seem to get the music to play during gameplay and was wondering if anyone could help.

ive copied all the conents from the syndicate wars cd to d:\swarscd and ive installed the game from said folder using dosbox to d:\swars. basically im trying to run the game from the "swarscd" folder as if its the cd so theres no lag. i hope that makes sense.

this is the like autoexec command-line thingy i use to start the game in the conf file:

@ECHO OFF
mount c d:\
mount d d:\swarscd -t cdrom -usecd 0
c:\
cd swars
main.exe
exit

the game runs fine, no lag, sound effects like guns are there but no music. thanks for reading this and thanks for any help.

Reply 1 of 7, by Dominus

User metadata
Rank DOSBox Moderator
Rank
DOSBox Moderator

Maybe the music is cd audio tracks?
To test mount the cd to d instead of the folder. When that does the trick, make a bin/cue image of the CD and use imgmount instead of mount to mount the image.

Windows 3.1x guide for DOSBox
60 seconds guide to DOSBox
DOSBox SVN snapshot for macOS (10.4-11.x ppc/intel 32/64bit) notarized for gatekeeper

Reply 2 of 7, by bloodbat

User metadata
Rank Oldbie
Rank
Oldbie

The soundtrack is, indeed, redbook audio.

Reply 3 of 7, by genocyber

User metadata
Rank Newbie
Rank
Newbie

thanks for the replies. yes the audio runs fine when i change the folder to the cd-drive. sorry to sound stupid but how do i make a bin/cue image?

Reply 4 of 7, by Dominus

User metadata
Rank DOSBox Moderator
Rank
DOSBox Moderator

I think the best program to do that is currently Alcohol 120%. Last time I tried it the trial version got the job done

Windows 3.1x guide for DOSBox
60 seconds guide to DOSBox
DOSBox SVN snapshot for macOS (10.4-11.x ppc/intel 32/64bit) notarized for gatekeeper

Reply 5 of 7, by genocyber

User metadata
Rank Newbie
Rank
Newbie

will give it a try thanks again!

Reply 6 of 7, by genocyber

User metadata
Rank Newbie
Rank
Newbie

hi again still no music using thi bin/cue image. heres the script i used:

mount c d:\
imgmount d d:\swarsimg\SWARS.cue -t iso -fs iso
c:\
cd swars
main.exe
exit

Reply 7 of 7, by Dominus

User metadata
Rank DOSBox Moderator
Rank
DOSBox Moderator

Hmm, does the cue file (it's only a text file) point to the bin (SWARS.BIN best without a path) and mention audio tracks?

Windows 3.1x guide for DOSBox
60 seconds guide to DOSBox
DOSBox SVN snapshot for macOS (10.4-11.x ppc/intel 32/64bit) notarized for gatekeeper