General Vivi Posted October 7, 2005 Report Posted October 7, 2005 i have a question about a qc command i have tried lots of things but none work and i was just wondring now to make a prop_physics model . i can make prop_physics_multies but i can't make prop_physics for some reason. i know the default model is a multi but what is the qc command to make a physics. i just hate bouncing off my models. (and no i dont want to make it a static) Quote
Minos Posted October 7, 2005 Report Posted October 7, 2005 Have you tried using this handy tool ? http://cannonfodder.chaosincarnate.net/ ... iocompiler Quote
General Vivi Posted October 7, 2005 Author Report Posted October 7, 2005 i do my stuff by hand becuase it is easier to me......... (leave it at that) i feel i have more cutsomeizable settings and if i need to fix somthign i can easily just do it in seconds. but doesn't anyone know ?!?!? Quote
ginsengavenger Posted October 7, 2005 Report Posted October 7, 2005 well i haven't tried the tool but if it spits out qcs on demand there is the option of looking at its outputs. Quote
General Vivi Posted October 7, 2005 Author Report Posted October 7, 2005 my friend uses it i shall ask him but still if anyone knows please posty post Quote
Captain P Posted October 7, 2005 Report Posted October 7, 2005 I've got physics props to work recently. Besides the usual stuff I added this: $collisionmodel "collision.smd" { $Mass 100 // $concave } Prior to that, I also put: $staticprop $contents "solid" Play around with that, and take a look at the Valve Wiki. There's a section about converting models from HL to HL2, that's where I got thist from. There's also some example models in the sdk folders somewhere, be sure to check their .qc's. Quote
KoKo5oVaR Posted October 7, 2005 Report Posted October 7, 2005 I've got an only .qc to make all my prop_physics and it looks like this $modelname "koko\radio_mdl.mdl" //$staticprop $cd "c:\zmdltool\" $cdmaterials "koko\" $model cube "radio_ref.smd" $sequence Idle "radio_idle" fps 1 $surfaceprop "plastic" $keyvalues { "prop_data" { "base" "glass.small" } } $collisionmodel "radio_phys.smd" { $concave $mass 2.0 } Quote
General Vivi Posted October 7, 2005 Author Report Posted October 7, 2005 thanks guys i posted a new thread on another related question Quote
von*ferret Posted October 8, 2005 Report Posted October 8, 2005 needs to be put in the 3d modeling forum, not the WIP Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.