• Model Sizes?
    3 replies, posted
I'm looking to design a gun for C:SS and Gmod but i don't know what the sizes of the guns are for SoftImage, i know that one unit in SoftImage is one unit in Hammer but that's all i really know. Does anyone have some reference
You can always use the $scale command in your qc to adjust the size of a model when you compile it. Play around with the number until you find the right size. Edit: Alternatively if you know the scale from hammer load a weapon model in hammer and count the hammer units.
You can also take a look at the Source SDK content, or decompile an existing model to get an idea of the size you want.
Valve included a bunch of sample models in the sourcesdk_content folder. They're in *.SMD format, so you can use import them and use them for scale comparison.
Sorry, you need to Log In to post a reply to this thread.