Modme Forums

Assertion Failure error

Game Modding | Call of Duty: Black Ops 3 | General Discussion


beginnings_end:

Hello Does anyone know hot to fix this error, I have never seen this before. It is stopping me from compiling my map.
If anyone knows what this is and how to fix this, please respond. Thanks for all the help. :)

ASSERTBEGIN -------------------------------------------------------------------

(tot_faces == triCount)

D:\SteamLibrary\steamapps\common\Call of Duty Black Ops III\bin\cod2map64.exe

q:\t7\pc\code\tools\cod2map\collision.cpp:1131

ASSERTEND ---------------------------------------------------------------------


Scobalula:

Any geo errors, etc. from cod2map usually indicates bad geo in your map, since the compiler merges faces, you need to ensure your map makes it as easy as possible for it to do its job, and overlapping brushes, bad patch work, too many verts on a patch, etc. can error.

The errors don't usually give much info only to those at Treyarch who can debug it, so you'll need to check over your map and manually check your geo.


beginnings_end:

Thanks very much I will try to fix this. :)