Project Zomboid

Project Zomboid

36 arvostelua
SSR: Examine Panel
   
Palkinto
Lisää suosikkeihin
Lisätty suosikkeihin
Poista suosikeista
Tiedostokoko
Julkaistu
Päivitetty
11.339 MB
23.10.2017 klo 9.50
8.1. klo 0.51
15 muutosilmoitusta ( näytä )

Tilaa ladataksesi
SSR: Examine Panel

1 kokoelmassa, tekijä Oneline
SpiffoSpace Russia
5 luomusta
Kuvaus
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
Suositut keskustelut Näytä kaikki (1)
0
30.12.2021 klo 11.04
Bug Reports
Oneline
21 kommenttia
Oneline  [tekijä] 6.10.2024 klo 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 [] 6.10.2024 klo 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 20.2.2023 klo 6.02 
can't find the items with -debug either ??
Oneline  [tekijä] 8.2.2023 klo 23.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 8.2.2023 klo 17.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 16.10.2022 klo 20.31 
Awesome, thank you very much :)
Oneline  [tekijä] 16.10.2022 klo 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 14.10.2022 klo 22.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  [tekijä] 29.8.2022 klo 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 29.8.2022 klo 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! :)