Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
ViperGTS96

ModelDef / Textures - > - MD2 - > - Frame 0?

Recommended Posts

Texture Lump:

sprite TESTA0, 1, 1 { Patch TNT1A0, 0, 0 }

sprite ZESTA0, 1, 1 { Patch TNT1A0, 0, 0 }

etc


ModelDef Lump:

Model TEST
{
Path "MODELS/TEST"
Model 0 "TEST.MD2"
Skin 0 "TEST.JPG"
Scale 1.0 1.0 1.0
Frameindex TEST A 0 0
}


Model ZEST
{
Path "MODELS/ZEST"
Model 0 "ZEST.MD2"
Skin 0 "ZEST.JPG"
Scale 1.0 1.0 1.0
Frameindex ZEST A 0 0
Frameindex ZEST B 0 1
Frameindex ZEST C 0 2
Frameindex ZEST D 0 3
Frameindex ZEST E 0 4
etc
}

Q1.
- This works just fine in game but Doombuilder gives an error saying it doesn't know what Frame 0 is basically, for all models.
Q2.
-I'm curious as to why the uv coordinates are lost for the TEST model in everything except Zandronum. It's my only prop model with one frame. Also if testing through doom builder they're lost too, even using Zandronum. All the other models are fine.


What does it need to be happy?

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×