KatsBits Community

Game Editing => Q3Map / Q3Map2 Compile Errors => Topic started by: kat on June 25, 2015, 09:29:44 PM

Title: MAX_MAPFILE_PLANES (max mapfile planes)
Post by: kat on June 25, 2015, 09:29:44 PM
Associated with AAS files for BOTs or AI. Usually caused by using large numbers of models (with q3map_clipModel in a shader) or large numbers of patch meshes in a map.

For models - removing q3map_clipModel from shader and manually clipping with weaponsclip (or some other clip brush) seems to fix this.

For patchmesh - depending on the number of models in a map, converting patch mesh work to ase models sometimes helps (leave clipModel out of shader) to remove the error.

But for AAS problems ydnar has noted that "BSPC needs to be updated with larger allowable values for planes, brush sides, etc." This effects any Quake 3 engined games using BOTs or AI. [kat]



[Addendum] Most "Max_Map_..." errors stems from maps that are too large, too structurally complex, or too detailed. The general solution then would be to employ techniques that reduce the amount of critical data that being generated by, and for BSP. This might mean;
[kat]