Timberborn
Mod Settings
20개 중 1~10개 표시 중
< 1  2 >
업데이트: 2025년 7월 2일 오후 1시 36분
작성자: eMka

v0.7.10.0
- Added Russian localization.
- ModSetting fields will now be refreshed upon value change.

업데이트: 2025년 4월 2일 오후 1시 55분
작성자: eMka

v0.7.2.0
- Made the mod compatible with Timberborn 0.7.2.0.
- Added ModSettingChanged event to the ModSettingsOwner class.

업데이트: 2025년 2월 6일 오전 11시 04분
작성자: eMka

v0.7.0.1
- Added Spanish localization.

업데이트: 2025년 2월 5일 오전 9시 45분
작성자: eMka

v0.7.0.0
- Made the mod compatible with Update 7.

업데이트: 2024년 12월 28일 오전 7시 27분
작성자: eMka

v0.6.9.5
- Added NonPersistentSetting that mod creators can use to add custom controls to the Mod Settings box.
- The header of non-changeable settings is now also greyed out.
- Tooltips for non-changeable settings are now hidden.
- Added the option to create ColorModSetting by passing a Color instance.
- Fixed the Mod Settings box not resetting its scroll position on consecutive openings.

업데이트: 2024년 12월 9일 오후 12시 46분
작성자: eMka

v0.6.9.4
- Settings may be now changed during the game and in the Map Editor. This is opt-in feature, and by default they are only editable from Main Menu.
- Showing settings box button only for enabled mods.
- Logging a warning when mod with modId specified by ModSettingsOwner wasn't found.
- Fixed glitchy borders of color picker elements.
- Fixed saturation and value texture pointing to wrong color after first hue change.
- Fixed inconsistent ModSettingsOwners order.

업데이트: 2024년 11월 28일 오후 12시 34분
작성자: eMka

v0.6.9.3
- Settings property doesn't have to be declared as base ModSetting type anymore.

업데이트: 2024년 10월 15일 오후 1시 04분
작성자: eMka

v0.6.8.6
- Fixed color hex field not blocking box-closing input.

업데이트: 2024년 10월 15일 오후 12시 43분
작성자: eMka

v0.6.8.5
- Added a color setting with the built-in color picker.

업데이트: 2024년 9월 27일 오후 12시 25분
작성자: eMka

v0.6.8.0
- Added possibility to implement ModSettingBox opening inside Game and MapEditor scenes.