Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2224626119
Damntry preferred that I upload it myself so that I could directly respond to any issues
You are welcome to try and fix it though, it would be an... enlightening experience
I edited the mod description to make it more clear.
So,how can I get that?
Thank you.
I'm in the process of moving to a new house so I won't be able to use the pc for a few days. I'll check it out as soon as I can.
Righclick menu does not have any entry about the Irrigation Pipe which is in the inventory.
then trying to figure it out how fix ;)
It seems that the mod creator initially modified the original barrel code from "RainCollectorBarrel.lua" to create the irrigation logic, instead of adding to the barrel logic in "WaterPipes_RainCollectorBarrel.lua" as he does currently.
Its basically a left over in case he needed it again.
gameTime:getTimeOfDay()
Good catch. How did you find this?
I ve tested but the init() function only seems to get called from the client, who ends the call on the first line. I dont get a hit from the server logs for some reason.
Im missing something for sure but I dont know how initializing works here.
What this bug does is to start the initial watering loop 1 hour earlier, no biggie. Probably not going to fix it since some day/year/century I d like to revamp the irrigation logic to sync water levels by tying it to the crop water absorption logic, instead of using game hours. Less realistic, but more flexible and reliable.
\waterPipes_36\media\lua\server\BuildingObjects\RainCollectorBarrel.lua.bak
it seems the .40 has the file as vanilla now as MORainCollectorBarrel.lua
local sec = math.floor(gameTime:getTimeOfDay() * 3600);
it should be
local sec = math.floor(getGameTime():getTimeOfDay() * 3600);
then it works fine
\waterPipes_36\media\lua\server\BuildingObjects\RainCollectorBarrel.lua.bak
as there seems to be only the .bak file
@Tropical Yeah I think I noticed that once or twice in my game, where it seemed to fill slower than usual, but this mod doesnt touch the way barrels refill from rain so Im not sure if there is some kind of game feature or bug.
Hey man, I'm not 100% sure, but I think the water barrels filling (%) bug still persevere. I have one barrel installed, rain has been plentiful, althogh, everytimes it rains for longer periods of hours the barrels collectors only fills up to like 40% Max 42% even overnight sleeps. Also, I know the fertilizing does not work 100% but I did pour some just to test things out. So, that could of been the issue that trigger the bug, but I will give a closer look to verify if that is the case. Thank you if you are seen this and if you are interested to look into it when confirmed.
Thank you :)