A mod that lets you read the values of custom variables from other mods.
This was a personal project of mine used to pull variable data from live game after it had been corrupted in the source files.
It will output to Properties.sav in the SaveGames folder.
The reference path is what you get when you right click an asset in the dev kit and go to "Copy Reference".
If you're trying to get variable data from a mod that is not your own, you'll need to use the mod's manifest to get the file path and convert it.
To read CDO values:
cheat scriptcommand PropertyReaderCDO (reference path) (variable name).
To read instanced values:
cheat scriptcommand PropertyReader (reference path) (variable name).