Resizing static props

ARC8DE

L1: Registered
Jan 25, 2021
34
1
I want to resize a smaller rock to fit a robot carrier on it, but it's too small, and I can't find any larger rock models. How do I resize it?
 

nᵗʰSonata

Takes way to long to make and update maps
aa
Jun 11, 2015
433
436
You can resize props by making them a prop_dynamic and setting the "Model Scale" keyvalue, though do note that this will not change the collision model for the prop. If you want to change the scale of a fully static prop, or need to change the collision, you can decompile the prop using something like Crowbar, adding or changing a $scale line in the .qc file, and then recompiling with that .qc file (and also changing the prop's name so as not to create any conflicts).
 

JackHundeswald

L2: Junior Member
Jul 17, 2019
51
8
also you can add a custom name to the prop_dynamic and ingame, use the ent_fire command with that name to change the scale visibly