RimWorld

RimWorld

XML Extensions
Showing 1-10 of 120 entries
< 1  2  3 ... 12 >
Update: Mar 15, 2024 @ 12:38am

v1.7.3

- Update to 1.5

Update: Nov 6, 2022 @ 9:52pm

v1.7.2

- Fixed bug in replacing objects within a list in DefDatabaseOperationReplace

Update: Oct 21, 2022 @ 1:15am

v1.7.2

- Refactored CustomXmlLoader; Fixes incompatibility with HAR Dev

Update: Oct 14, 2022 @ 11:00pm

v1.7.1

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

Update: Oct 13, 2022 @ 8:25pm

v1.7.0

- Mod now supports RimWorld 1.4
- Added Boolean.HasModBeenUsed

Update: Jul 13, 2022 @ 2:33am

v1.6.6

- Added roundnearest to CreateVariable

Update: Jul 13, 2022 @ 2:16am

v1.6.6

- Added roundup and rounddown to CreateVariable

Update: May 27, 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: May 25, 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: May 25, 2022 @ 1:21am

v1.6.5

- Added emptyDocument node to XmlExtensions.CreateDocument