Dark Spectral Doom (RDDR Reborn)

Talk about our & your projects.
User avatar
ChupaReaper
Posts: 202
Joined: Fri Jun 15, 2007 16:35
Location: England

Post by ChupaReaper »

They're all slapped together into a Demons.zip! The System.pk4 file is still seperate though. FileFront seems to be a desent host so I'll stick with it!
User avatar
Reinchard
Posts: 140
Joined: Wed Aug 08, 2007 8:10
Location: Beuthen - city of tunnels and legends

Post by Reinchard »

Give me a link
User avatar
ChupaReaper
Posts: 202
Joined: Fri Jun 15, 2007 16:35
Location: England

Post by ChupaReaper »

Link for system file: http://files.filefront.com/RDDRSystempk ... einfo.html
Link for demon pack: http://files.filefront.com/Demonszip/;8 ... einfo.html
You have to unzip the demon pack, get GZDoom to load the pk4 before any other files.
User avatar
Reinchard
Posts: 140
Joined: Wed Aug 08, 2007 8:10
Location: Beuthen - city of tunnels and legends

Post by Reinchard »

Ok, thanx
User avatar
Reinchard
Posts: 140
Joined: Wed Aug 08, 2007 8:10
Location: Beuthen - city of tunnels and legends

Post by Reinchard »

Wow, great models and sounds.
User avatar
ChupaReaper
Posts: 202
Joined: Fri Jun 15, 2007 16:35
Location: England

Post by ChupaReaper »

Thanks :D
User avatar
nightmare93
Posts: 6
Joined: Tue Nov 27, 2007 7:32

Post by nightmare93 »

Every time i click on the "Demon pack" link, it just sends me to the home page of filefront. Could you possibly host these files on zshare or something please?
User avatar
ChupaReaper
Posts: 202
Joined: Fri Jun 15, 2007 16:35
Location: England

Post by ChupaReaper »

User avatar
nightmare93
Posts: 6
Joined: Tue Nov 27, 2007 7:32

Post by nightmare93 »

I tried running one of the demon models and this is what i got.

Execution could not continue.

Script error, "decorate.dec" line 1:
Parent type 'DevilDemon' not found

I tried running the cyberdemon .pk3 and this is what i got. Sadly, i get this with every other .pk3 in the zip folder. Any idea of what i can do to make this work?

P.S. Yes i dragged and dropped both the .pk3 file and .pk4
User avatar
ChupaReaper
Posts: 202
Joined: Fri Jun 15, 2007 16:35
Location: England

Post by ChupaReaper »

You need to have gzdoom load the 'RDDRSystem.pk4' file BEFORE any pk3s, because this hs all the parent scripts and SFXs, etc.
Add -file "*.pk4" "*.pk3" To your GZDoom shortcut or batch loader, dragging them on the exe means it loads them in alphabetical order, and R for RDDRSystem comes after C for Cyberdemon, so it crashes at this point!
Last edited by ChupaReaper on Thu Nov 29, 2007 17:01, edited 1 time in total.
User avatar
nightmare93
Posts: 6
Joined: Tue Nov 27, 2007 7:32

Post by nightmare93 »

By that do you mean dragging and dropping the RDDRsystem file first or what cause i already did that and i still get the error message.
User avatar
ChupaReaper
Posts: 202
Joined: Fri Jun 15, 2007 16:35
Location: England

Post by ChupaReaper »

I edited my last post above ^
additup
Posts: 35
Joined: Tue Jul 24, 2007 20:02

Post by additup »

Is it necessary to add all of these files names into the edited batch, or is there a way to get them all to load simultaneously? I'd rather not type in "-file *.pk3" thirty times if I can avoid it. Can I just type in "-file demons.zip"? (Well, I just tried this, and no luck)

Realized the significance of what you said earlier, which lead me to go back and add a line. Now the batch I'm using to load up GZDoom with your modifications looks like this
c:\doom\gzdoom\gzdoom.exe -file c:\doom\mods\chupareapers\rddrsystem.pk4 -file c:\doom\mods\chupareapers\demons.zip
(and still doesn't work)
User avatar
ChupaReaper
Posts: 202
Joined: Fri Jun 15, 2007 16:35
Location: England

Post by ChupaReaper »

Try this, making sure the pk3s are in the same folder as gzdoom.exe:
c:\doom\gzdoom\gzdoom.exe -file "*.pk4" "*.pk3"
An asterix (*) can be used as a wildcard, so that "*.pk4" will load anything with .pk4 on the end, the same goes for "*.pk3".
If that doesn't work, try actually saving the batch loader file, in the same folder as your gzdoom files, this commmand should then work:
gzdoom.exe -file "*.pk4" "*.pk3"
Also, if you dont want a bunch of pk3s everywhere, you could put them in a folder called 'Data' and change "*.pk3" to "Data\*.pk3" just to keep things tidy!
User avatar
nightmare93
Posts: 6
Joined: Tue Nov 27, 2007 7:32

Post by nightmare93 »

I did exactly as you said and then i got this.

Execution could not continue.

Script error, "decorate.dec" line 103:
Expected string constant but got identifier 'missile' instead.

Apparently i might have not done something right?

Return to “Projects”