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 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,