InfiniteMetadata
Makes DSP Metadata effectively unlimited by returning 8,000,000,000,000,000,000 for Metadata IDs 6001-6006.Infinite Metadata
Local r2modman/Thunderstore package for Dyson Sphere Program.
Behavior
For Metadata item IDs 6001 through 6006, the plugin makes both the total and immediately available Metadata amount return:
8,000,000,000,000,000,000
This is 8 quintillion (8,000,000,000,000,000,000).
The plugin does not write that number into the DSP Property file. It intercepts the two Metadata queries at runtime with Harmony.
Target
- Dyson Sphere Program: 0.10.34.28524-era API
- BepInEx: 5.4.17
- Plugin: 1.0.1
Install with r2modman
- Open the Dyson Sphere Program profile in r2modman.
- Open Settings.
- Choose Install local mod.
- Select the generated ZIP.
- Launch the game using Start modded.
BepInEx 5.4.17 is declared as a dependency in manifest.json.
Config
After the first modded launch:
BepInEx/config/godvector.dysonsphereprogram.infinitemetadata.cfg
Default:
- Enabled = true
- MetadataAmount = 8000000000000000000
Compatibility
Do not use another mod that patches the same Metadata total/available methods unless you know its Harmony patch ordering is compatible.
