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
}
BTW, these are for the new release of the GZDoom VR with tracked motion controls. Works great with the Doom wads!