Project Zomboid

Project Zomboid

Mod Options (Build 41)
目前顯示第 1-10 項,共 19 項
< 1  2 >
更新:2022 年 10 月 17 日 @ 上午 8:06

v1.4.4
- Hotfix

更新:2022 年 10 月 12 日 @ 下午 6:49

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

更新:2021 年 9 月 26 日 @ 下午 3:40

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

更新:2021 年 7 月 29 日 @ 下午 2:30

v1.4.1
- Updated for build 41.53

更新:2021 年 5 月 3 日 @ 下午 7:19

v1.4
- Hotfix of possible bug.

更新:2021 年 4 月 30 日 @ 下午 8:16

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

更新:2021 年 4 月 9 日 @ 上午 2:36

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

更新:2021 年 1 月 1 日 @ 下午 11:48

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

更新:2020 年 12 月 29 日 @ 下午 4:53

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.

更新:2020 年 8 月 2 日 @ 上午 6:03

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