-Psy-
Walking round in women's underwear
- Joined
- Mar 9, 2005
- Messages
- 4,805
- Reaction score
- 0
No idea why but the texture on my model is not loading...even the texture on the example model doesnt load...
Example
http://www . hl2 world . com/wiki/index.php/Importing_Custom_Models
(Get rid of the spaces)
This is my .qc code
I followed everything it says in the tutorial.
Any reason as to why its not working?
Example
http://www . hl2 world . com/wiki/index.php/Importing_Custom_Models
(Get rid of the spaces)
This is my .qc code
Code:
$modelname metal_sheet/metal_sheet.mdl
$cdmaterials models/metal_sheet
$staticprop
$scale 1.0
$body studio "models/metal_sheet/metal_sheet.smd"
$sequence idle "models/metal_sheet/idle" fps 1
$collisionmodel "models/metal_sheet/tree_phys.smd" {
$Mass 100
$concave
}
I followed everything it says in the tutorial.
Any reason as to why its not working?