Jump to content

Home

Vehicle and Player Model Scaling


Cohsty243

Recommended Posts

Posted

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:

Posted

ent->client->ps.iModelScale

That changes the player model scale, default value is 100 (default value is also 0 :p). The bounding boxs of the player...I dont remember off the top of my head.

Posted

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.

Archived

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

×
×
  • Create New...