安裝 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(越南文)
Українська(烏克蘭文)
回報翻譯問題






Watering every few days sounds like what happens when "Smart Target Crops" is enabled. Crops only need to be watered once per stage, so it doesn't bother to keep the soil wet.
Maybe. I just use my other mod ( https://steamproxy.net/sharedfiles/filedetails/?id=2716507275 ) to make the FFF immune to freezing. It's possible that doing it on the flingomatic side will prevent it from extinguishing burning FFFs, which would require extra work to fix.
It seems to be working for me. Does it work if you try in a new world with no other mods? (Use the command c_give("farm_plow_item"); c_give("seeds"); c_spawn("firesuppressor") to test quickly.)
What isn't working about it? Is it not firing the projectiles, or are the projectiles not watering the crops?
I just confirmed that the projectiles still water, presuming they're hitting the farm tile.
It should. Let me know if you have any issues.
Looks like Klei removed GetTileDataAtPoint.
function self:GetSoilMoistureAtPoint(x, y, z)
_moisturegrid = UpvalueHacker.GetUpvalue(self.OnSave, "_moisturegrid")
local tx, ty = _G.TheWorld.Map:GetTileCoordsAtPoint(x, y, z)
return _moisturegrid:GetDataAtPoint(tx, ty)
end
modprint("Defined GetSoilMoistureAtPoint.")
I think I've got it compatible now.
Unfortunately not.
Added the ability to have the flingomatic keep soil wetness above a given percent. This option makes use of upvalue hacking if set above 0%.