Project Zomboid

Project Zomboid

36 次評價
SSR: Examine Panel
   
獎勵
加入最愛
已加入最愛
移除最愛
檔案大小
發佈於
更新時間
11.339 MB
2017 年 10 月 23 日 上午 9:50
1 月 8 日 上午 12:51
15 項更新註記 (檢視)

訂閱以下載
SSR: Examine Panel

在 Oneline 的 1 個收藏中
SpiffoSpace Russia
5 個項目
描述
This mod implements item examine function

Tested on Build 42.0.2

It consists of two parts: API and example mod, that shows you how to make your items examinable.

How to use this API:
1) Subscribe on Steam and server (mods=ssr-examine)
2) Go to steamapps\workshop\content\108600\1178770307\Contents\mods\sampleMod1
3) Copy config.ini to %your_modpack%
4) Go to steamapps\workshop\content\108600\1178770307\Contents\mods\sampleMod1\media\lua\client
5) Copy sampleMod1_init.lua to %your_modpack%\media\lua\client
6) Open it and go to line 7
local mod_id = "ssr-example1";
7) Change "ssr-example1" to your modpack's modID
8) Edit block of function bind() to bind images to desired items (don't forget to rename script to avoid potential conficts with similar mods)
9) ...
10) Enjoy!

Description for config.ini
adultContent=true|false restrictedItems=moduleA.itemNameA;moduleB.itemNameB

First time players join the server, they will see a specific dialog window. Well, you should leave this at false unless you're planning to add some lewd stuff like we did in past (we made people search for 150+ ero magazines all over the map lol)



Join my discord server for updates and support:
[discord.gg]

If you like my mods, please, consider donating.
Even $1 is highly appreciated and shows that you care.
[boosty.to]
[www.blockchain.com]

Redistribution of this mod without explicit permission from the original creator is prohibited under any circumstances. This includes, but not limited to, uploading this mod to the Steam Workshop or any other site, distribution as part of another mod or modpack, distribution of modified versions. The product can be published on Steam only through an account with the name Oneline.

© 2017-2025 Oneline
[theindiestone.com]

Workshop ID: 1178770307
Mod ID: ssr-example1
Mod ID: ssr-examine
熱門討論 檢視全部(1)
0
2021 年 12 月 30 日 上午 11:04
Bug Reports
Oneline
21 則留言
Oneline  [作者] 2024 年 10 月 6 日 上午 5:01 
@Le SneK any mod that adds context menu options (if they overwrite addOption function). Try putting ssr-examine and ssr-example1 at the end of Mods string in server settings.
Le SneK [] 2024 年 10 月 6 日 上午 3:57 
are there any other mods that can possibly mess with this mod?
i tried loading examine sample mod in my dedicated server before implementing it with other items, the poster and magazine are in the items list but the Examine button does not appear.
Rav3n 2023 年 2 月 20 日 上午 6:02 
can't find the items with -debug either ??
Oneline  [作者] 2023 年 2 月 8 日 下午 11:21 
@FoxCaster subscribe and add it to mods list in server settings. I don't know, why are so confused, because ssr-examine is a normal mod that doesn't have any special requirements for work. Doesn't matter if you run on dedicated server, pc or use some server hosting.

To bind images to items you need to create your own mod following instructions in page description.
FoxCaster 2023 年 2 月 8 日 下午 5:16 
Hello!

I wish to use this on my server but I am running a Dedicated Server.
First, I want to thank you for creating such a cool mod, it adds a lot of depth to possible MP interactions that could occur.
Second, is there a way to make this work for a Dedicated Server? If so, how?

I'm using ShockByte btw.

Thanks in advance!
Fox
Sebastian 2022 年 10 月 16 日 下午 8:31 
Awesome, thank you very much :)
Oneline  [作者] 2022 年 10 月 16 日 上午 8:03 
Hi @Sebastian. This mod is a framework. In other words, you install it in order to extend the game code with additional features. The only thing this mod does is allow player to examine an item to see a specific image. It's up to you which items to make examinable and what images to show.
Sebastian 2022 年 10 月 14 日 下午 10:34 
Hey @Oneline I was wondering if I could use this mod to make it so players can find creepy notes from the pre-apocalypse or current apocalypse scattered around the map, would the be alright? My coding skills are horrible so it would be a big help having this as a foundation
Oneline  [作者] 2022 年 8 月 29 日 上午 9:14 
@sirMaso Sorry, but without any details on what you're going to do and what for, I can't agree on that.
Mazzo 2022 年 8 月 29 日 上午 8:46 
Hi, I wanted to ask you if I could add this function to my mod?
I'm going to give you all the credits in my description for your amazing mod! :)