Project Zomboid

Project Zomboid

36 평점
SSR: Examine Panel
   
어워드
즐겨찾기
즐겨찾기됨
즐겨찾기 해제
파일 크기
게시일
업데이트일
11.339 MB
2017년 10월 23일 오전 9시 50분
2025년 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! :)