플레이트업!

플레이트업!

PreferenceSystem
35개 중 21~30개 표시 중
< 1  2  3  4 >
업데이트: 2023년 6월 26일 @ 오전 4시 59분

PreferenceSystem v0.2.6

- Fixed issue causing continuous scroll timers to not reset

업데이트: 2023년 6월 26일 @ 오전 4시 24분

PreferenceSystem v0.2.5

- Fixed issue causing continuous scrolling selector to not work when game is paused
- Adjusted lower threshold and ramp up time for continuous scrolling
- Added parameter for selectors to invoke redraw on change

업데이트: 2023년 6월 24일 @ 오전 5시 47분

PreferenceSystem v0.2.4

- Added continuous scrolling for selectors when direction is held

업데이트: 2023년 5월 29일 @ 오후 4시 52분

PreferenceSystem v0.2.3

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

업데이트: 2023년 5월 15일 @ 오전 4시 59분

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

업데이트: 2023년 5월 10일 @ 오전 6시 49분

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>

업데이트: 2023년 5월 9일 @ 오전 2시 12분

PreferenceSystem v0.2.0

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

업데이트: 2023년 4월 18일 @ 오전 4시 34분

PreferenceSystem v0.1.7

- Added ButtonWithConfirm
- Added DeleteProfileButton

업데이트: 2023년 3월 25일 @ 오후 7시 35분

PreferenceSystem v0.1.6

- Fixed wrong OptionData Type used for String Option

업데이트: 2023년 3월 20일 @ 오전 12시 24분

PreferenceSystem v0.1.5

- Load correct profile on startup