Project Zomboid
Mod Options (Build 41)
Εμφάνιση 1-10 από 19 καταχωρίσεις
< 1  2 >
Ενημέρωση: 17 Οκτ 2022 στις 8:06

v1.4.4
- Hotfix

Ενημέρωση: 12 Οκτ 2022 στις 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.

Ενημέρωση: 26 Σεπ 2021 στις 15:40

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

Ενημέρωση: 29 Ιουλ 2021 στις 14:30

v1.4.1
- Updated for build 41.53

Ενημέρωση: 3 Μαϊ 2021 στις 19:19

v1.4
- Hotfix of possible bug.

Ενημέρωση: 30 Απρ 2021 στις 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.

Ενημέρωση: 9 Απρ 2021 στις 2:36

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

Ενημέρωση: 1 Ιαν 2021 στις 23:48

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

Ενημέρωση: 29 Δεκ 2020 στις 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.

Ενημέρωση: 2 Αυγ 2020 στις 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