Map Obfuscator: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(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 …')
 
m (Added categories)
Line 14: Line 14:


[[File:IID_UI.png|IID]]
[[File:IID_UI.png|IID]]
[[Category:Third Party Tools]]
[[Category:Level Design]]
[[Category:Glossary]]

Revision as of 19:30, 17 September 2010

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