饥荒联机版

饥荒联机版

配置扩展
正在显示第 1 - 10 项,共 25 项条目
< 1  2  3 >
更新于:11 月 15 日 上午 4:45
作者:Remi

version 0.6.2
- Whenever editing a set or a dictionary, its keys will be sorted alphabetically.
- Added an option to restrict sets, arrays and dictionaries. This will prevent adding or removing entries and disallow editing keys for dictionaries.
Add "restricted = true" to a config's definition in order to enable the feature.

更新于:11 月 9 日 下午 10:44
作者:Remi

version 0.6.1 -- done by 冰冰羊 entirely
- Updated Chinese translation - replaced machine-translated parts, translated missing strings.
- Gathered all strings that require translation into a separate file.

更新于:11 月 8 日 上午 11:10
作者:Remi

version 0.6
- Added Set config type (a list of strings as keys)

- Added Array config type (a list of strings as values)

- Added Dictionary config type (a list of key-value pairs, all are strings)

Instructions for making configs of these new types can be found in modinfo.

更新于:10 月 25 日 上午 6:45
作者:Remi

version 0.5.4
- Added support for is_font_config field.
It allows the mod to show font options in the font they represent. Only base game fonts are allowed. Data fields must be actual font names, not variable names (check Vault Navigator for an example).

- The mod configuration screen can now be assigned a callback. Mods can summon the screen with their custom callback to apply config changes on the spot, without having the restart the game (check Vault Navigator for an example).

- Fixed the color picker screen being stretched weirdly on screens with resolution different than 16:9.

更新于:9 月 20 日 上午 5:03
作者:Remi

version 0.5.3
- Configs using modinfo's "keys" variable as the options pool will be detected as keybinds, similar to Mod Key Binding UI Refined.
Additionally, if modinfo has "keys" variable defined, a special key map will be loaded, identical to the one used by Mod Key Binding UI Refined.

更新于:9 月 12 日 下午 12:22
作者:Remi

version 0.5.2a
- Another fix for the mod not differentiating client and server side configurations and always going for the server side.

更新于:9 月 11 日 下午 1:56
作者:Remi

version 0.5.2
- Fixed mod not differentiating client and server side configurations and always going for the server side.

更新于:6 月 16 日 上午 10:12
作者:Remi

version 0.5.1b
- Removed a pesky print function call.

更新于:5 月 4 日 上午 9:09
作者:Remi

version 0.5.1a
- Fixed a missing translation.
- Fixed unexpected color values in textboxes after scrolling over large intervals. -- again, for real this time.

更新于:5 月 1 日 上午 7:41
作者:Remi

version 0.5.1
- Added Chinese language variant provided by 冰冰羊.