PDA

View Full Version : Cant load 3D models with LINUX


Hell255
June 3rd, 2004, 05:56 PM
Hello,
i ve just discovered the 1.8rc1 linux version of jdoom. (doomsday). I really liked this version ;) But i have problems getting the 3d model pack (jdoom 1.1 i think) to work. It worked perfectly with windows.... Here is the command line i use:

doomsday -game jdoom -file /#Games-ISOs/Doom/doom2.wad

what should i add? Ive seen it needs the jDRP.pk3 and the jDRP.ded. but i cant load them. One problem is, linux is case sensitive... so i dont know if that could be the problem.

any help apreciated...thanks =)

--greeting, hell

DaniJ
June 3rd, 2004, 06:22 PM
You'll need to use the -file command to load both jDRP.pk3 (from data/jDoom) and jDRP.ded (from defs/jDoom).

Let me know how this goes as the jDRP 1.01 hasn't been tested on Linux yet.

lord-noctrun
June 4th, 2004, 12:53 AM
You'll need to use the -file command to load both jDRP.pk3 (from data/jDoom) and jDRP.ded (from defs/jDoom).

Let me know how this goes as the jDRP 1.01 hasn't been tested on Linux yet.
Hello,
i ve just discovered the 1.8rc1 linux version of jdoom. (doomsday). I really liked this version ;) But i have problems getting the 3d model pack (jdoom 1.1 i think) to work. It worked perfectly with windows.... Here is the command line i use:

doomsday -game jdoom -file /#Games-ISOs/Doom/doom2.wad

what should i add? Ive seen it needs the jDRP.pk3 and the jDRP.ded. but i cant load them. One problem is, linux is case sensitive... so i dont know if that could be the problem.

any help apreciated...thanks =)

--greeting, hell

I have tested it and it works fine however I had my problems getting the files to load with -file basically I put the pk3 in the share/deng/Data/jDoom/Auto dir and included the ded file in /deng/Defs/jDoom/jDoom.ded works fine here

kingron
June 8th, 2004, 10:18 AM
well i have some problems too :(

here my startscript:

#!/bin/sh
/usr/local/bin/doomsday -game jdoom -file /usr/local/games/doom/doom.wad /usr/local/share/deng/Data/jDoom/jDRP.pk3 -userdir /home/kingron/.doomsday/jdoom/

i put the jDRP.pk3 in:
/usr/local/share/deng/Data/jDoom/

i put the jDRP.ded in:
/usr/local/share/deng/Defs/jDoom/

here my startlog;

Con_Init: Initializing the console.
SW_Init: Startup message window opened.
Executable: Version 1.8.0-rc1 Jun 3 2004 (DGL).
Memory zone: 32.0 Mb.
Parsing configuration files.
W_Init: Init WADfiles.
W_AddFile: /usr/local/games/doom/doom.wad
IWAD identification: 00cdce4c
W_AddFile: Data/Doomsday.wad
W_AddFile: Data/jDoom/jDoom.wad
IWAD identification: 00056533
W_AddFile: Data/jDoom/jDRP.pk3
W_AddFile: Data/jDoom/Auto/jDUI-EP1-Map.pk3
W_AddFile: Data/jDoom/Auto/jDUI-EP2-Map.pk3
W_AddFile: Data/jDoom/Auto/jDUI-EP3-Map.pk3
W_AddFile: Data/jDoom/Auto/jDEP-Ext.pk3.zip
W_AddFile: Data/jDoom/Auto/jDEP.pk3.zip
W_AddFile: data/jdoom/Auto/AmmoBox.pk3
W_AddFile: data/jdoom/Auto/AmmoClip.pk3
.
..
.
.
W_AddFile: data/jdoom/Auto/W-SuperShotgun.pk3
Reading definition file: Defs/Doomsday.ded
Reading definition file: Defs/jDoom/jDoom.ded
138 sprite names
974 states


what can i do ? to get the 3d models?

ron

Chilvence
June 8th, 2004, 02:25 PM
Noctrun has just said that he cant use the -file command on linux, werent you listening?

kingron
June 9th, 2004, 04:50 AM
yes he just said ...HE had some problems.

what do u think? that i never tried to put the pak file in the Auto dir?

look at my log an u will see the jDRP.pk3
is loading ...i think the problem is the ded file!?

Chilvence what a great help ...maybe it's better u turn the brain on before u post such grap.....

ron

lord-noctrun
June 9th, 2004, 01:34 PM
yes he just said ...HE had some problems.

yeah I said problems, since I've hadn't the time to invest any time if it's doomday's or my systems fault...

anyway to get into a workaround, copy the ded file to the 'share/deng/Defs/jDoom/' dir and than open up the jDoom.ded in the same dir,
now scroll down to where it reads Include "User.ded";

just add 'include "jDRP.ded"; ' under that and it should work

by the way are you loading the ded after the pk3? since it seems that options get ignored at the end if the command line is to long over here but as I said I don't know if that's the fault of doomsday...

kingron
June 9th, 2004, 01:47 PM
thanks!

that was the point:
just add 'include "jDRP.ded";

now it works fine ....

Chilvence
June 9th, 2004, 02:44 PM
Chilvence what a great help ...maybe it's better u turn the brain on before u post such grap.....

Its not much of a stretch to actually describe what your'e doing different when posting a problem that looks more or less exactly like the last. I just stopped reading after the first two lines of the log, since it seemed you were doing exactly the same thing that noctrun said didnt work.