RimWorld

RimWorld

XML Extensions
Showing 41-50 of 160 entries
< 1 ... 3  4  5  6  7 ... 16 >
Update: 15 Mar, 2024 @ 12:38am

v1.7.3

- Update to 1.5

Update: 6 Nov, 2022 @ 9:52pm

v1.7.2

- Fixed bug in replacing objects within a list in DefDatabaseOperationReplace

Update: 21 Oct, 2022 @ 1:15am

v1.7.2

- Refactored CustomXmlLoader; Fixes incompatibility with HAR Dev

Update: 14 Oct, 2022 @ 11:00pm

v1.7.1

- Added a More Mod Settings button as a regular mod settings button

Update: 13 Oct, 2022 @ 8:25pm

v1.7.0

- Mod now supports RimWorld 1.4
- Added Boolean.HasModBeenUsed

Update: 13 Jul, 2022 @ 2:33am

v1.6.6

- Added roundnearest to CreateVariable

Update: 13 Jul, 2022 @ 2:16am

v1.6.6

- Added roundup and rounddown to CreateVariable

Update: 27 May, 2022 @ 11:53pm

v1.6.6

- Added a warning when Advanced XML Debugging is enabled
- Added an error check to the number of arguments provided within XmlExtensions.ApplyPatch

Update: 25 May, 2022 @ 8:37pm

v1.6.6

- Will now attempt to fix duplicate XML node errors rather than just warn about them (code by Taranchuk)
- Using publicizer to reduce reflection calls

Update: 25 May, 2022 @ 1:21am

v1.6.5

- Added emptyDocument node to XmlExtensions.CreateDocument