Crowbar issues

DrSquishy

we've all had better times to die
aa
Feb 10, 2017
1,300
974
While trying to compile a model with crowbar, I keep having an error message :
ERROR: c:\users\******\documents\blender\skistick\skistick.qc(44): - could not load file 'skistick\anims\idle.smd'

And if I decide to remove the animation section from the QC I can't compile without them...

Any and all help is appreciated!
 

fubarFX

The "raw" in "nodraw"
aa
Jun 1, 2009
1,720
1,978
This means the file can't be read. so it's either not there or the program doesn't have the rights to read it.
In this case, it's just your path that isn't correct. relative paths are relative to the qc file, so your animation smd should be 'anims\idle.smd', if I'm getting your file structure right.
 

DrSquishy

we've all had better times to die
aa
Feb 10, 2017
1,300
974
This means the file can't be read. so it's either not there or the program doesn't have the rights to read it.
In this case, it's just your path that isn't correct. relative paths are relative to the qc file, so your animation smd should be 'anims\idle.smd', if I'm getting your file structure right.
I feel like an idiot...

Thanks a ton!