Project Zomboid

Project Zomboid

36 ratings
SSR: Examine Panel
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
11.339 MB
23 Oct, 2017 @ 9:50am
8 Jan @ 12:51am
15 Change Notes ( view )

Subscribe to download
SSR: Examine Panel

In 1 collection by Oneline
SpiffoSpace Russia
5 items
Description
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
Popular Discussions View All (1)
0
30 Dec, 2021 @ 11:04am
Bug Reports
Oneline
21 Comments
Oneline  [author] 6 Oct, 2024 @ 5:01am 
@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 [] 6 Oct, 2024 @ 3:57am 
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 20 Feb, 2023 @ 6:02am 
can't find the items with -debug either ??
Oneline  [author] 8 Feb, 2023 @ 11:21pm 
@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 8 Feb, 2023 @ 5:16pm 
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 16 Oct, 2022 @ 8:31pm 
Awesome, thank you very much :)
Oneline  [author] 16 Oct, 2022 @ 8:03am 
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 14 Oct, 2022 @ 10:34pm 
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  [author] 29 Aug, 2022 @ 9:14am 
@sirMaso Sorry, but without any details on what you're going to do and what for, I can't agree on that.
Mazzo 29 Aug, 2022 @ 8:46am 
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! :)