Ironlich in DooM...
Forum rules
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. This forum is archived - please use this set of forums to ask new questions.
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. This forum is archived - please use this set of forums to ask new questions.
- Hellser
- Global Moderator
- Posts: 2786
- Joined: Sun Jun 25, 2006 4:43 pm
- Preferred Pronouns: He/Him
- Operating System Version (Optional): Manjaro Linux
- Graphics Processor: ATI/AMD with Vulkan/Metal Support
- Location: Citadel Station
Ironlich in DooM...
I'm trying to get Ironlich (from heretic) Into DooM, I noticed his sprites uses the HEAD coding that the cacodemon uses, so I replaced the cacodemon (actor cacodemonreplace:cacodemon) and I tried to use the Ironlich and he appears -- somewhat, his sprites dosn't show but his attacks are there. (actor ironlichdoom:ironlich), mind to help how do I get this metal mob showing?
Hm... This sounds like i put in the sprites, then i'll be able to put that thing in the editor on the map, but i know it's not going to be that easy. What code do i need to do this? I can't seem to find it in the wiki.
[Edit]: To make it clear: I don't know the basics of decorate, i just know a few things about it, so i have no idea how to do this.
[Edit]: To make it clear: I don't know the basics of decorate, i just know a few things about it, so i have no idea how to do this.
Last edited by Dancso on Fri May 11, 2007 3:50 pm, edited 2 times in total.
- Ryan Cordell
- Posts: 4349
- Joined: Sun Feb 06, 2005 6:39 am
- Preferred Pronouns: No Preference
- Operating System Version (Optional): Windows 10
- Graphics Processor: nVidia (Modern GZDoom)
- Location: Capital of Explodistan
- Anakin S.
- Posts: 1067
- Joined: Fri Nov 28, 2003 9:39 pm
- Location: A long time ago in a galaxy far, far away...
You need to put in a new doomednum so that you can place it in the editor. The old ednum from Heretic may conflict with an existing Doom ednum.Dancso wrote:Hm... This sounds like i put in the sprites, then i'll be able to put that thing in the editor on the map, but i know it's not going to be that easy. What code do i need to do this? I can't seem to find it in the wiki.
[Edit]: To make it clear: I don't know the basics of decorate, i just know a few things about it, so i have no idea how to do this.
Code: Select all
actor Doomironlich : IronLich 999999
{
}