After almost 1 and a half year break i'm back in gzdoom! And now i wonder how the 3d models work, i'm sure there is 100 posts about this, but none i could find that helped me with this.
I've downloaded a big pack with plenty models in it, Rdoomv3.
Now i want to only use some models in my wad, ofc i give the authors credit.
The models i want to use is a decorations thing, can someone explain how i use this in my wad, also soo i can have it in editor to put it out. I rlly need to know how i do this, soo i can put other stuffs in too.
Ok, as i couldn't load the files up i guess i have to just copy and paste here.
Code: Select all
Decorate file
Actor OHangingLegless 30509
{
Tag "Hanging Legless Corpse"
Radius 10
Height 64
+solid
+spawnceiling
+nogravity
+usespecial
States
{
Spawn:
IDLE A 8
loop
}
}
Modeldef file
Model OHangingLegless
{
Model 0 "Models\HangingLegless.md2"
Skin 0 "Skins\HangingLegless.png"
Scale 1.0 1.0 1.0
FrameIndex IDLE A 0 0 //Spawn
}
I tried to copy the data over to my wad. But only shown a big ? on the item in-game.
I'm a newbie, dont scream on me now!
Regards, sorry for my almost unreadable english xD