Skip to main content

Module mapping

Module mapping 

Source
Expand description

Key deobfuscation for NMS save file JSON.

NMS save files (format 2002+) have obfuscated JSON keys (e.g., "F2P" instead of "Version"). This module loads mapping files and recursively replaces obfuscated keys with their readable equivalents.

Structs§

KeyMapping
Bidirectional key mapping for NMS save file deobfuscation.

Functions§

deobfuscate_json
Deobfuscate JSON bytes: parse, detect obfuscation, apply mapping if needed.
is_obfuscated
Detect whether a parsed JSON value has obfuscated keys.