Can't get 3D models to show up with Heretic

Discuss anything ZDoom-related that doesn't fall into one of the other categories.
Post Reply
User avatar
Formic.Sapien
Posts: 21
Joined: Thu Jun 15, 2017 6:20 pm

Can't get 3D models to show up with Heretic

Post by Formic.Sapien »

I can get 3D weapon models to show up no problem in Doom/Doom II, but when I do the same thing in Heretic, they won't show. I know my .DEF is loading because the sprites will disappear during the frames I have overwritten with my model. but the model just won't show up. I can even rename and put my heretic models into my doom pk3, and they show up fine.

Here's the contents of my Modeldef.Heretic.Weapons.def

Code: Select all

MODEL CROSSBOW
{
   Path "Models/Weapons/Hud/CROSSBOW"
   Model 0 "EtherealCrossbow.md3"
   Skin 0 "EtherealCrossbow.png"

   Scale 1.0 1.0 1.0
   FrameIndex CRBW A 0 0
   FrameIndex CRBW B 0 0
   FrameIndex CRBW C 0 0
}
Post Reply

Return to “General”