STEAM GROUP
Crowbar [Source Engine Modding Tool] CrowbarTool
STEAM GROUP
Crowbar [Source Engine Modding Tool] CrowbarTool
1,753
IN-GAME
9,881
ONLINE
Founded
26 October, 2013
Language
English
Showing 1-10 of 10 entries
4
How to change NPC health?
14
Error compiling, "model has no sequences"
Hello guys, i have a error when compile, i dont know how to fix it :(

Im stuck building my map becouse i need to resize the doors, so lets see if you could give me a hand to fix this problem please.

"ERROR: model has no sequences
ERROR: Aborted Processing on 'props_c17/door01_izquierda.mdl'
Crowbar: Deleted empty temporary compile folder "D:\Program Files (x86)\Steam\steamapps\common\GarrysMod\garrysmod\models\props_c17"
... Compiling ".\door01_left.qc" finished. Check above for any errors.
"

The thing is, im taking the .mdl file from a .vpk file throught gcfscape due the model is inside https://ibb.co/Gkd8Mg7
When i load i take hl2_misc_dir https://ibb.co/qMdcJf9 i dont know if this is correct.

Then i choose the door01_left.mdl from the list and i extract it. https://ibb.co/MkmSQ2d

Then i open it with Crowbar and decompile for get the QC. file, then i open it with notepadd++
and i add $scale 0.8 and change the door01_left.mdl for this one below
// Created by Crowbar 0.56

$scale 0.8

$modelname "props_c17/door01_izquierda.mdl"

I just want to rescale the model like i did before with a prop_dynamic.

Then when im going to compile it, i have the damn error!

Compiling with Crowbar 0.56: "D:\Juegos\Decompilador\Crowbar Decompilaciones\door\door01_left.qc" ...

Compiling ".\door01_left.qc" ...
Output from compiler "D:\Program Files (x86)\Steam\steamapps\common\GarrysMod\bin\studiomdl.exe":
qdir: "d:\juegos\decompilador\crowbar decompilaciones\door\"
gamedir: "D:\Program Files (x86)\Steam\steamapps\common\GarrysMod\garrysmod\"
g_path: "door01_left.qc"
Building binary model files...
Working on "door01_left.qc"
ERROR: model has no sequences
ERROR: Aborted Processing on 'props_c17/door01_izquierda.mdl'
Crowbar: Deleted empty temporary compile folder "D:\Program Files (x86)\Steam\steamapps\common\GarrysMod\garrysmod\models\props_c17"
... Compiling ".\door01_left.qc" finished. Check above for any errors.

... Compiling with Crowbar 0.56: "D:\Juegos\Decompilador\Crowbar Decompilaciones\door\door01_left.qc" finished.


Whats wrong guys? how to fix it please?
Showing 1-10 of 10 entries