Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incompatibility with MinifyEverything #3

Open
kittycat2002 opened this issue Jan 1, 2025 · 0 comments
Open

Incompatibility with MinifyEverything #3

kittycat2002 opened this issue Jan 1, 2025 · 0 comments

Comments

@kittycat2002
Copy link

kittycat2002 commented Jan 1, 2025

When running this mod with MinifyEverything, some minified buildings will not be added to the storage tab, and cannot be set to be stored inside of stockpiles or storage buildings. I believe this issue is due to Adaptive-Storage-Framework calling
RimWorld.StorageSettings.EverStorableFixedSettings

allowedFilter.SetAllowAll(StorageSettings.EverStorableFixedSettings().filter);

during the def resolving phase of loading, causing the settings to get cached before MinifyEverything has a chance to make its changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant