I’m attempting to compile a model but I’m running into an error when I compile.
Here’s my log from GUIStudioMDL
**
Loaded QC file - “C:\Users\Mon PC\Desktop\dossier compile\compile.qc”
Created command line: “C:\Program Files (x86)\Steam\steamapps\common\GarrysMod\bin\studiomdl.exe” -game “C:\Program Files (x86)\Steam\SteamApps\common\GarrysMod\garrysmod” -nop4 -nox360 “C:\Users\Mon PC\Desktop\dossier compile\compile.qc”
qdir: “c:\users\mon pc\desktop\dossier compile”
gamedir: “C:\Program Files (x86)\Steam\SteamApps\common\GarrysMod\garrysmod”
g_path: “C:\Users\Mon PC\Desktop\dossier compile\compile.qc”
Building binary model files…
Working on “compile.qc”
SMD MODEL resi_logo.smd
ERROR: c:\users\mon pc\desktop\dossier compile\compile.qc(6): - could not load file ‘fps30’
ERROR: Aborted Processing on ‘resi_logo/resi_logo.mdl’**
and here’s my QC file
**$modelname “resi_logo/resi_logo.mdl”
$cdmaterials "models/resi_logo
$scale 1.0
$surfaceprop “Metal”
$body “Body” “resi_logo.smd”
$sequence “idle” “resi_logo.smd” fps30
$collisionmodel “resi_logo_collision.smd”
{
$mass 10
}
**