VOGONS


First post, by Simoon

User metadata
Rank Newbie
Rank
Newbie

hi there,

i bought Nordlandtrilogie "schicksalsklinge", an old dos game last week and i'm spending (wasting?) my time with getting it started. at the moment i've got 2 possibilities to play it:

- without dosbox, everything runs fine but midi sound (or whatever, i can hear the cd sound but nothing else) and the mouse doesn't move properly if it does at all

- with dosbox, it says the game needs a cd drive and it can't find any on my PC; no midi sound again...

so, it would be the best if someone just could tell me how i can get the mouse working under xp, that would be really great!

maybe i am too dumb for this stuff, but i am a great fan of this game and i neeeeeeeed it 😉

Simoon

Reply 1 of 6, by gidierre

User metadata
Rank Member
Rank
Member

>with dosbox, it says the game needs a cd drive

already tried mounting with the -ioctl switch ?

Reply 2 of 6, by Simoon

User metadata
Rank Newbie
Rank
Newbie

hi there!

erm.... no. i use dosboxfrontend, a proram with a windows GUI, so that i don't have to do that shitty typing. how does this thing work/ how can i install it. i'd be thankful for a more detailed description how to do this!

nevertheless, thanks a lot for your help!

simoon

p.s.: i have got the problem that i cannot type "\" backslash, even the ascii code alt+92 doesn't work. that is why i have to use dosboxfro as GUI

Last edited by Simoon on 2003-11-04, 18:48. Edited 1 time in total.

Reply 3 of 6, by Qbix

User metadata
Rank DOSBox Author
Rank
DOSBox Author
Simoon wrote:
hi there! […]
Show full quote

hi there!

erm.... no. i use dosboxfrontend, a proram with a windows GUI, so that i don't have to do that shitty typing. how does this thing work/ how can i install it. i'd be thankful for a more detailed description how to do this!

nevertheless, thanks a lot for your help!

simoon

p.s.: i have got the problem that i cannot type "" backslash, even the ascii code alt+92 doesn't work. that is why i have to use dosboxfro as GUI

use "/" or type your commands in the [autoexec] of the dosbox configfile.

the mounting goes as follows
mount d d:\ -t cdrom
or mount d d:\ -t cdrom -ioctl

(presuming d:\ is your cdrom drive in windows)

Water flows down the stream
How to ask questions the smart way!

Reply 4 of 6, by Simoon

User metadata
Rank Newbie
Rank
Newbie

ok guys,

the cdrom problem is fixed now, although i don't know yet how to autostart the cdrom mount, do i have to type:

[autoexec]
# Lines in this section will be run at startup.
# mount d f:\ -t cdrom -ioctl

or how exactly?

i still haven't ANY sound in there, no cd sound and no midi... i wonder if we could get that fixed!

thanks, simoon

Reply 5 of 6, by Snover

User metadata
Rank l33t++
Rank
l33t++

# is a commented line.

Yes, it’s my fault.

Reply 6 of 6, by eL_PuSHeR

User metadata
Rank l33t++
Rank
l33t++

As Snover "suggested", remove the # from the lines you want to execute. Otherwise, they will be treated as comments = ignored. It should look like something like this...

[autoexec]
# Lines in this section will be run at startup.
mount d f:\ -t cdrom -ioctl