LIN: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page for "Pointfile".)
 
m (Nesciuse moved page LIN/en to LIN without leaving a redirect: Move en subpage to basepage)
 
(23 intermediate revisions by 13 users not shown)
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).
{{LanguageBar}}


{{note|The file will be created only if your map contains leaks.}}
'''Linear Pointfile''' formerly known as '''Pointfile''' helps you find [[leaks]] in your [[map]], a brush that doesn't close the [[void]], or a [[func_areaportal]] that does not [[VIS optimization#Areaportals (only in Source)|fully close a room]].
This file is created if your map contains leaks, 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). 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|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>
 
== See also ==
* [[Hammer Map Menu#Load Pointfile|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.
[[Category:Files|lin]]
[[Category:File formats|lin]]

Latest revision as of 07:47, 12 July 2024

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

Linear Pointfile formerly known as Pointfile helps you find leaks in your map, a brush that doesn't close the void, or a func_areaportal that does not fully close a room. This file is created if your map contains leaks, a file with your map's name will be created in the VMF's location, using a .lin extension (e.g. my_map.lin). 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

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.