• How do you resize props?
    5 replies, posted
I know there's a way, but say I wanted to resize a phx prop, how would you do that? Thanks
[QUOTE=Kalik 911;16251572]I know there's a way, but say I wanted to resize a phx prop, how would you do that? Thanks[/QUOTE] there's a resize prop stool on garrysmod.org [url]http://www.garrysmod.org/downloads/?a=view&id=25740[/url]
Wait, in game or out?
If you want to re-size the entire prop, along with it's collision model, your gonna need to make your own model. Afaik you can't change the collision model in-game, or with lua.
Yea, thanks for the reply guys, I ended up just using the big model and maybe I'll go make my own once I get the code to work.
Actually you can scale models in Lua: [url]http://wiki.garrysmod.com/?title=Entity.SetModelScale[/url] However it will only make it look smaller, you will need to change the size of the physics volume by hand. You can do this for a scripted entity in its Initialize() function e.g. [url]http://wiki.garrysmod.com/?title=Entity.PhysicsInitBox[/url].
Sorry, you need to Log In to post a reply to this thread.