饥荒联机版

饥荒联机版

Ice Flingomatic Watering
28 条留言
Bumber  [作者] 2024 年 11 月 12 日 下午 10:37 
Smart witherable targeting now accounts for local temperature (ice crystaleyezer) and rain. Added option to ignore friendly fruit fly (projectiles won't freeze it, but also won't extinguish).
Bumber  [作者] 2024 年 11 月 11 日 下午 10:51 
@Ningunomas
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.
Origami 2024 年 5 月 11 日 下午 9:59 
is this mod still working?
Ningunomas 2023 年 12 月 15 日 上午 9:58 
Hi, how is the mod supposed to be configured to work, I have tried all possible settings and it does not work. It only throws a snowball every 5-6 days. could you please tell me how do I set it up to keep the soil moist enough to not water manually? Thanks and thanks for the mod
CozyCouch 2023 年 10 月 16 日 上午 7:09 
okay thank you!, ill subscribe to your other mods :D
Bumber  [作者] 2023 年 10 月 16 日 上午 4:46 
@CozyCouch
Maybe. I just use my other mod ( https://psteamcommunity.yuanyoumao.com/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.
CozyCouch 2023 年 10 月 15 日 上午 7:11 
can you make the flingomatic to not freeze the friendly fruit flies?
ECcenTrIc 2023 年 9 月 3 日 下午 4:57 
I ll try later as what u said.Maybe it doesn't work because of some mods I installed
Bumber  [作者] 2023 年 9 月 2 日 下午 4:36 
@Su le finestre
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.)
ECcenTrIc 2023 年 9 月 2 日 上午 3:13 
it doesn't water my crops as what you say in the description.
Bumber  [作者] 2023 年 9 月 1 日 下午 3:30 
@Su le finestre
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.
ECcenTrIc 2023 年 8 月 23 日 下午 10:48 
not working.It doesn't water the crops anymore
玛小喵的饲养员 2023 年 7 月 21 日 下午 5:05 
Hope to add a fuel consumption adjustment function
bloopah 2023 年 5 月 18 日 下午 12:07 
if it targets them while not smoldering then might as well water them too
zandrama 2022 年 10 月 16 日 上午 3:44 
It works great. Thank you!
Bumber  [作者] 2022 年 10 月 13 日 下午 8:14 
@zandrama
It should. Let me know if you have any issues.
zandrama 2022 年 10 月 13 日 上午 8:27 
Does it work now?
Bumber  [作者] 2022 年 8 月 1 日 下午 10:58 
@ColdIsLife (Rafael)
Looks like Klei removed GetTileDataAtPoint.
ColdIsLife (Rafael) 2022 年 8 月 1 日 下午 6:29 
I found the solution, I fixed the function like this (tnx Insight mod):
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.")
ColdIsLife (Rafael) 2022 年 8 月 1 日 下午 5:19 
Is crashing and close the game without message
Bumber  [作者] 2022 年 6 月 10 日 上午 3:16 
@i am noob
I think I've got it compatible now.
skull emoji 2022 年 6 月 8 日 下午 3:48 
thanks for letting me know, found https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=2373951100 to alleviate watering grind instead
Bumber  [作者] 2022 年 6 月 7 日 下午 1:43 
@i am noob
Unfortunately not.
War&Knight 2022 年 4 月 27 日 上午 7:26 
thanks:steamthumbsup:
Bumber  [作者] 2022 年 4 月 27 日 上午 2:37 
Added an option for the amount of wetness the flingomatic projectile adds.
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%.
War&Knight 2022 年 4 月 23 日 下午 10:57 
I want to water automatically when the field is 50% water. can you add a select button
SozaOutsider 2022 年 4 月 3 日 下午 2:10 
Good job, finally we can simply automate watering.