Decompiling Maps: Difference between revisions
(→Decompiling Valve Maps: got rid of the bspsource information because it wasn't really the place for it. substituted the HUGE list with an example for one game) |
m (→Tools: removed the underline) |
||
Line 8: | Line 8: | ||
Releasing reproductions, modifications, or approximations of another's work without permission nor credit is frowned upon and may be considered as a copyright violation. | Releasing reproductions, modifications, or approximations of another's work without permission nor credit is frowned upon and may be considered as a copyright violation. | ||
==Tools== | ==Tools== | ||
* [[Entspy|EntSpy]] (used to view and edit the entities of a BSP without recompiling) | *[[Entspy|EntSpy]] (used to view and edit the entities of a BSP without recompiling) | ||
* [[BSPSource]] (open source map decompiler for Source engine maps, based on VMEX) | *[[BSPSource]] (open source map decompiler for Source engine maps, based on VMEX) | ||
* [[VMEX]] (decompiler for Source engine maps) | *[[VMEX]] (decompiler for Source engine maps) | ||
* [[MapFool]] (helps porting HL1 maps to Source) | *[[MapFool]] (helps porting HL1 maps to Source) | ||
* [[xwad]] (command-line tool to convert texture formats) | *[[xwad]] (command-line tool to convert texture formats) | ||
Tools for the HL1-engine: | |||
*[[BSP2MAP]] | |||
* [[BSP2MAP]] | *[[WinBSPC]] | ||
* [[WinBSPC]] | *[[BSP Viewer]] | ||
* [[BSP Viewer]] | |||
==Finding Valve Maps== | ==Finding Valve Maps== |
Revision as of 19:59, 24 June 2018
Template:Otherlang2 Decompiling is the process of taking a compiled level and generating a source that can be opened in a map editor. Decompiled levels mimic the original source, they are not exact reproductions. This makes them useful for learning, measurement, and inspection, but not direct recompilation. The original source is ideal for reproductions or modifications.
Releasing reproductions, modifications, or approximations of another's work without permission nor credit is frowned upon and may be considered as a copyright violation.
Tools
- EntSpy (used to view and edit the entities of a BSP without recompiling)
- BSPSource (open source map decompiler for Source engine maps, based on VMEX)
- VMEX (decompiler for Source engine maps)
- MapFool (helps porting HL1 maps to Source)
- xwad (command-line tool to convert texture formats)
Tools for the HL1-engine:
Finding Valve Maps
Most maps do not need to be extracted, as they are located in file-system rather than VPK. The map files are normally located in a maps folder, for example common\Team Fortress 2\tf\maps\
holds all the official Team Fortress 2 maps.

Portal 2\portal2_dlc1\maps\
.Before you go
Before you take this jump to run off and decompile a map take a second or two to think, "What am I trying to learn/do?". Read the included TXT files, you may just find the creator's e-mail, and that could be more helpful than you imagine.
Some mappers will offer up help and advice, they may even go so far as to provide perfect examples of what you were trying to "borrow" from the map.