Map Obfuscator

From Valve Developer Community
Revision as of 19:28, 17 September 2010 by Omnicoder (talk | contribs) (Created page with 'To help deter the decompilation or stealing of your maps, you can run them through a map obfuscator before release. A Map Obfuscator will rename your entities and make following …')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

To help deter the decompilation or stealing 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.


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