Disable Vanilla Menu Simulations

by Kuraron

Disables all vanilla menu simulations. Can be added as (optional) dependency to other mods to offer a way to disable the default simulations.

Tweaks
10 days ago
1.1 - 2.0
1.86K

g Not all vanilla menu sims disabled

10 days ago

Hello!

It seems not all menu seems get disabled by this, there is one or two space age menu sims missing. I believe they have been added quite recently.

Also, a small feature requests: I would like an option to disable any menu sim only, not an entire pack. If the logic behind this would build a list that can be coupled to the settings, one could even disable certain sims from mods that add new sims!

10 days ago

Hi,

yes, these are newly added. I've reworked the logic and added two hidden string settings, one to disable sims by name (menu-simulations-disable-list) and one to keep specific sims enabled (menu-simulations-enable-list). These lists will be applied in the data and data-final-fixes stages. Vanilla sims are only removed in the data stage.

You can also import the menu_simulations_manager and mark sims as disabled by calling e.g. menu_simulations_manager.disable("aquilo_send_help"). To apply your changes you need to call menu_simulations_manager.apply().

You can test the changes in the now released 1.3.0 update.

New response