安裝 Steam
登入
|
語言
簡體中文
日本語(日文)
한국어(韓文)
ไทย(泰文)
Български(保加利亞文)
Čeština(捷克文)
Dansk(丹麥文)
Deutsch(德文)
English(英文)
Español - España(西班牙文 - 西班牙)
Español - Latinoamérica(西班牙文 - 拉丁美洲)
Ελληνικά(希臘文)
Français(法文)
Italiano(義大利文)
Bahasa Indonesia(印尼語)
Magyar(匈牙利文)
Nederlands(荷蘭文)
Norsk(挪威文)
Polski(波蘭文)
Português(葡萄牙文 - 葡萄牙)
Português - Brasil(葡萄牙文 - 巴西)
Română(羅馬尼亞文)
Русский(俄文)
Suomi(芬蘭文)
Svenska(瑞典文)
Türkçe(土耳其文)
tiếng Việt(越南文)
Українська(烏克蘭文)
回報翻譯問題
i dont know is it accurate or not
I finally have some time to get around to this and I still owe translations files so that it may for CN users as well. You are free to re-upload with translations! However I would be happy to add them to the core mod as well
DIY Guide to fix the smoking pipe dupe (Vanilla Bug)
Go to Project Zomboid > media > scripts > recipes > tobacco
Find this recipe:
craftRecipe FillPipe
{
timedAction = Making,
Time = 60,
Tags = InHandCraft;CanBeDoneInDark,
category = Miscellaneous,
inputs
{
item 3 tags[Tobacco],
item 1 [Base.SmokingPipe;Base.CanPipe] mappers[PipeMapper],
}
outputs
{
item 1 mapper:PipeMapper,
item 1 Base.SmokingPipe_Tobacco, <<<<< DELETE THIS LINE
}
itemMapper PipeMapper
{
Base.CanPipe_Tobacco = Base.CanPipe,
Base.SmokingPipe_Tobacco = Base.Base.SmokingPipe,
default = Base.SmokingPipe_Tobacco,
As for 'N&C Narcotics' I plan to reach out to the Author soon and see if perhaps we can also work together for compatibility. So I hope to make it happen!
I have not tried this mod but can check it out, I'd be happy to add compatibility if im able
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=3404956403
lol I had not noticed this typo thank you, I will fix this, I am a little busy tonight but will update soon!
If you want to check it out, here's the link: https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=3416588496
@Balance - thank you for your mod :) I've noticed that in your mod, the item Base.CanPipe_Hemp has display name Can Pipe With Tobacco (same as Base.CanPipe_Tobacco), you might want to fix that ;)
BEFORE:
outputs
{
item 1 mapper:PipeMapper,
item 1 Base.SmokingPipe_Tobacco, <<<<< DELETE THIS LINE
}
itemMapper PipeMapper
AFTER:
outputs
{
item 1 mapper:PipeMapper,
}
itemMapper PipeMapper
Go to Project Zomboid > media > scripts > recipes > tobacco
Find this recipe:
craftRecipe FillPipe
{
timedAction = Making,
Time = 60,
Tags = InHandCraft;CanBeDoneInDark,
category = Miscellaneous,
inputs
{
item 3 tags[Tobacco],
item 1 [Base.SmokingPipe;Base.CanPipe] mappers[PipeMapper],
}
outputs
{
item 1 mapper:PipeMapper,
item 1 Base.SmokingPipe_Tobacco, <<<<< DELETE THIS LINE
}
itemMapper PipeMapper
{
Base.CanPipe_Tobacco = Base.CanPipe,
Base.SmokingPipe_Tobacco = Base.Base.SmokingPipe,
default = Base.SmokingPipe_Tobacco,