Help! Advice on where to start with modding

Request patches for Keens 4-6.
lemm
Posts: 554
Joined: Sun Jul 05, 2009 12:32 pm

Post by lemm »

If you get a bad/illegal command, that means the .exe you are trying to run (modkeen) is not in the current directory.

Type: dir /p to verify that modkeen.exe is in the directory.
User avatar
bubbatom
Posts: 59
Joined: Sat Oct 30, 2010 7:55 am

Post by bubbatom »

Yes, modkeen is in the dosbox. So i tried typing it in. This is what i typed:
cd desktop/modkeen -episode=4 -export -bmpdir="graphics"
but dosbox came up with a message that said:
unable to change to: desktop/modkeen -episode=4 -export -bmpdir=graphics
Any ideas?
User avatar
Ceilick
Deputy Administrator
Posts: 402
Joined: Wed Sep 03, 2003 2:35 am

Post by Ceilick »

If you are running modkeen through dosbox, you do not use "cd desktop/"

After opening modkeen in dosbox, only type:

Code: Select all

modkeen -episode=4 -export -bmpdir="graphics"
lemm
Posts: 554
Joined: Sun Jul 05, 2009 12:32 pm

Post by lemm »

right, you're trying to do two different steps at once.

First you need to change to the directory in which modkeen resides.

so

first type: cd dektop/modkeen/

then once you're in the directory, type modkeen -episode=4 etc etc
User avatar
bubbatom
Posts: 59
Joined: Sat Oct 30, 2010 7:55 am

Post by bubbatom »

I think i might know the problem.
My DosBox has "drive c mounted as local directory" to one of my folders. would this effect it at all?

Copying modkeen into dosbox = illegal command
lemm
Posts: 554
Joined: Sun Jul 05, 2009 12:32 pm

Post by lemm »

well... which directory on your computer is mounted as drive C in dosbox? You must find that out, then use the cd command to navigate to your modkeen directory


once you are in your modkeen directory, then you type modkeen etc etc to run the modkeen
User avatar
bubbatom
Posts: 59
Joined: Sat Oct 30, 2010 7:55 am

Post by bubbatom »

I copied modkeen and the zip file into the folder that dosbox uses.
I then typed in the command and dosbox gave me the reply:
"Load error: No DPMI - Get csdpmi*b.zip"
lemm
Posts: 554
Joined: Sun Jul 05, 2009 12:32 pm

Post by lemm »

http://www.delorie.com/djgpp/dl/ofc/sim ... WSDPMI.EXE


Put this into your modkeen directory.
User avatar
bubbatom
Posts: 59
Joined: Sat Oct 30, 2010 7:55 am

Post by bubbatom »

thanks.
Whats meant to happen if all goes well in dosbox.
What will show up in dosbox?
lemm
Posts: 554
Joined: Sun Jul 05, 2009 12:32 pm

Post by lemm »

A few lines of text will come up telling you that everything has been extracted.


All of the game's graphics will be exported to .bmp files in the folder you designated for output.
User avatar
bubbatom
Posts: 59
Joined: Sat Oct 30, 2010 7:55 am

Post by bubbatom »

When i do everything it comes up with a "fault" when decompressing and then followed by a heap of random stuff (0s and other numbers)
User avatar
bubbatom
Posts: 59
Joined: Sat Oct 30, 2010 7:55 am

Post by bubbatom »

I will just wait until I get a new computer (within a week).
And i can almost garentee that Ill need help again with that.
lemm
Posts: 554
Joined: Sun Jul 05, 2009 12:32 pm

Post by lemm »

bubbatom wrote:When i do everything it comes up with a "fault" when decompressing and then followed by a heap of random stuff (0s and other numbers)
I don't know. I've never seen that happen before.
User avatar
bubbatom
Posts: 59
Joined: Sat Oct 30, 2010 7:55 am

Post by bubbatom »

Hi everyone got a new computer and tried putting modkeen into dosbox with csdmi*b and it finally worked!
Ill keep going with the tutorial but im sure ill need help sooner or later...
Thanks.
User avatar
bubbatom
Posts: 59
Joined: Sat Oct 30, 2010 7:55 am

Post by bubbatom »

Hi, I do have another problem:
In section 3 with patch files and batch files:
After you've made sure Mymod.bat runs fine, open up mymod.pat.
I cant open this file because "windows cannot open this file"...
any suggestions as to what i do next?
Post Reply