Installer Steam
log på
|
sprog
简体中文 (forenklet kinesisk)
繁體中文 (traditionelt kinesisk)
日本語 (japansk)
한국어 (koreansk)
ไทย (thai)
Български (bulgarsk)
Čeština (tjekkisk)
Deutsch (tysk)
English (engelsk)
Español – España (spansk – Spanien)
Español – Latinoamérica (spansk – Latinamerika)
Ελληνικά (græsk)
Français (fransk)
Italiano (italiensk)
Bahasa indonesia (indonesisk)
Magyar (ungarsk)
Nederlands (hollandsk)
Norsk
Polski (polsk)
Português (portugisisk – Portugal)
Português – Brasil (portugisisk – Brasilien)
Română (rumænsk)
Русский (russisk)
Suomi (finsk)
Svenska (svensk)
Türkçe (tyrkisk)
Tiếng Việt (Vietnamesisk)
Українська (ukrainsk)
Rapporter et oversættelsesproblem
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,