Cohsty243 Posted November 12, 2007 Share 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! Link to comment Share on other sites More sharing options...
DarthDie Posted November 12, 2007 Share 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. Link to comment Share on other sites More sharing options...
ensiform Posted November 12, 2007 Share 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. Link to comment Share on other sites More sharing options...
Cohsty243 Posted November 13, 2007 Author Share Posted November 13, 2007 Thanks Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.