New Precision Farming Anhydrous Ready Version 1.1.0.2
Changelog 1.1.0.2:
-l10n_ui_economicAnalysisYield-
(THE "MOUSE" update.farmland statistics.lua.326 HAVE BEEN FIXED)
1.1.02 Fix the "MOUSE ERROR" when clicking on any of your fields in Precision Farming economic analysis menu.
Files
FS22_PrecisionFarmingAnhydrousReady.zip 64 MB
Jun 04, 2022
Get Precision Farming Anhydrous Ready V1.1.0.4
Download NowName your own price
Precision Farming Anhydrous Ready V1.1.0.4
Status | Released |
Category | Game mod |
Author | Collins Custom Modding |
Tags | anhydrous, collins-custom-modding, Farming Simulator, Farming Simulator 22, precision-farming, precison |
More posts
- Precision Farming Anhydrous Ready Version 1.1.0.4Jul 02, 2022
- New Precision Farming Anhydrous Ready Version 1.1.0.3Jun 13, 2022
- New Precision Farming Anhydrous Ready Version 1.1.0.1May 30, 2022
- New Precision Farming Anhydrous Ready Version 1.1.0.0May 28, 2022
- New Precision Farming Anhydrous Ready Version 1.0.0.0May 13, 2022
Comments
Log in with itch.io to leave a comment.
Received the following crash to desktop today and found the following error in the log....
2022-06-08 06:00 Error: Running LUA method 'draw'.
C:/Users/cagco/OneDrive/Documents/My Games/FarmingSimulator2022/mods/FS22_PrecisionFarmingAnhydrousReady/scripts/hud/ExtendedSprayerHUDExtension.lua:483: attempt to call method 'getIsUsingExactNitrogenAmount' (a nil value)
2022-06-08 06:00 Error: Running LUA method 'draw'.
C:/Users/cagco/OneDrive/Documents/My Games/FarmingSimulator2022/mods/FS22_PrecisionFarmingAnhydrousReady/scripts/hud/ExtendedSprayerHUDExtension.lua:483: attempt to call method 'getIsUsingExactNitrogenAmount' (a nil value)
2022-06-08 06:00 Error: Running LUA method 'draw'.
C:/Users/cagco/OneDrive/Documents/My Games/FarmingSimulator2022/mods/FS22_PrecisionFarmingAnhydrousReady/scripts/hud/ExtendedSprayerHUDExtension.lua:483: attempt to call method 'getIsUsingExactNitrogenAmount' (a nil value)
2022-06-08 06:00 Error: Running LUA method 'draw'.
and it just keeps repeating until it CTD
Hi sir thanks for the feebacks !
Is it possible you try to "spray" anhydrous ammonia with a SLURRY TANKER ???
This is what we found ...
- GIANTS messed up the code -
<ExtendedSprayerHUDExtension>
if self.nitrogenMap ~= nil then
minValue, maxValue = self.nitrogenMap:getMinMaxValue()
local nAmount = spec.lastNitrogenProportion
if nAmount == 0 then
nAmount = self.nitrogenMap:getNitrogenAmountFromFillType(sprayFillType)
end
if spec.isSlurryTanker then
local str = " (~%skgN/m³)"
if sourceVehicle:getIsUsingExactNitrogenAmount() then
str = " (%skgN/m³)"
end
applicationRateStr = applicationRateStr .. string.format(str, MathUtil.round(nAmount * 1000, 1))
else
applicationRateStr = applicationRateStr .. string.format(" (%s%%%%N)", MathUtil.round(nAmount * 100, 1))
end
stepResolution = self.nitrogenMap:getNitrogenFromChangedStates(1)
end
So by now there's no real issue cause you try to do something that is not intended to (Slurred Anhydrous app) but we will "fit" it anyways. Second thing is the NH3 is supposed to be injected to the ground by a toolbar and you'll be able to this friday June 10th at 5pm E.T
Till then have a good one !
Thanks for the reply. I will take a look. I was on the Green Valley map and all I was trying to do was fill a tank up at the bulk store with liquid fert. I am now wondering if the other mod (tank mod) was causing the conflict. I will take a closer look later tonight if I get a chance. I didn't have any sprayers working on the map when it crashed.
Having issues where the game only loads up to 50% when this mod is installed has anyone else reached out to you with this issue? I know it's a script mod conflict however i can't seem to figure out which mod its conflicting with
I had this issue too trying to start MWH, your best bet is to leave this one activated and then one by one remove your other script mods. I can't remember which one it was for me but I had the same thing.