STEAM GROUP
Crowbar [Source Engine Modding Tool] CrowbarTool
STEAM GROUP
Crowbar [Source Engine Modding Tool] CrowbarTool
916
IN-GAME
5,972
ONLINE
Founded
October 26, 2013
Language
English
Trialsphere Jun 30, 2022 @ 9:14am
Compiling only gives me a 2kb .mdl file and nothing else
help when i compile crowbar gives me a 2 kilobyte .mdl file and nothing else.

here's the log:


Compiling with Crowbar 0.71: "C:\Users\tpapk\OneDrive\Documents\riddler\full (1).qc" ...

Compiling "full (1).qc" ...
Output from compiler "C:\Program Files (x86)\Steam\steamapps\common\GarrysMod\bin\studiomdl.exe":
qdir: "c:\users\tpapk\onedrive\documents\riddler\"
gamedir: "C:\Program Files (x86)\Steam\steamapps\common\GarrysMod\garrysmod\"
g_path: "full (1).qc"
Building binary model files...
Working on "full (1).qc"
SMD MODEL Armature.smd
SMD MODEL Bodylowpoly.smd
Collision model completed.
---------------------
writing C:\Program Files (x86)\Steam\steamapps\common\GarrysMod\garrysmod\models/riddler\Body.mdl:
Loading preexisting model: C:\Program Files (x86)\Steam\steamapps\common\GarrysMod\garrysmod\models/riddler\Body.mdl
Found 1 preexisting sequences.
bones 676 bytes (0)
animation x y ips angle
@idle 0.00 0.00 : 0.00 ( 0.00) 2.0
animations 112 bytes (1 anims) (3 frames) [0:03]
Building sequence index remapping table...
No re-ordering required.
sequences 216 bytes (1 seq)
ik/pose 0 bytes
textures 600 bytes
keyvalues 0 bytes
bone transforms 0 bytes
bone flex driver 0 bytes
collision 0 bytes
total 2020

Completed "full (1).qc"
... Compiling "full (1).qc" finished. Check above for any errors.

... Compiling with Crowbar 0.71: "C:\Users\tpapk\OneDrive\Documents\riddler\full (1).qc" finished.

I don't know what im doing wrong and im struggling to troubleshoot.
< >
Showing 1-4 of 4 comments
ZeqMacaw Jun 30, 2022 @ 10:52am 
I am not sure what causes this, but I will take a guess.

This line in the log might mean there are model files already in the "C:\Program Files (x86)\Steam\steamapps\common\GarrysMod\garrysmod\models/riddler" folder:
Loading preexisting model: C:\Program Files (x86)\Steam\steamapps\common\GarrysMod\garrysmod\models/riddler\Body.mdl

Thus, maybe delete those model files before compiling to have it re-build all of the model's files.
Trialsphere Jun 30, 2022 @ 2:10pm 
that didnt fix the issue. would it maybe be because my qc is quite simple?
ZeqMacaw Jun 30, 2022 @ 3:11pm 
Not sure what is going wrong.

Would you zip up the QC and SMD files and upload them somewhere so I can debug them? I am curious why this happens.
ZeqMacaw Jun 30, 2022 @ 4:22pm 
CAUSE: Multiple $modelname commands and no $model, $body, or $bodygroup commands.
< >
Showing 1-4 of 4 comments
Per page: 1530 50