Can anybody help me? I am having trouble from removing the custom monsters on doom wads.
Because I tried removing the Danmaku Demons on Touhou Doom and kept getting errors and such
How do I remove custom monsters from doom wads?
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!)
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!)
- Redneckerz
- Spotlight Team
- Posts: 1131
- Joined: Mon Nov 25, 2019 8:54 am
- Graphics Processor: Intel (Modern GZDoom)
Re: How do I remove custom monsters from doom wads?
You will need to find the specific code lines that point to the new monsters.misery. wrote:Can anybody help me? I am having trouble from removing the custom monsters on doom wads.
Because I tried removing the Danmaku Demons on Touhou Doom and kept getting errors and such
See also this.
Re: How do I remove custom monsters from doom wads?
Thanks! I have completely removed the Danmaku Demons from Touhou Doom.
But the normal demons won't appear what shall I do?
But the normal demons won't appear what shall I do?
- Redneckerz
- Spotlight Team
- Posts: 1131
- Joined: Mon Nov 25, 2019 8:54 am
- Graphics Processor: Intel (Modern GZDoom)
Re: How do I remove custom monsters from doom wads?
Did you also delete the lines that link to the default monsters?misery. wrote:Thanks! I have completely removed the Danmaku Demons from Touhou Doom.
But the normal demons won't appear what shall I do?
In this case, please present the file that contains the errors as an attachment.
Re: How do I remove custom monsters from doom wads?
I just removed a line called "Danmaku demon replace normal demons"
Re: How do I remove custom monsters from doom wads?
No, I didn't remove the lines that link to the default monsters. I only removed the "#include "decorate/danmaku_demons.txt" in decorate.txt
- CBM
- Posts: 373
- Joined: Wed Oct 09, 2019 3:39 am
- Graphics Processor: nVidia with Vulkan support
- Location: The Shores of Hell
Re: How do I remove custom monsters from doom wads?
Find their IDs and make a small Wad with a decorate that replace the New monsters with the old ones
Re: How do I remove custom monsters from doom wads?
Sorry, but I don't know what an ID is because I am new to Modding things. Could you just point me out where I could find the ID?CBM wrote:Find their IDs and make a small Wad with a decorate that replace the New monsters with the old ones
- Redneckerz
- Spotlight Team
- Posts: 1131
- Joined: Mon Nov 25, 2019 8:54 am
- Graphics Processor: Intel (Modern GZDoom)
Re: How do I remove custom monsters from doom wads?
So what have you discovered yourself?misery. wrote:Sorry, but I don't know what an ID is because I am new to Modding things. Could you just point me out where I could find the ID?CBM wrote:Find their IDs and make a small Wad with a decorate that replace the New monsters with the old ones
Here is a post explaining the several kinds of ID. In DECORATE, you can give monsters numbers, that is their ID.
Here is the main thread on discovering ID's.
Here is the Wiki page regarding spawn numbers.
Here is a useful thread regarding Spawn ID's, Spawn spots and the like.