RimWorld
Cherry Picker
105件中 61-70 を表示
< 1 ... 5  6  7  8  9 ... 11 >
更新: 2021年12月4日 @ 2時50分

New
- You can now remove SpecialThingFilterDefs, like for example "Allow Burnable" or "Male Only". The removal of these defs can also have a positive impact on performance due to reducing the amount of hauling checks.

更新: 2021年12月3日 @ 18時23分

Load order stuff
- The order in which this mod processes the database has been changed. It will now try to process the def database before other mods have a chance to try and cache things from it. It will then run a second time after all mods have done their thing to check if any defs were dynamically generated (like for example auto-generated seeds from Seeds Please).

In general this mod should be near the top of the load order list, so it can process def removals before mods initialize.

更新: 2021年12月3日 @ 5時45分

- Improvements to removing medicines.
- Improvements to animal removal.

更新: 2021年12月2日 @ 17時00分

Update
- You can now remove MetalBreakDefs, like for example the tantrum.

更新: 2021年12月2日 @ 16時39分

Update
- You can now remove BiomeDefs. However, the removal of some vanilla biomes may cause some errors on world gen.

更新: 2021年12月1日 @ 21時43分

Just a change to the about.xml to mark that Vanilla Expanded Framework should load after this mod, due to the way VEF handles recipe inheritance.

更新: 2021年11月27日 @ 20時13分

New
- You can now remove Backstories. Backstories are not definitions, like everything else, so this feature works a bit differently under the hood. Don't hesitate to report any bugs if you spot something.

更新: 2021年11月27日 @ 2時10分

Adjustment to the error reporting to make it more obvious if something went wrong processing your removed defs list.

更新: 2021年11月27日 @ 1時33分

Update
- The removal of research projects is no longer restricted to dead end projects. You can now remove any research. If it was a prereq to something else, it will adopt the removed defs prereqs, and if it can't do that then it won't have any prereqs.

更新: 2021年11月23日 @ 20時58分

New
- Another big revision to how the mod processes def removals. It now keeps better track of what it has already processed, which allows it to more selectively analyze individual removals.

This allows some defs to be restored without requiring a game restart, depending on the complexity of their removal. For example, the Bottom Bar Buttons can be added or restored without needing a game restart now.

It may also prompt if a save reload is required if removing something while a save is loaded.