Page 2 of 3

Posted: Sun Nov 28, 2010 7:52 pm
by KEENapplesauce
Can someone put a new link out here? When I go to the page, it redirects me to a DNS Error page.

Posted: Sun Nov 28, 2010 9:00 pm
by VikingBoyBilly
Lol, KEENapplesauce, GARGapplesauce =3

Posted: Sun Nov 28, 2010 9:27 pm
by KEENapplesauce
Yeah... I wish I could change that so that it would be consistent.

Re: Modkeen 2.0.1 Keen Dreams Edition

Posted: Fri Apr 14, 2017 10:02 am
by Bubzrulz
trying to get graphics out of dreams to use some in my k4 mod keeps coming up with errors tried few different kd 1.13 games dont know whats going on

Re: Modkeen 2.0.1 Keen Dreams Edition

Posted: Fri Apr 14, 2017 1:21 pm
by Nisaba
@Bubzrulz
there are multiple ModKeen versions out there. make sure to use the vision which has support for Keen Dreams graphics and data importing/exporting.
--> http://www.shikadi.net/keenwiki/ModKeen
if your are certain that you've used the right ModKeen version please report/post the whole error output prompt.

Re: Modkeen 2.0.1 Keen Dreams Edition

Posted: Fri Apr 14, 2017 2:03 pm
by Bubzrulz
Nisaba wrote: Fri Apr 14, 2017 1:21 pm @Bubzrulz
there are multiple ModKeen versions out there. make sure to use the vision which has support for Keen Dreams graphics and data importing/exporting.
--> http://www.shikadi.net/keenwiki/ModKeen
if your are certain that you've used the right ModKeen version please report/post the whole error output prompt.
yup cos after 1st fail extract i remembered that i was a different version so i got it now this is the error i just got


Image

Re: Modkeen 2.0.1 Keen Dreams Edition

Posted: Fri Apr 14, 2017 3:42 pm
by Nisaba
I assume you've tried to decompress the KDREAMS.EXE with UNLZEXE.EXE. unfortunally UNLZEXE isn't capable of doing so.
here is a step by step setup for you, which should work without any issues:
  1. Download the following files and tools:
  2. Extract all Keen Dreams, UNP, Modkeen, CWSDPMI files in one folder of your choice.
  3. Also create a subfolder called BMP within that Keen Dreams folder.
  4. Open DOSBox and navigate to your Keen Dreams folder
    (alternatively drag&drop UNP.EXE on the DOSBox desktop icon)
  5. To decompress the KDREAMS.EXE type (in DOSBox):
    UNP.EXE KDREAMS.EXE
  6. Now extract all graphics and files by typing (in DOSBox):
    modkeen.exe -episode=7 -export -bmpdir="BMP"

Re: Modkeen 2.0.1 Keen Dreams Edition

Posted: Fri Apr 14, 2017 9:34 pm
by Bubzrulz
that link for dreams is broken ..

also with the copy of dreams i have this happens

Image


ok found another copy of dreams i could uncompress but now this happens

Image

Re: Modkeen 2.0.1 Keen Dreams Edition

Posted: Sat Apr 15, 2017 12:41 pm
by Nisaba
sorry, link is fixed by now. plz try to download it again.

Re: Modkeen 2.0.1 Keen Dreams Edition

Posted: Sat Apr 15, 2017 12:51 pm
by Bubzrulz
Nisaba wrote: Sat Apr 15, 2017 12:41 pm sorry, link is fixed by now. plz try to download it again.
same cant open bmp error

Re: Modkeen 2.0.1 Keen Dreams Edition

Posted: Sat Apr 15, 2017 8:05 pm
by Nisaba
have you done as told in step 3?
and please reupload your images, cannot open them.

Re: Modkeen 2.0.1 Keen Dreams Edition

Posted: Sat Apr 15, 2017 9:11 pm
by Bubzrulz
step 3 yes its dreams modkeen , the pics should work

Re: Modkeen 2.0.1 Keen Dreams Edition

Posted: Sun Apr 16, 2017 7:07 am
by Nisaba
Image

ok then... the UNP output looks fine.


Image

but I have a strong suspicion that your MODE.BAT file is faulty. please post the command written within this batch file. I suspect you have written commands which look something like this:

Code: Select all

modkeen.exe -episode=7 -export -bmpdir=c:\keen
instead please use the commands from step 6:

Code: Select all

modkeen.exe -episode=7 -export -bmpdir="BMP"
this should solve your problems.

Re: Modkeen 2.0.1 Keen Dreams Edition

Posted: Sun Apr 16, 2017 7:29 am
by Bubzrulz
Nisaba wrote: Sun Apr 16, 2017 7:07 am

instead please use the commands from step 6:

Code: Select all

modkeen.exe -episode=7 -export -bmpdir="BMP"
this should solve your problems.

same issue with the command u said even tried just straight mod keen and put the commands in instead of using .bat both same error as before

Re: Modkeen 2.0.1 Keen Dreams Edition

Posted: Sun Apr 16, 2017 12:49 pm
by Nisaba
I've just checked your setup:
you forgot to create an empty folder called BMP. that is very important! please check step 3 again and do as told. everything else looks fine.