Project Zomboid

Project Zomboid

20,894 个评价
Mod Options (Build 41)
29
13
8
8
4
14
11
9
4
4
2
2
5
4
4
4
2
3
2
2
   
奖励
收藏
已收藏
取消收藏
文件大小
发表于
更新日期
31.729 KB
2020 年 7 月 17 日 下午 2:31
2022 年 10 月 17 日 上午 8:06
19 项改动说明 ( 查看 )

订阅以下载
Mod Options (Build 41)

描述
ModOptions WIP (paused)!

Allows other mods to be customized.
Any mod author can add custom options to their mod.

Requirements
(!) THIS MOD IS COMPATIBLE ONLY WITH BUILD 41
(!) For Build 42 see here.

Steam Workshop Issues
1. Quit the game.
2. Unsubscribe. Wait ~1 minute.
3. Subscribe. Wait ~1 minute.
4. Make sure the mod version is 1.4.4

Minimal Code (for modders)
Put it in subfolder media/lua/client of your mod folder.
-- These are the default options. local OPTIONS = { box1 = true, box2 = false, } -- Connecting the options to the menu, so user can change them. if ModOptions and ModOptions.getInstance then ModOptions:getInstance(OPTIONS, "MyModID", "My Mod") end -- Check actual options at game loading. Events.OnGameStart.Add(function() print("checkbox1 = ", OPTIONS.box1) print("checkbox2 = ", OPTIONS.box2) end)
This mod should be enbaled.
But note that your mod will work without this mod!
So you do not have to create a hard dependence on this mod.

For more info, see Guide.

TODO:
- Options other than checkbox (done)
- Option like edit input.
- Option like change color.
- Possibility to add custom tab
- Possibility to tune by server admins only (using UI)
- Sandbox options. (done)

Workshop ID: 2169435993
Mod ID: modoptions
热门讨论 查看全部(21)
2
10 月 5 日 上午 11:50
File does not exist on the server
Chris Redfield
44
5 月 6 日 下午 4:30
Can´t host a coop server with mods
QUANDALE DINGLE
20
2022 年 10 月 22 日 下午 5:35
"File doesn't exist on the client:"
Sennyツ
842 条留言
FAShan 12 小时以前 
:steamhappy:
mqr1200 10 月 7 日 下午 5:16 
mod seems to be broken FYI
dokka 10 月 7 日 下午 2:26 
nice
Juni 10 月 6 日 上午 10:03 
:)
Ratuê 10 月 4 日 下午 2:04 
:steamhappy:
Guardian_54 10 月 4 日 上午 8:13 
:steamhappy:
kampfpanzer 9 月 17 日 上午 7:14 
а
No one 9 月 14 日 下午 4:24 
a
Akira 9 月 13 日 上午 1:06 
a
tilarium 9 月 10 日 下午 1:48 
tilarium Apr 27 @ 5:45pm
tilarium Apr 19 @ 7:05am
tilarium Mar 25 @ 5:37pm
Never. B42 has mod options baked into it
Никогда. В B42 встроены опции модов