This article's documentation is for anything that uses the Source engine. Click here for more information.

Map Obfuscator: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
 
Line 40: Line 40:
==Infinite Improbability Drive for VMFs==
==Infinite Improbability Drive for VMFs==
{{confirm|This obfuscator doesn't work.}}
{{confirm|This obfuscator doesn't work.}}
The VMF obfuscator does the same things as the BSP obfuscator, although users can optionally enable a option that moves nonpositional point entities to 0,0,0.
The VMF obfuscator does the same things as the BSP obfuscator, although users can optionally enable an option that moves non-positional point entities to 0,0,0.


The VMF obfuscator can be operated in the same way as the BSP obfuscator, although a version of the tool with a GUI is included alongside the command line variant.
The VMF obfuscator can be operated in the same way as the BSP obfuscator, although a version of the tool with a GUI is included alongside the command line variant.

Latest revision as of 12:24, 8 August 2025

English (en)中文 (zh)Translate (Translate)

Map Obfuscator Icon obfuszcator.png
Initial release
Oct 16, 2010
Operating system
Windows
Type
Map Tool
Target engine(s)
Source
Distribution
Non-Commercial software

Map Obfuscator Map Obfuscator is a map obfuscation tool created by Omnicoder. It helps deter the decompilation or theft of maps by running them through the map obfuscator before release.
The Obfuscator will rename map 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

  1. IID_BSP
  2. IID_VMF
Note.pngNote:IID stands for "Infinite Improbability Drive"

Infinite Improbability Drive for BSPs

The BSP obfuscator renames entities to numeric strings making it hard to follow the logic of a map.

The BSP obfuscator works in a way that the user has to drag and drop their desired map onto the executable where it will then obfuscate it and create a new file giving it the suffix "_proc", so a obfuscated map will be named <mapname>_proc.bsp

Warning.pngWarning:The BSP obfuscator destroys texture information in the map. This leads to incorrect footstep sounds, impact particles etc on the world. However, it does effectively make decompiles lose most texture information.
However, there is now a tool named bsp_iidefeat to recover texture information from maps that have this protection.
Icon-Bug.pngBug:Using this obfuscator will break cubemaps
Todo: Does this happen in games besides Portal 2 Portal 2?

Infinite Improbability Drive for VMFs

Confirm:This obfuscator doesn't work.

The VMF obfuscator does the same things as the BSP obfuscator, although users can optionally enable an option that moves non-positional point entities to 0,0,0.

The VMF obfuscator can be operated in the same way as the BSP obfuscator, although a version of the tool with a GUI is included alongside the command line variant.

IID UI.png

See Also

BSP
BSPSource
VIDE

External links

Gamebanana Page