安装 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(越南语)
Українська(乌克兰语)
报告翻译问题
If only the documentation for zomboid wasn't so awkward, and the events were simple. One could imagine there'd be a local trigger for "trip", "fall", "climb", "vault", "shove" etc. One should be able to add to events, if gun holster, then fire gun. If there's a round in the chamber it goes off, if not it'll click. Simple. Now I can't make sense out of zomboid at all so I'm not sure if this is at all as simple as I described.
It doesn’t.
I love how us zomboid players need any kind of realism to make it make sense lol
cannot equp .38 m36 to back
Also, mod idea, a crafting table that lets you attach pouches and pockets to your regular belt, pouches are small and medium, and those serve to carry ammo and small items like some cans having weight reduction of 80.
Pouches are crafted by using some thread, Ripped sheets, Demin or leather strips, 2 units for small, 4 units for medium.
can attatch up to 4 pouches into a belt increasing the carryweight of the player while they have no backpack
Small pouch is 1.5 carry weight, while medium is 3(or 2.8 if 3 is too much) carry weight, one is for carrying small items and pistol mags(1) and the other is for carrying small items and rifle magazines(1 to 2)
Attached to belt via context menu and each pouch can be its individual container or can add up to a bigger carrying capacity item as a whole(4 small pouches = 6cw/ 4 med pouches = 12(or 11.2)
For Better Belts +1 and +2 belts add to this file: X:\Steam\steamapps\workshop\content\108600\3120702374\mods\ExtraGunSlot\media\lua\server/BB_ExtraGunSlot_DoParam.lua
local beltItem = ScriptManager.instance:getItem("Base.Belt3")
if beltItem then
beltItem:DoParam("AttachmentsProvided = SmallBeltLeft;SmallBeltRight;LowerBack;FrontBeltR")
end
local beltItem = ScriptManager.instance:getItem("Base.Belt4")
if beltItem then
beltItem:DoParam("AttachmentsProvided = SmallBeltLeft;SmallBeltRight;LowerBack;FrontBeltL;FrontBeltR")
end
here I explain more about my case
https://psteamcommunity.yuanyoumao.com/app/108600/discussions/6/4353365802913064673/