Map Obfuscator: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
Line 18: Line 18:
== External links ==
== External links ==
* [http://therazzerapp.de/tools/mapobfuscator.html Map Obfuscator] Download @ TheRaZZeRApp
* [http://therazzerapp.de/tools/mapobfuscator.html Map Obfuscator] Download @ TheRaZZeRApp
 
* [http://clwo.eu/tools/IID.zip] Mirror of the above link


[[Category:Third Party Tools]]
[[Category:Third Party Tools]]
[[Category:Level Design]]
[[Category:Level Design]]
[[Category:Glossary]]
[[Category:Glossary]]

Revision as of 01:20, 11 June 2020

To help deter the decompilation or theft of your maps, you can run them through a map obfuscator before release. A Map Obfuscator will rename your entities and make following the logical flow of your map difficult.

Warning.pngWarning:Using an obfuscator may break your map. Always ensure that you fully understand the changes it performs and the resulting consequences.

List of Map Obfuscators

IID by Omnicoder

Renames entities to numeric strings

Moves nonpositional point entities to 0,0,0 (optional)

Written in C#

IID

External links