Configuration

The configuration uses toml and is stored at native-memory-scripter.toml alongside the dll.

dev

This section contains developer settings.

keytypedescription
consoleboolShows or hides the debug console.
dev_modeboolShows or hides dev mode.1
1

Dev mode is a special mode that spawns an interactive python interpreter window that you can script in while the game is running

log

This section controls the built in logger.

keytypedescription
levelstrAllows you to fine tune what gets logged.
targetsboolShow or hide log targets.2
2

A target is a piece of information that describes what part of the code a particular message came from. The target is the code’s namespace by default.