Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
I also have ideas on other mods, like one to make characters more bored the more you eat the same thing (take THAT cabbage lovers) and a mode to make clothing dry slower if it's layered. Appreciate everyone's patience!
We host a high-zed population server, and this mod seems cool - was requested by one of our players - but i'm worried that it will be too easy to find these. After killing 100 zombies (As in your example screenshots) getting that much skill from notes/books seems incredibly too easy. Can we adjust the drop rate as a server admin?
local WP_HIGHEST = 0.4;
local WP_HIGH = 0.25;
local WP_MEDIUM = 0.125;
local WP_LOW = 0.08;
local WP_LOWEST = 0,025;
to
local WP_HIGHEST = 0.1;
local WP_HIGH = 0.0625;
local WP_MEDIUM = 0.03125;
local WP_LOW = 0.02;
local WP_LOWEST = 0,00625;
Killed some zombies and after about 15 kills only got 1 so it seems to work
File is at
C:\Program Files (x86)\Steam\steamapps\workshop\content\108600\2892090512\mods\W Patricks Skill Literature\media\lua\server\Items\WPSkillLiterature_ZombieDistributions.lua
Thumbs Down, basically Unplayable!
Maybe does nothing idk.
C:\Program Files (x86)\Steam\steamapps\workshop\content\108600\2892090512\mods\W Patricks Skill Literature\media\lua\server\Items
there is WPSkillLiterature_ZombieDistributions.lua
after opened with notepad i found this setting:
local WP_HIGHEST = 0.2;
local WP_HIGH = 0.15;
local WP_MEDIUM = 0.085;
local WP_LOW = 0.04;
local WP_LOWEST = 0.015;
The numbers where the double before
client and server files need to match
C:\Program Files (x86)\Steam\steamapps\workshop\content\108600\2892090512\mods\W Patricks Skill Literature\media\lua\server\Items
C:\Program Files (x86)\Steam\steamapps\common\ProjectZomboid\steamapps\workshop\content\108600\2892090512\mods\W Patricks Skill Literature\media\lua\server\Items
I just tested a few minutes and looks like there is less drop but if someone does try the change would be cool if can share results since any try requires a lot of load times and shit , thanks!