LIN: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 1: Line 1:
A '''Pointfile''' helps you find [[Leak|leaks]] in your map. A file with your map's name will be created in the [[Valve Map Format|VMF]]'s location, using a '''.lin''' extension (e.g. my_map.lin).
A '''Pointfile''' helps you find [[leaks]] in your map. A file with your map's name will be created in the [[Valve Map Format|VMF]]'s location, using a '''.lin''' extension (e.g. my_map.lin).


{{note|The file will be created only if your map contains leaks.}}
This file is created only if your map contains leaks. When a map is no longer leaking, the file will be deleted next time [[VBSP]] runs.
{{note|If map haven't leaks anymore. It will be automatically removed self. When compiling a map with VBSP.}}

Revision as of 13:48, 15 May 2018

A Pointfile helps you find leaks in your map. A file with your map's name will be created in the VMF's location, using a .lin extension (e.g. my_map.lin).

This file is created only if your map contains leaks. When a map is no longer leaking, the file will be deleted next time VBSP runs.