1.My texture is broken
I don't know how to use imgur link properly
Enjay: Like this
- Code: Select all • Expand view
[imgur]https://imgur.com/bVnmnbL[/imgur]
Click the ... menu on the uploaded image in imgur, pick "get share links" and copy/paste the first one between imgur tags on here.

Not sure what I did was wrong, maybe I didn't unwrap the texture correctly (I uses the smart unwrap in Blender) or I export the model as a ".dae" file then convert it into a ".md3"
2.My model come up as a ball with question mark when I tried to place it in UDB and it also came up with an error saying:
- Code: Select all • Expand view
Unable to find sprite lump "TOMBA" used by actor "Tombstone":20013. Forgot to include required resources?
Here is the code
- Code: Select all • Expand view
//the Modeldef code
Model Tombstone
{
Path "Models"
Model 0 "Tomb.md3"
Skin 0 "StoneTexture.png"
Scale 50 50 50
USEACTORPITCH
USEACTORROLL
Frameindex Tomb A 0 0
}
//The Decorate code
ACTOR Tombstone 20013
{
//$Category Models/Decoation
//$Title Tombstone
//$Color 2
Height 100
Radius 30
+SOLID
States
{
Spawn:
Tomb A -1
Loop
}
}
//The Textures code
Sprite TombA0, 1, 1 {Patch TNT1A0, 0, 0}