level 14
1、地图泄露怎么看?怎么找到?
一旦你的地图产生了泄露,在编译报告内就会出现如下信息:
0...1...2...3...4...5...6...7...8...9...10
****leaked **** Entity entity_type(X Y Z) leaked
or
FindPortalSide:Couldn't find a good match for which brush to assign to a portal near (X Y Z)
Leaf 0 contents: CONTENTS_SOLID
Leaf 1 contents:
viscontents (node 0 contents ^ node 1contents): CONTENTS_SOLID
This means that none of the brushes in leaf 0or 1 that touches the portal has CONTENTS_SOLID
Check for a huge brush enclosing thecoordinates above that has contents CONTENTS_SOLID
Candidate brush IDs:
代码红色部分代表出现了地图泄露情况(找不到的用记事本搜索即可),地图泄露是每个新手的最常见问题,当发生泄漏后我们可以这样找到那个泄露点:
对其进行正常编译后,点击菜单栏上的“map”下面的“load pointfile”按钮,弹出对话框点击“是”。

这时在三维视图中会出现一条红线,顺着红线就能找到泄漏的地方了。







