BSPSource: Difference between revisions
Jump to navigation
Jump to search
Note:Decompiling maps may not always result in 100% accurate builds. Some differences (keyvalues, materials, etc) may not be an exact match as the original map.
(Started a page for BSPSource) |
(Added some info) |
||
Line 1: | Line 1: | ||
'''BSPSource''' is a | '''BSPSource''' is a decompiler for [[Source]] engine maps based on [[VMEX]]. It converts [[BSP]] format files back into [[VMF]] format maps that can be loaded into [[Hammer]]. It supports more (especially newer) Source engine games than VMEX and has some bug fixes and new features. | ||
{{note|Decompiling maps may not always result in 100% accurate builds. Some differences (keyvalues, materials, etc) may not be an exact match as the original map.}} | |||
== Links == | == Links == | ||
*[http://nuclearvelocity.com/barracuda/bspsrc/ BSPSource homepage] - download the latest | * [http://nuclearvelocity.com/barracuda/bspsrc/ BSPSource homepage] - download the latest version | ||
== See also == | |||
* [[Decompiling Maps]] | |||
* [[Map Obfuscator]] | |||
[[Category:Third Party Tools]] | [[Category:Third Party Tools]] | ||
[[Category:Level Design]] | [[Category:Level Design]] |
Revision as of 15:01, 12 July 2011
BSPSource is a decompiler for Source engine maps based on VMEX. It converts BSP format files back into VMF format maps that can be loaded into Hammer. It supports more (especially newer) Source engine games than VMEX and has some bug fixes and new features.

Links
- BSPSource homepage - download the latest version