Project Zomboid
Mod Options (Build 41)
กำลังแสดง 1-10 จาก 19 รายการ
< 1  2 >
อัปเดต: 17 ต.ค. 2022 @ 8: 06am

v1.4.4
- Hotfix

อัปเดต: 12 ต.ค. 2022 @ 6: 49pm

v1.4.3
- Added compatibility with Build 41.77.6
- Added compatibility patch so ALL OTHER MODS causing issues will be compatible too.

อัปเดต: 26 ก.ย. 2021 @ 3: 40pm

v1.4.2
- Added warning if mod author tries double initialization. It won't be mod error anymore but still not recommended.

อัปเดต: 29 ก.ค. 2021 @ 2: 30pm

v1.4.1
- Updated for build 41.53

อัปเดต: 3 พ.ค. 2021 @ 7: 19pm

v1.4
- Hotfix of possible bug.

อัปเดต: 30 เม.ย. 2021 @ 8: 16pm

v1.3
- Added hint message box for build 40.
- The mod is automatically disabled for versions of the game below 41 to avoid errors.

อัปเดต: 9 เม.ย. 2021 @ 2: 36am

v1.2
- Fixed a bug when there was no scroll bar even if too many mod options.

อัปเดต: 1 ม.ค. 2021 @ 11: 48pm

v1.1
- Added custom sandbox options.
Use: opt1.sandbox_path = "Section Name" --e.g. "WorldOptions"

อัปเดต: 29 ธ.ค. 2020 @ 4: 53pm

v1.0
- Fixed a bug when mod options were not loaded after reset lua on game start.
- Added double check of loaded options just for sure.

อัปเดต: 2 ส.ค. 2020 @ 6: 03am

v0.9
- New better names are chosen for event listeners: OnApplyMainMenu, OnApplyInGame, OnApply.
- Event listeners works both for separate options and for settings in general.
- Added possibility to bind custom keys.
- Now engine returns itself, so you can use "require" to check if it's enabled:
require "!ModOptionsEngine"
- Minor optimizations