• GUIStudioMDL Compiling Error: "no animations found"
    1 replies, posted
I'm attempting to compile a model into Gmod, but I keep ending up with this: [B]Loaded QC file - "C:\Users\Edward\Desktop\squid_girl\squid_girl.qc" Created command line: "C:\Program Files (x86)\Steam\steamapps\common\SourceSDK\bin\orangebox\bin\studiomdl.exe" -game "C:\Program Files (x86)\Steam\steamapps\common\GarrysMod\garrysmod" -nop4 -nox360 C:\Users\Edward\Desktop\squid_girl\squid_girl.qc qdir: "c:\users\edward\desktop\squid_girl\" gamedir: "C:\Program Files (x86)\Steam\steamapps\common\GarrysMod\garrysmod\" g_path: "C:\Users\Edward\Desktop\squid_girl\squid_girl.qc" Building binary model files... Working on "squid_girl.qc" SMD MODEL squid_girl.smd ERROR: c:\users\edward\desktop\squid_girl\squid_girl.qc(15): - no animations found ERROR: Aborted Processing on 'squid_girl\squid_girl.mdl'[/B] And my QC file is: [B]$modelname "squid_girl\squid_girl.mdl" $scale 7 $body mybody "squid_girl.smd" // ------------------------------------------------- $surfaceprop "flesh" $cdmaterials "squid_girl" //-------------------------------------------------- // Sequences //-------------------------------------------------- $sequence "squid_girl.smd" //-------------------------------------------------- // Physbox //-------------------------------------------------- $collisionmodel "squid_girl.smd" { $concave}[/B] I'm pretty new to this, so it would be helpful to get some help on this, any would be truly appreciated.
you need at least 1 $sequence line $sequence ragdoll squid_girl.smd Also might I suggest crowbar as a compiler [url]http://steamcommunity.com/groups/CrowbarTool[/url]
Sorry, you need to Log In to post a reply to this thread.