11matt556-ReusableMetadata icon

ReusableMetadata

Allows metadata to be reused across multiple cluster seeds.

Last updated 3 months ago
Total downloads 4149
Total rating 0 
Categories Quality of Life
Dependency string 11matt556-ReusableMetadata-1.0.7
Dependants 0 other packages depend on this package

This mod requires the following mods to function

xiaoye97-BepInEx-5.4.17 icon
xiaoye97-BepInEx

BepInEx5.4.17 mod plugin framework, Mod框架

Preferred version: 5.4.17

README

Reusable Metadata Mod

Recommended: Back up your save data and property folder in Documents\Dyson Sphere Program\ before running this mod.

The mod changes Metadata to behave more like I envisioned when I first heard about a "NewGame+" mode in DSP. It makes the following changes:

  • Consumption

    • Consumption of other cluster addresses no longer counts against your net total of Metadata or your available Metadata. This allows you to start every new cluster seed with your maximum amount of metadata, no matter how much has been spent in previous saved games.
    • Does not use the property file for the Consumption value of the current cluster. This addresses a vanilla bug that causes Metadata to be lost in some cases, but has some additional effects (See version 1.0.1 change note)
  • Production (Optional)

    • Only the best Metadata values from each of your cluster seeds is counted when useHighestProductionOnly is enabled. Metadata can be thought of as a 'high score' when this is enabled.
    • For example, lets say you have three cluster addresses with the Metadata production below. The bolded numbers are the amount of each metadata type that would available at the start of a new game.
      • Meta-EM Meta-Energy Meta-Structure Meta-Information Meta-Gravity Metaverse
        100 100 100 15 5 0
        75 125 50 10 10 5
        50 25 200 25 0 0

Partially inspired by reddit post https://www.reddit.com/r/Dyson_Sphere_Program/comments/u9l3wv/metadata_usage/

It seems to work fine on my games but there are probably weird things that can happen when this is added or removed from current games with existing metadata consumption.

Let me know if you have suggestions or issues at https://github.com/11matt556/DSP-ReusableMetadata

Change Log

  • Version 1.0.7:

    • Bugfix: Fixed enableSandboxCheat config option
    • Feature: New config option, sandboxMultiplier. Use this to specify desired metadata multiplier in sandbox mode when enableSandboxCheat=true.
    • Feature: Loading a sandbox game when enableSandboxCheat=false will zero out the metadata of that game, restoring the 'vanilla' state of the save.
  • Version 1.0.6:

    • Fixed mistake in readme
  • Version 1.0.5:

    • Bugfix: Use GetPropertyItemComsumption from GameMain.history instead of UIPropertyEntry to (hopefully) address Github issues #1 and #2.
    • Feature: New config option to allow 4x metadata generation in sandbox mode. Intended for debugging and testing. Use at your own risk.
  • Version 1.0.4:

    • Project Dependencies managed through NuGet now
  • Version 1.0.3:

    • Compatibility fix for game version 0.9.25.12201
  • Version 1.0.2:

    • Removed error logging for negative amounts of Metadata since logging this is redundant. It is clearly visible in the UI if this occurs.
  • Version 1.0.1:

    • Bugfix: Enabling useHighestProductionOnly did not work correctly unless verboseLogging was also enabled
    • Bugfix: Fixed issue in base game that could cause Metadata to be lost when exiting without saving! The fix I used has the following extra side effects/features:
      • Loading an older save of your current seed will also "roll back" any Metadata consumed after that save was created. (Thats good!)
      • Removing the property file will no longer reset "Current Game Realization", but does reset all other stats, including production/contribution (That's.... maybe bad? It makes cheating harder...)
  • Version 1.0.0:

    • Re-release. The mod is feature complete and should work as expected now.
    • Bugfix: Bugs that could duplicate metadata should now be fixed
    • Bugfix: The 'Net Metadata' UI field is now being used correctly.
    • Finished this readme with examples and more info
  • Version 0.1.0:

Configuration Options

Key Type Default Description
useHighestProductionOnly bool false When True, only metadata contributions from your highest production cluster will be available. Otherwise, Metadata production is unaffected. Metadata can be thought of as a 'high score' with this setting enabled.
verboseLogging bool false For debugging.
enableSandboxCheat bool false Intended for debugging and quick testing. Applies sandboxMultiplier to sandbox games. Use at your own risk.
sandboxMultiplier float 1.0 Intended for debugging. 1 = 100%

Ideas for additional features/changes

  • Update UI tooltip explanations to reflect the changes made by this mod
  • Set aside a custom property file to make mod removal and testing easier

Known Issues

  • The "Total Realization" stat can be misleading/incorrect. Metadata is still counted in "Total Realization" even if the realization/consumption was not counted by this mod. This bug can happen in Vanilla, but is much easier to trigger when using this mod.
  • Only the statistics panel shows the correct multiplier in sandbox games when enableSandboxCheat is used.