This is how I got Z (not z95) to work on XP
Moderator: Brad
-
- Grunt
- Posts: 3
- Joined: 2008-07-21, 06:00
Re: This is how I got Z (not z95) to work on XP
this is what i found in my z.batfile
@Echo Please Wait - Loading ......
@ZED.EXE /CD:E %1 %2 %3 %4 %5
and here is whats in my dosbox.conf autoexec
[sdl]
# fullscreen -- Start dosbox directly in fullscreen.
# autolock -- Mouse will automatically lock, if you click on the screen.
# sensitiviy -- Mouse sensitivity.
# waitonerror -- Wait before closing the console if dosbox has an error.
fullscreen=true
autolock=true
sensitivity=100
waitonerror=true
[dosbox]
# language -- Select another language file.
# memsize -- Amount of memory dosbox has in megabytes.
language=
memsize=128
[render]
# frameskip -- How many frames dosbox skips before drawing one.
# snapdir -- Directory where screenshots get saved.
# scaler -- Scaler used to enlarge/enhance low resolution modes.
# Supported are none,normal2x,advmame2x
frameskip=0
snapdir=snaps
scaler=normal2x
[cpu]
# cycles -- Amount of instructions dosbox tries to emulate each millsecond.
# Setting this higher than your machine can handle is bad!
cycles=11000
[mixer]
# nosound -- Enable silent mode, sound is still emulated though.
# rate -- Mixer sample rate, setting any devices higher than this will
# probably lower their sound quality.
# blocksize -- Mixer block size, larger blocks might help sound stuttering
# but sound will also be more lagged.
# wavedir -- Directory where saved sound output goes when you use the
# sound record key-combination, check README file.
nosound=false
rate=22050
blocksize=3500
wavedir=waves
[midi]
# mpu401 -- Enable MPU-401 Emulation.
# device -- Device that will receive the MIDI data from MPU-401.
# This can be default,alsa,oss,win32,coreaudio,none.
# config -- Special configuration options for the device.
mpu401=true
device=default
config=
[sblaster]
# sblaster -- Enable the soundblaster emulation.
# base,irq,dma -- The IO/IRQ/DMA address of the soundblaster.
# sbrate -- Sample rate of soundblaster emulation.
# adlib -- Enable the adlib emulation.
# adlibrate -- Sample rate of adlib emulation.
# cms -- Enable the Creative Music System/Gameblaster emulation.
# Enabling both the adlib and cms might give conflicts!
# cmsrate -- Sample rate of cms emulation.
sblaster=true
base=220
irq=7
dma=1
sbrate=22050
adlib=true
adlibrate=22050
cms=false
cmsrate=22050
[speaker]
# pcspeaker -- Enable PC-Speaker emulation.
# pcrate -- Sample rate of the PC-Speaker sound generation.
# tandy -- Enable Tandy 3-Voice emulation.
# tandyrate -- Sample rate of the Tandy 3-Voice generation.
# disney -- Enable Disney Sound Source emulation.
pcspeaker=true
pcrate=22050
tandy=true
tandyrate=22050
disney=true
[bios]
# Nothing to setup yet!
[dos]
# xms -- Enable XMS support.
# ems -- Enable EMS support.
# dpmi -- Enable builtin DPMI host support.
# This might help in getting some games to work, but might crash others.
# So be sure to try both settings.
xms=true
ems=true
dpmi=true
[modem]
# modem -- Enable virtual modem emulation.
# comport -- COM Port modem is connected to.
# listenport -- TCP Port the momdem listens on for incoming connections.
modem=true
comport=2
listenport=23
[ipx]
ipx=true
[autoexec]
# Lines in this section will be run at startup.
mount C C:\Games\z
mount E C:\Games\Z\CD -t cdrom
C:
@Echo Please Wait - Loading ......
@ZED.EXE /CD:E %1 %2 %3 %4 %5
and here is whats in my dosbox.conf autoexec
[sdl]
# fullscreen -- Start dosbox directly in fullscreen.
# autolock -- Mouse will automatically lock, if you click on the screen.
# sensitiviy -- Mouse sensitivity.
# waitonerror -- Wait before closing the console if dosbox has an error.
fullscreen=true
autolock=true
sensitivity=100
waitonerror=true
[dosbox]
# language -- Select another language file.
# memsize -- Amount of memory dosbox has in megabytes.
language=
memsize=128
[render]
# frameskip -- How many frames dosbox skips before drawing one.
# snapdir -- Directory where screenshots get saved.
# scaler -- Scaler used to enlarge/enhance low resolution modes.
# Supported are none,normal2x,advmame2x
frameskip=0
snapdir=snaps
scaler=normal2x
[cpu]
# cycles -- Amount of instructions dosbox tries to emulate each millsecond.
# Setting this higher than your machine can handle is bad!
cycles=11000
[mixer]
# nosound -- Enable silent mode, sound is still emulated though.
# rate -- Mixer sample rate, setting any devices higher than this will
# probably lower their sound quality.
# blocksize -- Mixer block size, larger blocks might help sound stuttering
# but sound will also be more lagged.
# wavedir -- Directory where saved sound output goes when you use the
# sound record key-combination, check README file.
nosound=false
rate=22050
blocksize=3500
wavedir=waves
[midi]
# mpu401 -- Enable MPU-401 Emulation.
# device -- Device that will receive the MIDI data from MPU-401.
# This can be default,alsa,oss,win32,coreaudio,none.
# config -- Special configuration options for the device.
mpu401=true
device=default
config=
[sblaster]
# sblaster -- Enable the soundblaster emulation.
# base,irq,dma -- The IO/IRQ/DMA address of the soundblaster.
# sbrate -- Sample rate of soundblaster emulation.
# adlib -- Enable the adlib emulation.
# adlibrate -- Sample rate of adlib emulation.
# cms -- Enable the Creative Music System/Gameblaster emulation.
# Enabling both the adlib and cms might give conflicts!
# cmsrate -- Sample rate of cms emulation.
sblaster=true
base=220
irq=7
dma=1
sbrate=22050
adlib=true
adlibrate=22050
cms=false
cmsrate=22050
[speaker]
# pcspeaker -- Enable PC-Speaker emulation.
# pcrate -- Sample rate of the PC-Speaker sound generation.
# tandy -- Enable Tandy 3-Voice emulation.
# tandyrate -- Sample rate of the Tandy 3-Voice generation.
# disney -- Enable Disney Sound Source emulation.
pcspeaker=true
pcrate=22050
tandy=true
tandyrate=22050
disney=true
[bios]
# Nothing to setup yet!
[dos]
# xms -- Enable XMS support.
# ems -- Enable EMS support.
# dpmi -- Enable builtin DPMI host support.
# This might help in getting some games to work, but might crash others.
# So be sure to try both settings.
xms=true
ems=true
dpmi=true
[modem]
# modem -- Enable virtual modem emulation.
# comport -- COM Port modem is connected to.
# listenport -- TCP Port the momdem listens on for incoming connections.
modem=true
comport=2
listenport=23
[ipx]
ipx=true
[autoexec]
# Lines in this section will be run at startup.
mount C C:\Games\z
mount E C:\Games\Z\CD -t cdrom
C:
Re: This is how I got Z (not z95) to work on XP
Looks like it should work.metalpunk3 wrote:this is what i found in my z.batfile
@Echo Please Wait - Loading ......
@ZED.EXE /CD:E %1 %2 %3 %4 %5
[autoexec]
# Lines in this section will be run at startup.
mount C C:\Games\z
mount E C:\Games\Z\CD -t cdrom
C:
What version of DosBox are you using?
What version of Z are you using?
Re: This is how I got Z (not z95) to work on XP
Hey kissmad,
You are awesome, I followed the steps from your very first post and had absolutely no issues getting Z to work on winxp.
I could not believe people are still playing this game.
Do you think you could get an old game like Stonekeep to work with dosbox?
Thanks Kevin
You are awesome, I followed the steps from your very first post and had absolutely no issues getting Z to work on winxp.
I could not believe people are still playing this game.
Do you think you could get an old game like Stonekeep to work with dosbox?
Thanks Kevin
Re: This is how I got Z (not z95) to work on XP
Thanks Kevin. Welcome to the forum. You should try the Dos Box forum to see if you can get Stonekeep to work.cbmadcow wrote:Hey kissmad,
You are awesome, I followed the steps from your very first post and had absolutely no issues getting Z to work on winxp.
I could not believe people are still playing this game.
Do you think you could get an old game like Stonekeep to work with dosbox?
Thanks Kevin
Re: This is how I got Z (not z95) to work on XP
Hey guys, i've spent days working on this now trying to get Z to work on XP but i'm having no luck so please can you help?
I've followed the nstructions in this thread to the letter but i still keep getting the error message:
missing file c:\z\E_logo.jv
and i've tried putting in a file with the same name as that but that didnt work.
One big problem i have is that the game will not install onto my hard drive. I dont know why but i dont have an install.exe file on my CD and when i run z.exe it starts to install stuff but at 44% is throws up error messages.
Under windows 98 i could get this game to run no problem (yes it is the DOS version BTW) and it'd even run off the CD so i cant understand why it just wont work with dosbox.
I'm actually going to resort to building a system and installing windows 98SE on it just to play this game, at least then i'll know if my CD is good and not damaged.
Regards, Jackal
I've followed the nstructions in this thread to the letter but i still keep getting the error message:
missing file c:\z\E_logo.jv
and i've tried putting in a file with the same name as that but that didnt work.
One big problem i have is that the game will not install onto my hard drive. I dont know why but i dont have an install.exe file on my CD and when i run z.exe it starts to install stuff but at 44% is throws up error messages.
Under windows 98 i could get this game to run no problem (yes it is the DOS version BTW) and it'd even run off the CD so i cant understand why it just wont work with dosbox.
I'm actually going to resort to building a system and installing windows 98SE on it just to play this game, at least then i'll know if my CD is good and not damaged.
Regards, Jackal
Re: This is how I got Z (not z95) to work on XP
Hmm... The file with such name in root folder Z does not exist.Solouko wrote:I've followed the nstructions in this thread to the letter but i still keep getting the error message:
missing file c:\z\E_logo.jv
File INSTALL.EXE is used for DOS. For Windows it is necessary to use file SETUP.EXE. These files should be on your CD.Solouko wrote:One big problem i have is that the game will not install onto my hard drive. I dont know why but i dont have an install.exe file on my CD and when i run z.exe it starts to install stuff but at 44% is throws up error messages.
DosBox for game in Windows XP is not necessary. There is corrected version DOS_XP. This version works well. See FAQ.
Re: This is how I got Z (not z95) to work on XP
Hi everyone,
I am from Yemen and i tried to find the CD in the market but nobody even heard about the game, so i downloaded the game from the internet. I did all what you said..and i get this "main.pac is missing" so i thought maybe the problem is in the fact that i am not using any CD. I downloaded the game into a file in C...and installed the game in C:\Games\Z
Could anyone tell me what shall i do to make it work? what changes do i need to make?
I am from Yemen and i tried to find the CD in the market but nobody even heard about the game, so i downloaded the game from the internet. I did all what you said..and i get this "main.pac is missing" so i thought maybe the problem is in the fact that i am not using any CD. I downloaded the game into a file in C...and installed the game in C:\Games\Z
Could anyone tell me what shall i do to make it work? what changes do i need to make?
Re: This is how I got Z (not z95) to work on XP
Can you please post what is in your z.bat file and from the dosbox.conf file, the text that is below the [autoexec] line.faresar wrote:Hi everyone,
I am from Yemen and i tried to find the CD in the market but nobody even heard about the game, so i downloaded the game from the internet. I did all what you said..and i get this "main.pac is missing" so i thought maybe the problem is in the fact that i am not using any CD. I downloaded the game into a file in C...and installed the game in C:\Games\Z
Could anyone tell me what shall i do to make it work? what changes do i need to make?
Re: This is how I got Z (not z95) to work on XP
and[autoexec]
# Lines in this section will be run at startup.
mount C C:\Games\z
mount F C:\Games\Z\CD -t cdrom
C:
I dont have the game in a CD so i guess something has to be changed?@Echo Please Wait - Loading ......
@ZED.EXE /CD:F %1 %2 %3 %4 %5
Oh and my DOSbox is 0.62
Re: This is how I got Z (not z95) to work on XP
Have you copied the setup files to C:\Games\Z\CD?faresar wrote:and[autoexec]
# Lines in this section will be run at startup.
mount C C:\Games\z
mount F C:\Games\Z\CD -t cdrom
C:
I dont have the game in a CD so i guess something has to be changed?@Echo Please Wait - Loading ......
@ZED.EXE /CD:F %1 %2 %3 %4 %5
Oh and my DOSbox is 0.62
Re: This is how I got Z (not z95) to work on XP
Oh i didnt know i should do that..i did it and it worked!!
Thanks a million!!!
another question though..the sound didnt work..shall i download this http://sourceforge.net/projects/vdmsound/ ?

