Jump to content

Home

Vehicle and Player Model Scaling


Cohsty243

Recommended Posts

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! :twogun:

Link to comment
Share on other sites

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...