RimWorld
XML Extensions
目前顯示第 81-90 項,共 162 項
< 1 ... 7  8  9  10  11 ... 17 >
更新:2021 年 10 月 20 日 @ 下午 8:35

v1.6.2

- Can pin mods for quick access

更新:2021 年 10 月 18 日 @ 下午 3:44

v1.6.1

- Fixed bug in UseSettingExternal

更新:2021 年 10 月 16 日 @ 上午 1:20

v1.6.1

- Updated More Mod Settings UI
- Added a search bar
- Added option to include standard mod settings

更新:2021 年 10 月 13 日 @ 下午 10:44

v1.6.1

- Fixed bug in error handling of drawing settings

更新:2021 年 10 月 13 日 @ 下午 12:42

v1.6.1

- Minor edits to syntax of objPath

更新:2021 年 10 月 13 日 @ 上午 1:10

v1.6.1

- Minor syntax changes

更新:2021 年 10 月 12 日 @ 下午 11:18

v1.6.1

- Fixed bug in DefDatabaseOperationInsert

更新:2021 年 10 月 12 日 @ 下午 10:47

v1.6.1

- Added a new class of Patch Operations: DefDatabaseOperations
- Added DefDatabaseOperationAdd
- Added DefDatabaseOperationInsert
- Added DefDatabaseOperationRemove
- Added DefDatabaseOperationReplace
- Added DefDatabaseOperationConditional
- Added DefDatabaseForEach
- Added DefDatabaseCreateVariable
- Added DefDatabaseLog
- Added Setting.ApplyActions
- Added postCloseActions
- Added preOpenActions
- Added onFrameActions

更新:2021 年 10 月 10 日 @ 上午 4:12

v1.6.0

- Added HeightTool
- Added <showDimensions> to every setting
- Removed ShowWidth

更新:2021 年 10 月 10 日 @ 上午 2:08

v1.6.0

- Added KeyedActions
- Added Setting.HorizontalScrollView
- Added Setting.ScrollArea
- Added Setting.SplitColumns
- Added Setting.ShowWidth
- Added Setting.EmbedMenu
- Added <checkAttributes> to Safe operations
- Added defaultCase to PatchByCase
- Added more tags to Setting.SplitColumn
- Improvements to how custom settings are written in C#
- Removed submenu tag from SettingsMenuDefs (leave label null instead)
- Removed PreClose() from SettingContainers
- More major refactoring