Dark Spectral Doom (RDDR Reborn)
-
- Posts: 202
- Joined: Fri Jun 15, 2007 16:35
- Location: England
-
- Posts: 140
- Joined: Wed Aug 08, 2007 8:10
- Location: Beuthen - city of tunnels and legends
-
- Posts: 202
- Joined: Fri Jun 15, 2007 16:35
- Location: England
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.
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.
-
- Posts: 140
- Joined: Wed Aug 08, 2007 8:10
- Location: Beuthen - city of tunnels and legends
-
- Posts: 140
- Joined: Wed Aug 08, 2007 8:10
- Location: Beuthen - city of tunnels and legends
-
- Posts: 6
- Joined: Tue Nov 27, 2007 7:32
-
- Posts: 202
- Joined: Fri Jun 15, 2007 16:35
- Location: England
Ok, here's some zSHARE links:
RDDRSystem: http://www.zshare.net/download/5231337dc5cba4/
Demon Pack: http://www.zshare.net/download/523095110bc150/
RDDRSystem: http://www.zshare.net/download/5231337dc5cba4/
Demon Pack: http://www.zshare.net/download/523095110bc150/
-
- Posts: 6
- Joined: Tue Nov 27, 2007 7:32
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
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
-
- Posts: 202
- Joined: Fri Jun 15, 2007 16:35
- Location: England
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!
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.
-
- Posts: 6
- Joined: Tue Nov 27, 2007 7:32
-
- Posts: 202
- Joined: Fri Jun 15, 2007 16:35
- Location: England
-
- Posts: 35
- Joined: Tue Jul 24, 2007 20:02
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
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
(and still doesn't work)c:\doom\gzdoom\gzdoom.exe -file c:\doom\mods\chupareapers\rddrsystem.pk4 -file c:\doom\mods\chupareapers\demons.zip
-
- Posts: 202
- Joined: Fri Jun 15, 2007 16:35
- Location: England
Try this, making sure the pk3s are in the same folder as gzdoom.exe:
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:
An asterix (*) can be used as a wildcard, so that "*.pk4" will load anything with .pk4 on the end, the same goes for "*.pk3".c:\doom\gzdoom\gzdoom.exe -file "*.pk4" "*.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:
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!gzdoom.exe -file "*.pk4" "*.pk3"
-
- Posts: 6
- Joined: Tue Nov 27, 2007 7:32