Save File Optimizer by pruning any unique-id events that have more than 20 occurrences in the "_events" key within save delta data, and the deletion of "relics" and "companions" delta variable keys.
If any game-breaking bugs occur, COMMENT OUT THE FOLLOWING:
// 0savefileOptimizer.js
trim_delta(state_delta) ->
i. delete state_delta.relics
ii. delete state_delta.companions
Example of "unique-id events" - these are the KEYS of the event objects that have occured.
Save File Optimizer by pruning any unique-id events that have more than 20 occurrences in the "_events" key within save delta data, and the deletion of "relics" and "companions" delta variable keys.
If any game-breaking bugs occur, COMMENT OUT THE FOLLOWING:
Example of "unique-id events" - these are the KEYS of the event objects that have occured.
1000 day save file before/after pruning: