BSP2MAP: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
'''BSP2MAP''' is a decompiler for HL1 engine maps. It converts [[BSP]] format files back into [[VMF]] format maps that can be loaded into [[Hammer]].
'''BSP2MAP''' is a decompiler for HL1 engine maps. It converts [[BSP]] format files back into [[VMF]] format maps that can be loaded into [[Hammer]].  Unfortunetly, HL1 maps do not store as much information about the geometry of a map, so the geometry has to be recreated using the polygons.


[http://www.fileaholic.com/cgi-sql/file-info.sql/11109 Download BSP2MAP].
[http://www.fileaholic.com/cgi-sql/file-info.sql/11109 Download BSP2MAP].

Revision as of 12:52, 4 February 2006

BSP2MAP is a decompiler for HL1 engine maps. It converts BSP format files back into VMF format maps that can be loaded into Hammer. Unfortunetly, HL1 maps do not store as much information about the geometry of a map, so the geometry has to be recreated using the polygons.

Download BSP2MAP.