Project Zomboid

Project Zomboid

Mod Options (Build 41)
19件中 1-10 を表示
< 1  2 >
更新:2022年10月17日 @ 8時06分

v1.4.4
- Hotfix

更新:2022年10月12日 @ 18時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日 @ 15時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日 @ 14時30分

v1.4.1
- Updated for build 41.53

更新:2021年5月3日 @ 19時19分

v1.4
- Hotfix of possible bug.

更新:2021年4月30日 @ 20時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日 @ 23時48分

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

更新:2020年12月29日 @ 16時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