LIN: Difference between revisions
Jump to navigation
Jump to search
Confirm:This file is created only if your map contains leaks.
Confirm:When a map is no longer leaking, the file will be deleted next time VBSP runs.
(→File format: added file format) |
|||
Line 7: | Line 7: | ||
== File format == | == File format == | ||
{{ | Each row of numbers are points and location (coordinates) in {{hammer|2}}. The first row is the starting point and the last row is the end point. | ||
<pre> | |||
64.000000 576.000000 -16.000000 | |||
126.000000 576.000000 64.000000 | |||
126.000000 128.000000 128.000000 | |||
126.000000 56.000000 112.000000 | |||
</pre> | |||
== Files == | == Files == |
Revision as of 05:15, 16 April 2024
A Pointfile helps you find leaks in your map.[Clarify]


File format
Each row of numbers are points and location (coordinates) in Hammer. The first row is the starting point and the last row is the end point.
64.000000 576.000000 -16.000000 126.000000 576.000000 64.000000 126.000000 128.000000 128.000000 126.000000 56.000000 112.000000
Files
A file with your map's name will be created in the VMF's location, using a .lin extension (e.g. my_map.lin).
See also
- Hammer Map Menu#Load Pointfile. To load this file into Hammer, open your map in hammer and then load the file by using the Map>Load Pointfile option, a red line will appear in the 3D main view port which will go from a random point in the void through the leak in your map to the nearest entity to the leak.