another question though..the sound didnt work..shall i download this http://sourceforge.net/projects/vdmsound/ ?
Re: This is how I got Z (not z95) to work on XP
Your welcome.faresar wrote:Oh i didnt know i should do that..i did it and it worked!!Thanks a million!!!
another question though..the sound didnt work..shall i download this http://sourceforge.net/projects/vdmsound/ ?
Yes download and install vdmsound.
Re: This is how I got Z (not z95) to work on XP
Sorry if my english is not as good as yours, im from spain, and thats why i cant read 15 pages of replies, and cause im now in university exams period, so i have no physical time to do that
. I want to play Z on XP, but i cant. first for the mane.lbm error. i´ve followed the first topic page guide step by step but i have some doubts. first, when copying code into dosbox.conf, i´ve to delete all previous content and overwrite it with the code? or place it previously? or place it after?
i´ve tried only overwriting it, placing Z folder in the same place that its describes, and running dosbox, but the same error occured, mane.lbm is missing. i´ve created c:\games\Z where i´ve placed Z folder contained in Z.zip (downloaded), u know, level folders, executables, ico, etc, all content. but i dont know what i have to place in CD folder, if it is neccesary or not to be created... what should i do????? the error is the same all time... mane.lbm is missing. please be nice and answer me...
lot of thanx

