安装 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(越南语)
Українська(乌克兰语)
报告翻译问题
(ZombRand(9) <= 3) would be 40%.
ZombRand generates a number between 0 and the number in the brackets immediately after it, which is compared against the other number.
ZombRand(9) has 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 as possible outcomes, so ten possible outcomes because 0 is included. It will succeed if the number is less than or equal to 3 (so success will be on a 0, 1, 2 or 3), give 4 possible successful outcomes out of 10 possible outcomes total.
function ISClearAshes:perform()
-- needed to remove from queue / start next.
ISBaseTimedAction.perform(self)
local playerObj = self.character
local playerInv = playerObj:getInventory()
if playerInv:containsEvalRecurse(predicateClearAshes) then
self.ashes:getSquare():transmitRemoveItemFromSquare(self.ashes)
self.ashes:getSquare():getObjects():remove(self.ashes)
if (ZombRand(3) >= 2) then --selects a random number between 0-3 (including 0 itself). Currently has a 50% chance to give charcoal.
playerInv:AddItem("Base.Charcoal")
end
end
end
right click to clean up the ash it can be hard to get the option to show up, u gotta click like the corner in slightly diff spots so many times to finally have the option appear.
but i got on admin account than spawned on in myself, switched to test account and took a joy ride waiting to see if i got this error + kick like he did but i did not till the point i got dragged out and eaten >.<
seems it was somekinda VehicleHitZombie Type3 flags and he got kicked form server with somekinda 21 or 22 number showed and something about packets
anyways i could not re-create said error sadly so im waiting to see if anyone else gets it...
getting back on topic >.<
thanks for this mod <3 it was so dumb of devs to remove clean ash action from build41 >.< why would they remove realism, i could have understood if they made it so u needed a bag or something to shovel the ash into & could use it for compost or farm or something but nope totally removed the acton....
I have no idea how PZ multiplayer anticheat works either tbh but it's a good sign no one else has mentioned anything.
if so hello my new mod friend <3
If you're suddenly able to clean up ashes with a can opener, and you couldn't in vanilla,
and no other mods are enabled, welp, that is a problem and someone should yell at the author.
Anyway ya it was a mistake on my part as i legit thought it said rake but ya all is good :)
This mod makes cleaning multiple piles really quick, similar to how you can go into "cut down tree" mode. Thank you
b) that doesn't matter, shovels work fine in this mod, thanks item tag system, and
c) give a poor broom a home, come on, they are severely underrated in the apocalypse.
IDK what that means tbh.