KatsBits Community

idCollisionModeManagerLocal::ChopWindingWithBrush:

kat · 1 · 19505

0 Members and 1 Guest are viewing this topic.

Offline kat

  • Administrator
  • Hero Member
  • *
    • Posts: 2692
    • KatsBits
Problem
During the compiling of a Quake 4 MP map the following error may crop up;

Code: [Select]
WARNING : idCollisionModeManagerLocal::ChopWindingWithBrush: primitive [n] more than 128 windings
Where [n] is a number associated with the corrupted brush (primitive)

Solution
This happens for a similar reason to when the error crops up during Quake 3 map compiles as explained here.

As this error can happen with very large brushes try cutting large brushes into small segments.