i´ve tried only overwriting it, placing Z folder in the same place that its describes, and running dosbox, but the same error occured, mane.lbm is missing. i´ve created c:\games\Z where i´ve placed Z folder contained in Z.zip (downloaded), u know, level folders, executables, ico, etc, all content. but i dont know what i have to place in CD folder, if it is neccesary or not to be created... what should i do????? the error is the same all time... mane.lbm is missing. please be nice and answer me...

Re: This is how I got Z (not z95) to work on XP
Make a backup of the dosbox.conf first.goldenZ wrote:first, when copying code into dosbox.conf, i´ve to delete all previous content and overwrite it with the code? or place it previously? or place it after?
Copy the code into the dosbox.conf by overwrite all previous content then save the file.
That is not what the instructions say to do. This is why your having problems. The c:\games\Z is for the installed game.goldenZ wrote:i´ve created c:\games\Z where i´ve placed Z folder contained in Z.zip (downloaded), u know, level folders, executables, ico, etc, all content.
You extract the contents of the z.zip file into this c:\games\Z\CD folder. You have to do this otherwise the game will not work.goldenZ wrote:but i dont know what i have to place in CD folder, if it is neccesary or not to be created... what should i do?????
Re: This is how I got Z (not z95) to work on XP
Hello all
iv been playing around on my old comp here. Win 2000
was going trought some old CD-games and found KKND , Z , MDK and alot more. Realy alot of old goodies
installed. and then was reminded of the old DOS Era so long lost ^^
But i have not been using Dos-mods for years so im very rusty atm. So i was hoping you ppl could help me out a bit here
Im still getting the Main-pac error when starting Z
Version 0.72
Game is in C:Games
Also the CD is copy´d to C:/games/CD
Dos box config file
----------------------------------------------------------
[sdl]
# fullscreen -- Start dosbox directly in fullscreen.
# autolock -- Mouse will automatically lock, if you click on the screen.
# sensitiviy -- Mouse sensitivity.
# waitonerror -- Wait before closing the console if dosbox has an error.
fullscreen=true
autolock=true
sensitivity=100
waitonerror=true
[dosbox]
# language -- Select another language file.
# memsize -- Amount of memory dosbox has in megabytes.
language=
memsize=128
[render]
# frameskip -- How many frames dosbox skips before drawing one.
# snapdir -- Directory where screenshots get saved.
# scaler -- Scaler used to enlarge/enhance low resolution modes.
# Supported are none,normal2x,advmame2x
frameskip=0
snapdir=snaps
scaler=normal2x
[cpu]
# cycles -- Amount of instructions dosbox tries to emulate each millsecond.
# Setting this higher than your machine can handle is bad!
cycles=11000
[mixer]
# nosound -- Enable silent mode, sound is still emulated though.
# rate -- Mixer sample rate, setting any devices higher than this will
# probably lower their sound quality.
# blocksize -- Mixer block size, larger blocks might help sound stuttering
# but sound will also be more lagged.
# wavedir -- Directory where saved sound output goes when you use the
# sound record key-combination, check README file.
nosound=false
rate=22050
blocksize=3500
wavedir=waves
[midi]
# mpu401 -- Enable MPU-401 Emulation.
# device -- Device that will receive the MIDI data from MPU-401.
# This can be default,alsa,oss,win32,coreaudio,none.
# config -- Special configuration options for the device.
mpu401=true
device=default
config=
[sblaster]
# sblaster -- Enable the soundblaster emulation.
# base,irq,dma -- The IO/IRQ/DMA address of the soundblaster.
# sbrate -- Sample rate of soundblaster emulation.
# adlib -- Enable the adlib emulation.
# adlibrate -- Sample rate of adlib emulation.
# cms -- Enable the Creative Music System/Gameblaster emulation.
# Enabling both the adlib and cms might give conflicts!
# cmsrate -- Sample rate of cms emulation.
sblaster=true
base=220
irq=7
dma=1
sbrate=22050
adlib=true
adlibrate=22050
cms=false
cmsrate=22050
[speaker]
# pcspeaker -- Enable PC-Speaker emulation.
# pcrate -- Sample rate of the PC-Speaker sound generation.
# tandy -- Enable Tandy 3-Voice emulation.
# tandyrate -- Sample rate of the Tandy 3-Voice generation.
# disney -- Enable Disney Sound Source emulation.
pcspeaker=true
pcrate=22050
tandy=true
tandyrate=22050
disney=true
[bios]
# Nothing to setup yet!
[dos]
# xms -- Enable XMS support.
# ems -- Enable EMS support.
# dpmi -- Enable builtin DPMI host support.
# This might help in getting some games to work, but might crash others.
# So be sure to try both settings.
xms=true
ems=true
dpmi=true
[modem]
# modem -- Enable virtual modem emulation.
# comport -- COM Port modem is connected to.
# listenport -- TCP Port the momdem listens on for incoming connections.
modem=true
comport=2
listenport=23
[ipx]
ipx=true
[autoexec]
# Lines in this section will be run at startup.
mount C C:\Games\z
mount D C:\Games\Z\CD -t cdrom
C:
-------------------------------------------------------------------
@Echo Please Wait - Loading ......
@ZED.EXE /CD:D %1 %2 %3 %4 %5
---------------------------------------------------------------------
anything im missing here ?
Thx - Hallert the Swed ^^

