LIN

From Valve Developer Community
(Redirected from Pointfile)
Jump to: navigation, search
English (en)Русский (ru)
Edit

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.