Cohsty243 Posted November 12, 2007 Posted November 12, 2007 Hello, I was wondering on how I can go about having Vehicles with smaller bounding boxes and scale the models to a smaller size too, same for player models. I tried search function but no luck. If anyone cares to share any tips where I can find in game code or scripts to edit these that would be great. Cheers!
DarthDie Posted November 12, 2007 Posted November 12, 2007 ent->client->ps.iModelScale That changes the player model scale, default value is 100 (default value is also 0 ). The bounding boxs of the player...I dont remember off the top of my head.
ensiform Posted November 12, 2007 Posted November 12, 2007 The bounding box of the player is: -15, -15, -24 15, 15, 40 If you change it you must also take into account in CG_BuildSolidList for the local player and thus you cannot change the bounding box and expect to do server-side only. Modelscale, however, is fine.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.