iv been playing around on my old comp here. Win 2000
was going trought some old CD-games and found KKND , Z , MDK and alot more. Realy alot of old goodies

installed. and then was reminded of the old DOS Era so long lost ^^
But i have not been using Dos-mods for years so im very rusty atm. So i was hoping you ppl could help me out a bit here

Im still getting the Main-pac error when starting Z
Version 0.72
Game is in C:Games
Also the CD is copy´d to C:/games/CD
Dos box config file
----------------------------------------------------------
[sdl]
# fullscreen -- Start dosbox directly in fullscreen.
# autolock -- Mouse will automatically lock, if you click on the screen.
# sensitiviy -- Mouse sensitivity.
# waitonerror -- Wait before closing the console if dosbox has an error.
fullscreen=true
autolock=true
sensitivity=100
waitonerror=true
[dosbox]
# language -- Select another language file.
# memsize -- Amount of memory dosbox has in megabytes.
language=
memsize=128
[render]
# frameskip -- How many frames dosbox skips before drawing one.
# snapdir -- Directory where screenshots get saved.
# scaler -- Scaler used to enlarge/enhance low resolution modes.
# Supported are none,normal2x,advmame2x
frameskip=0
snapdir=snaps
scaler=normal2x
[cpu]
# cycles -- Amount of instructions dosbox tries to emulate each millsecond.
# Setting this higher than your machine can handle is bad!
cycles=11000
[mixer]
# nosound -- Enable silent mode, sound is still emulated though.
# rate -- Mixer sample rate, setting any devices higher than this will
# probably lower their sound quality.
# blocksize -- Mixer block size, larger blocks might help sound stuttering
# but sound will also be more lagged.
# wavedir -- Directory where saved sound output goes when you use the
# sound record key-combination, check README file.
nosound=false
rate=22050
blocksize=3500
wavedir=waves
[midi]
# mpu401 -- Enable MPU-401 Emulation.
# device -- Device that will receive the MIDI data from MPU-401.
# This can be default,alsa,oss,win32,coreaudio,none.
# config -- Special configuration options for the device.
mpu401=true
device=default
config=
[sblaster]
# sblaster -- Enable the soundblaster emulation.
# base,irq,dma -- The IO/IRQ/DMA address of the soundblaster.
# sbrate -- Sample rate of soundblaster emulation.
# adlib -- Enable the adlib emulation.
# adlibrate -- Sample rate of adlib emulation.
# cms -- Enable the Creative Music System/Gameblaster emulation.
# Enabling both the adlib and cms might give conflicts!
# cmsrate -- Sample rate of cms emulation.
sblaster=true
base=220
irq=7
dma=1
sbrate=22050
adlib=true
adlibrate=22050
cms=false
cmsrate=22050
[speaker]
# pcspeaker -- Enable PC-Speaker emulation.
# pcrate -- Sample rate of the PC-Speaker sound generation.
# tandy -- Enable Tandy 3-Voice emulation.
# tandyrate -- Sample rate of the Tandy 3-Voice generation.
# disney -- Enable Disney Sound Source emulation.
pcspeaker=true
pcrate=22050
tandy=true
tandyrate=22050
disney=true
[bios]
# Nothing to setup yet!
[dos]
# xms -- Enable XMS support.
# ems -- Enable EMS support.
# dpmi -- Enable builtin DPMI host support.
# This might help in getting some games to work, but might crash others.
# So be sure to try both settings.
xms=true
ems=true
dpmi=true
[modem]
# modem -- Enable virtual modem emulation.
# comport -- COM Port modem is connected to.
# listenport -- TCP Port the momdem listens on for incoming connections.
modem=true
comport=2
listenport=23
[ipx]
ipx=true
[autoexec]
# Lines in this section will be run at startup.
mount C C:\Games\z
mount D C:\Games\Z\CD -t cdrom
C:
-------------------------------------------------------------------
@Echo Please Wait - Loading ......
@ZED.EXE /CD:D %1 %2 %3 %4 %5
---------------------------------------------------------------------
anything im missing here ?
Thx - Hallert the Swed ^^