PlateUp!
PreferenceSystem
กำลังแสดง 21-30 จาก 33 รายการ
< 1  2  3  4 >
อัปเดต: 24 มิ.ย. 2023 @ 5: 47am

PreferenceSystem v0.2.4

- Added continuous scrolling for selectors when direction is held

อัปเดต: 29 พ.ค. 2023 @ 4: 52pm

PreferenceSystem v0.2.3

- Fixed issue causing last deleted profile to be loaded on game restart if all profiles were deleted

อัปเดต: 15 พ.ค. 2023 @ 4: 59am

PreferenceSystem v0.2.2

- Added CEffectPreferenceCondition (Switch between 2 effect conditions depending on state of bool preference)

- Added indicator for whether any affected preferences were changed after loading a Preference Set
- Indicator is present at the bottom of "Mod Preferences" menu, with red signifying that there is a mismatch

อัปเดต: 10 พ.ค. 2023 @ 6: 49am

PreferenceSystem v0.2.1

- Prevent throwing exception when setting preference if key is not registered
- Compress import/export string with DEFLATE
- Reset import text area on successful import

- Added AddProperty feature
- AddProperty creates a preference that does not appear in Mod Preferences menu
- The preference value can instead be manipulated with Set<T>

อัปเดต: 9 พ.ค. 2023 @ 2: 12am

PreferenceSystem v0.2.0

- Added Import/Export/Load menu
- Access in KL Dev UI (Ctrl + Shift + T ==> PrefSys)

อัปเดต: 18 เม.ย. 2023 @ 4: 34am

PreferenceSystem v0.1.7

- Added ButtonWithConfirm
- Added DeleteProfileButton

อัปเดต: 25 มี.ค. 2023 @ 7: 35pm

PreferenceSystem v0.1.6

- Fixed wrong OptionData Type used for String Option

อัปเดต: 20 มี.ค. 2023 @ 12: 24am

PreferenceSystem v0.1.5

- Load correct profile on startup

อัปเดต: 19 มี.ค. 2023 @ 7: 32am

PreferenceSystem v0.1.4

- Fixed issue causing preferences to not be read correctly

อัปเดต: 19 มี.ค. 2023 @ 5: 41am

PreferenceSystem v0.1.3- Return PreferenceSystemManager after adding each element