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
With all the new stuff added in Build 41, though, I'm thinking it's about time I updated this thing, so we'll see how bad I break it when I do haha
you still have the filestructure weirdly wrong
it just created file
\Steam\steamapps\workshop\content\108600\684849254\mods\media\scripts\KingsNewRecipes.txt
if you look inside of my 7z archive content
then that's i think how it should be
\Steam\steamapps\workshop\content\108600\684849254\mods\KingsNewRecipes\media\scripts\kingsnewrecipes.txt
it may also need changes to your mod.info
https://www.dropbox.com/s/ghtoe8jry4ygu93/fixed_684849254_KingsNewRecipes_mod_ProjectZomboid.7z?dl=0
recipe Remove Barbs
{
BarbedWire=1
keep Scissors/KitchenKnife/HuntingKnife
Result:Wire=1,
Time:80.0,
Category:Engineer,
}
... should be ...
recipe Remove Barbs
{
BarbedWire=1,
keep Scissors/KitchenKnife/HuntingKnife,
Result:Wire=1,
Time:80.0,
Category:Engineer,
}
all you need is edit `kingsnewrecipes.txt` with this and now Crafting menu opens fine !
after activated - this mod breaks the crafting menu
error : attempted index: getFullType of non-table: null
As for whether it works for multiplayer, @Aeneas Romae, it's nothing more than new recipes so once I fix the conflicts with the new version of the game it should work perfectly fine.
Basically i wanted to say thanks for answering my question
@VeryHardSon I'm afraid I don't quite understand what you mean. Are you saying you want to be able to drink from water bottles? If so, you automatically do that in vanilla; no need to drink manually.
i don't really wish to get that but if you want to implement it in the future i'm fine with it. And Thank you very much for the answer.