Tremulous Forum
Mods => Modding Center => Topic started by: Vector_Matt on January 08, 2007, 03:36:09 am
-
I noticed that the tremulous mapping wiki had a disturbing lack of building sizes. Does anyone know what the sizes are, or where they are listed?
-
I noticed that the tremulous mapping wiki had a disturbing lack of building sizes. Does anyone know what the sizes are, or where they are listed?
All models are scalable in the scripts, which also list the bounding box sizes. Have a look in the data pk3 (a regular zip file).
-
I found them in \overrides\buildables, however, I'm not sure quite how to read the size list:
mins -41 -41 -15
maxs 41 41 95
I presume that the maxs is the length width and height of the buildable, but what is mins?
-
I presume that the maxs is the length width and height of the buildable, but what is mins?
My guess is that the mins and maxs is how far the bounding box extends from each side of the center of your entity (and thus model). So width would be maxs[0] - mins[0].