How would i Make my own Monster in doom?

Archive of the old editing forum
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.
Locked
User avatar
DaNoobMechine
Posts: 232
Joined: Wed Jan 16, 2008 10:29 am

How would i Make my own Monster in doom?

Post by DaNoobMechine »

Well i love the idea of new monsters in doom so thats why i wanna contribute but i think i need to know how to do it and what programs to use anyone have any good tuts or programs thx.
User avatar
Unknown_Assassin
Posts: 2468
Joined: Wed Apr 12, 2006 5:17 pm
Location: Where dead carcasses lie
Contact:

Re: How would i Make my own Monster in doom?

Post by Unknown_Assassin »

A good program to create new monsters would be XWE.
http://www.doomworld.com/xwe/

You need to know DECORATE as well in order to make your own monster.
http://zdoom.org/wiki/DECORATE
User avatar
DaNoobMechine
Posts: 232
Joined: Wed Jan 16, 2008 10:29 am

Re: How would i Make my own Monster in doom?

Post by DaNoobMechine »

Huzza for you assasin :) knowing me i need to find a tut some where now lol
User avatar
demonoftorment
Posts: 80
Joined: Mon Sep 08, 2008 6:29 am
Location: Hell

Re: How would i Make my own Monster in doom?

Post by demonoftorment »

DaNoobMechine wrote:Huzza for you assasin :) knowing me i need to find a tut some where now lol
Well, if you're going to use DECORATE, you are going to need at least SOME coding experience.
User avatar
XutaWoo
Posts: 4005
Joined: Sat Dec 30, 2006 4:25 pm
Location: beautiful hills of those who are friends
Contact:

Re: How would i Make my own Monster in doom?

Post by XutaWoo »

demonoftorment wrote:Well, if you're going to use DECORATE, you are going to need at least SOME coding experience.
Not true, though don't expect to make a monster other than a Baron of Hell that flies, has 500000 hp, and reflects thing infront. Or a giant Mancubus that is used as a sheild.

Yes, those were my first DECORATE things ever. :P
User avatar
Captain Ventris
Posts: 4608
Joined: Mon Jul 31, 2006 4:25 pm
Location: San Antonio, TX

Re: How would i Make my own Monster in doom?

Post by Captain Ventris »

demonoftorment wrote:Well, if you're going to use DECORATE, you are going to need at least SOME coding experience.
Hahahaha...[/zdoomwars]

ZDoom Wars is my first EVER use of Decorate. Srsly. You just need to read the wiki and ask questions.


This is my version of coding experience:

*Looks at wiki*
*Gets shotgun code from wiki*
*Changes junk*
"Fail, lolwut?"
*Asks question*
*???*
*Profit!*

First weapon I ever made was an auto shotgun that used the mage hands - technically - 10 minutes later it had turned into a spell that shot projectiles that summoned zombiemen, which was my initial goal anyway. I had no coding experience, I just READ.
User avatar
DBThanatos
Posts: 3101
Joined: Fri Apr 14, 2006 3:17 pm
Location: in "the darkness that lurks in our mind"

Re: How would i Make my own Monster in doom?

Post by DBThanatos »

DaNoobMechine wrote:Huzza for you assasin :) knowing me i need to find a tut some where now lol
Decorate is easy to learn. Just find some examples of simple monsters (like, all the original doom ones) and you'll be ready to start your stuff. That's how I learned back in the day when my internet access was very limited, so I had no wiki to check. Just with a couple mods I downloaded i started to learn about it. Trial-error.
User avatar
DaNoobMechine
Posts: 232
Joined: Wed Jan 16, 2008 10:29 am

Re: How would i Make my own Monster in doom?

Post by DaNoobMechine »

Yeah it seems pritty hard to me lol.. anyone got any useful tuts? i know about the wiki and all but still :)
User avatar
Phobus
Posts: 5984
Joined: Thu May 05, 2005 10:56 am
Location: London
Contact:

Re: How would i Make my own Monster in doom?

Post by Phobus »

The best way to learn Decorate and ACS is just relay between XWE/SlumpEd/DeepSea and the wiki every time you're doing something you don't know how to do. Copying lumps of code and editing them is also useful, as is finding the examples at the bottom of the page on the wiki articles and seeing what they do.
User avatar
Unknown_Assassin
Posts: 2468
Joined: Wed Apr 12, 2006 5:17 pm
Location: Where dead carcasses lie
Contact:

Re: How would i Make my own Monster in doom?

Post by Unknown_Assassin »

DaNoobMechine wrote:Yeah it seems pritty hard to me lol.. anyone got any useful tuts? i know about the wiki and all but still :)
You could download monster wads and observe their behavior in the game. After that, you can check the DECORATE code and see how the author did it. That's how I learned DECORATE (plus the wiki).
User avatar
LucasGodzilla
Posts: 102
Joined: Sun May 12, 2013 11:14 am
Location: California
Contact:

Re: How would i Make my own Monster in doom?

Post by LucasGodzilla »

I should say, the real easy editor is Slade 3, it can open many things and all! :D
User avatar
0bsidian
Posts: 1118
Joined: Sun Oct 28, 2012 11:59 pm
Location: New Zealand

Re: How would i Make my own Monster in doom?

Post by 0bsidian »

Plus XWE sometimes corrupts files. SLADE3 is probably the better choice in this scenario.
User avatar
Hellser
Global Moderator
Posts: 2780
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

Re: How would i Make my own Monster in doom?

Post by Hellser »

Plus, you bumped a topic from 2008 when SLADE wasn't a "Resource" editor back then and XWE was pretty the only reliable thing. The only competition that XWE was facing back then was SLumpED (but I could be off by a few years).
User avatar
Virtue
Posts: 919
Joined: Sun Nov 19, 2006 8:15 am
Location: Manchester UK

Re: How would i Make my own Monster in doom?

Post by Virtue »

i wonder if "DaNoobMechine" ever created a monster....
User avatar
Ravick
Posts: 2047
Joined: Sun Aug 22, 2010 10:59 pm
Location: Tubarão, Brasil
Contact:

Re: How would i Make my own Monster in doom?

Post by Ravick »

A good idea would be to dowload a wad with a custom monster (Realm667 has tons of it) and play with that monster's code. ;)

People uses to say that it is easier to learn DECORATE editing weapons, but IMO it is much more "intuitive" to edit monsters instead, and thus easier to understand and learn.

XutaWoo wrote:(...) a Baron of Hell that flies, has 500000 hp, and reflects thing infront. Or a giant Mancubus that is used as a sheild.

Yes, those were my first DECORATE things ever. :P
lol, mine was a zombieman out of ammo. :lol:
Locked

Return to “Editing (Archive)”