• Recompiling view models
    7 replies, posted
I've tried recompiling some view models to edit out areas I didn't want from them, but it always ends up glitching the view model into not appearing on the screen at all. I've been compiling the models using GUI StudioMDL ( CS:S ) and creating them into GMod SWEPS. How can I stop the models from bugging out?
Post your .qc.
[code] $cd "C:\Users\Maciej\Desktop\Models\deagle\" $modelname "weapons\v_pist_deagle.mdl" $model "studio" "deagle_reference.smd" $cdmaterials "models\weapons\V_models\skinneddeagle\" $cdmaterials "models\weapons\v_models\hands\" $hboxset "default" // Model uses material "v_hands.vmt" // Model uses material "Front.vmt" // Model uses material "Frame.vmt" // Model uses material "Grip.vmt" $attachment "1" "deagle" 0.00 -7.20 2.30 rotate -0.00 0.00 90.00 $attachment "2" "deagle" 0.00 -2.00 2.50 rotate -20.00 0.00 0.00 $surfaceprop "default" $illumposition 6.556 2.056 -6.365 $sequence idle1 "idle1" ACT_VM_IDLE 1 fps 16.00 node idle $sequence shoot1 "shoot1" ACT_VM_PRIMARYATTACK 1 fps 30.00 node idle { { event 5001 0 "1" } { event AE_CLIENT_EFFECT_ATTACH 0 "EjectBrass_9mm 2 100" } } $sequence shoot2 "shoot2" ACT_VM_PRIMARYATTACK 1 fps 30.00 node idle { { event 5001 0 "1" } { event AE_CLIENT_EFFECT_ATTACH 0 "EjectBrass_9mm 2 100" } } $sequence shoot_empty "shoot_empty" ACT_VM_DRYFIRE 1 fps 30.00 { { event 5001 0 "21" } } $sequence reload "reload" ACT_VM_RELOAD 1 fps 32.31 { { event 5004 9 "Weapon_deagle.Clipout" } { event 5004 32 "Weapon_deagle.Clipin" } { event 5004 55 "Weapon_deagle.slideforward" } } $sequence draw "draw" ACT_VM_DRAW 1 fps 30.00 { { event 5004 0 "Weapon_deagle.Deploy" } { event 5004 14 "Weapon_deagle.safety" } } [/code]
And use Crowbar. GUI Studio Mdl is awful
[QUOTE=Falkok15;44597898]And use Crowbar. GUI Studio Mdl is awful[/QUOTE] Crowbar?
[QUOTE=HumbleTH;44598153]Crowbar?[/QUOTE] [url]https://sites.google.com/site/zeqmacaw/tools/crowbar[/url]
bump.
[QUOTE=ExplosiveCheese;44602093][url]https://sites.google.com/site/zeqmacaw/tools/crowbar[/url][/QUOTE] Seriously, use that. It'll immediately solve 80% of your problems.
Sorry, you need to Log In to post a reply to this thread.