LIN: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (NOUG4AT moved page .lin/en to LIN/en)
(→‎File format: added file format)
Line 7: Line 7:


== File format ==
== File format ==
{{stub|section=1}}
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

English (en)Русский (ru)Translate (Translate)

A Pointfile helps you find leaks in your map.[Clarify]

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

Each row of numbers are points and location (coordinates) in Hammer 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.