RimWorld
D9 Framework
12 sonuçtan 1 ile 10 arası gösteriliyor
< 1  2 >
Güncelleme: 21 Ağu 2020 @ 10:58

v 1.3.1:
- Straight update to 1.2, no other changes.

Güncelleme: 4 Tem 2020 @ 14:28

v 1.3.0:
- Add Negative Fertility Patch
- Add IngredientValueGetter_Mass
- Remove unused Suppress Debug Warnings class

Güncelleme: 29 Haz 2020 @ 19:25

v 1.2.1:
- Add `PatchOperationRoyaltyInstalled`
- Remove `ForceAllowPlaceOverFix`

Güncelleme: 21 Nis 2020 @ 13:11

v 1.2.0:
- Add Carry Mass Framework thanks to ElminsterAU
- Correctly disable Force Allow Place patch by default
- Add explicit option for whether to print patched methods

Güncelleme: 20 Nis 2020 @ 19:57

v 1.1.3:
- Disable Force Allow Place Over Fix by default
- Correct an oversight where I forgot to label the button for turning it off

Güncelleme: 20 Nis 2020 @ 18:27

v 1.1.2:
- `PlaceWorker_Roofed` now only checks the placing location, rather than all contained cells, which is more consistent with the vanilla `PlaceWorker_NotUnderRoof`.
- Fixed an NRE with `PlaceWorker_RoofHanger`.
- `PlaceWorker_RoofHanger` now properly inherits from `PlaceWorker_Roofed`.
- ThingComps' debug tooltips now display if `Prefs.DevMode` instead of `D9FModSettings.DEBUG`.

Güncelleme: 19 Nis 2020 @ 19:30

v 1.1.1:
- Fix Force Allow Place Over Fix

Güncelleme: 19 Nis 2020 @ 11:29

v 1.1.0:
- Fix several issues with PlaceWorker_OnWall. Due to a vanilla bug, still doesn't work without a significant amount of XML configuration.
- Attempt to patch the above issue, doesn't seem to work but has no side-effects either.
- Remove Harmony dll from release and as such add a hard dependency to About.xml
- Add a LoadAfter for RimWorld Core and Royalty, just in case.

Güncelleme: 11 Nis 2020 @ 12:26

Remove incompatibility notice, given the situation is now resolved.

Güncelleme: 10 Nis 2020 @ 23:33

- Remove spurious 1.0 support
- Mark mod as incompatible with a mod which steals code from me