Cannot compile Realm667 mods into one PWAD

Ask about ACS, DECORATE, ZScript, or any other scripting questions here!

Moderator: GZDoom Developers

Forum rules
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. If you still don't understand how to use a feature, then ask here.

Please bear in mind that the people helping you do not automatically know how much you know. You may be asked to upload your project file to look at. Don't be afraid to ask questions about what things mean, but also please be patient with the people trying to help you. (And helpers, please be patient with the person you're trying to help!)
Post Reply
User avatar
cinnabun_
Posts: 1
Joined: Tue Dec 12, 2017 6:16 pm

Cannot compile Realm667 mods into one PWAD

Post by cinnabun_ »

I am currently working on a mod and I have used assets from the Realm667 site. Whenever I try to compile them into one singular .pk3 in SLADE and load it into GZDoom, I type give all am not able to select them at all. Each one has a unique DoomEdNum and the DECORATE lumps are all completely seperate. They also have their own key configs set, and I do not know the problem. I also noticed that whenever I spawned in the custom monster, it showed up as an error but still attacked and made sounds. Any clue on what could be the issue?
Blue Shadow
Posts: 4949
Joined: Sun Nov 14, 2010 12:59 am

Re: Cannot compile Realm667 mods into one PWAD

Post by Blue Shadow »

cinnabun_ wrote:They also have their own key configs set
When KEYCONF lumps are included with weapons, they're typically used to assign slots to weapons. However, they tend to conflict with each other and cause some problems. So, delete those KEYCONF lumps, and edit each weapon and assign it a slot through the use of [wiki=Actor_properties#Weapon.SlotNumber]Weapon.SlotNumber[/wiki] property. More info about weapon slot assignment is [wiki=Weapon_slots]here[/wiki].
I also noticed that whenever I spawned in the custom monster, it showed up as an error but still attacked and made sounds.
It sounds like the sprites of the monster aren't loaded properly. If the sprites are in a WAD, make sure they're between SS_START and SS_END markers. If, however, they are in a PK3, they need to be in a directory which is called sprites.
Post Reply

Return to “Scripting”