Map Obfuscator: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Added categories)
mNo edit summary
Line 1: Line 1:
To help deter the decompilation or stealing of your maps, you can run them through a map obfuscator before release.
To help deter the [[decompiling|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.
A Map Obfuscator will rename your entities and make following the logical flow of your map difficult.



Revision as of 03:30, 4 March 2011

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.


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