Comments

Log in with itch.io to leave a comment.

Viewing most recent comments 13 to 52 of 238 · Next page · Previous page · First page · Last page

for anhydrous mods getting below 

2025-06-11 09:50:49.180 Error: Failed to open xml file 'H:/FS25 Mods/FS25_AnhydrousAmmoniaAddon/H:/FS25 Mods/FS25_Montana_4X/objects/pallets/anhydrousTank.xml'.

2025-06-11 09:50:49.180 Error: Failed to open xml file 'H:/FS25 Mods/FS25_AnhydrousAmmoniaAddon/H:/FS25 Mods/FS25_Montana_4X/objects/pallets/anhydrousTank.xml'.

2025-06-11 09:50:50.858 Error: Failed to open xml file 'H:/FS25 Mods/FS25_AnhydrousAmmoniaAddon/H:/FS25 Mods/FS25_Montana_4X/objects/pallets/anhydrousTank.xml'.

2025-06-11 09:50:50.858 Error: Failed to open xml file 'H:/FS25 Mods/FS25_AnhydrousAmmoniaAddon/H:/FS25 Mods/FS25_Montana_4X/objects/pallets/anhydrousTank.xml'.

(1 edit)

You can get rid of that by removing AnhydrousAmmoniaAddon.  Anhydrous is built into the map so you don't need the mod.

Oh that's handy info, having the same ongoing issue - will try this too - thanks!

Anyone know why using slurry spreader getting this error? 

Script error: Divide by zero error. LUA call stack: =dataS/scripts/internalMods/FS25_precisionFarming/scripts/maps/NitrogenMap.lua:1376 getFertilizerUsage =dataS/scripts/internalMods/FS25_precisionFarming/scripts/specializations/ExtendedSprayer.lua:1468 getSprayerUsage =dataS/scripts/utils/Utils.lua:601 =dataS/scripts/internalMods/FS25_precisionFarming/scripts/specializations/WeedSpotSpray.lua:161 getSprayerUsage =dataS/scripts/utils/Utils.lua:601 =dataS/scripts/vehicles/specializations/Sprayer.lua:1177 onStartWorkAreaProcessing =dataS/scripts/specialization/SpecializationUtil.lua:56 raiseEvent =dataS/scripts/vehicles/specializations/WorkArea.lua:210 onUpdateTick =dataS/scripts/specialization/SpecializationUtil.lua:56 raiseEvent =dataS/scripts/vehicles/Vehicle.lua:2121 updateTick =dataS/scripts/network/NetworkNode.lua:214 updateActiveObjectsTick =dataS/scripts/network/Server.lua:83 update =dataS/scripts/BaseMission.lua:1019 update =dataS/scripts/FSBaseMission.lua:1925 update =dataS/scripts/mission00.lua:663 update =dataS/scripts/main.lua:1226 update 2025-06-03 12:52:59.014

The error you’re encountering in Farming Simulator 2025 (FS25) with the FS25 Precision Farming mod stems from a divide by zero calculation in the NitrogenMap.lua script. Here’s a breakdown of the likely causes and solutions:

Root Cause

The error occurs in the getFertilizerUsage function (line 1376 of NitrogenMap.lua), which calculates fertilizer/sprayer usage. A division by zero happens when a critical variable used as a divisor (e.g., area, speed, or application rate) is zero or undefined. This is common in farming simulations where calculations depend on dynamic values like:

  • Field area coverage
  • Sprayer width
  • Application rate settings
  • Vehicle speed
  • Map layer data (e.g., weed or nitrogen maps)

Possible Triggers

  1. Zero Application Rate If the slurry spreader’s application rate is set to 0 (e.g., in the vehicle’s UI), the mod might attempt to divide by this value during calculations.
  2. Invalid Work Area Detection The sprayer’s work area might not detect the field properly (e.g., if the tool is not fully over the field or the field is unmarked). This results in an area of 0, causing division by zero.
  3. Missing/Corrupted Map Layers The precision farming mod relies on map layers (e.g., weed maps, nitrogen maps). If these layers are missing, incomplete, or improperly generated, the script might use 0 values for calculations.
  4. Mod Compatibility Issues Conflicts between FS25 Precision Farming and other mods (e.g., custom sprayers, terrain mods) could pass invalid values to the script.
  5. Bug in the Mod’s Script The script might lack safeguards for edge cases (e.g., when starting/stopping the sprayer or when the tool is idle).

Solutions

1. Check Application Rate Settings

  • Ensure the slurry spreader’s application rate is set to a non-zero value in the vehicle’s UI.
  • If using a precision farming map (e.g., weed map), verify it’s properly loaded and active.

2. Validate Field Coverage

  • Make sure the sprayer’s work area is fully covering the field.
  • Check for terrain/field definition errors (e.g., gaps in the field’s ground type).

3. Recreate Map Layers

  • If using custom maps, regenerate the weed, nitrogen, or soil maps via the mod’s in-game tools.
  • Ensure map layers are saved correctly and not corrupted.

4. Update Mods

  • Check for updates to FS25 Precision Farming (version 25.0.1+ might fix this).
  • Ensure all mods are compatible with FS25 and do not conflict with the sprayer’s specialization scripts.

5. Debug the Script (Advanced)

  • Open NitrogenMap.lua and locate line 1376. Add a check to prevent division by zero: lua Copy local divisor = ... -- the value being used as a divisor if divisor == 0 then divisor = 1 -- or handle the error gracefully end
  • This is a temporary fix and may require modding expertise.

If the Issue Persists

  • Report the error to the FS25 Precision Farming mod developers with your log file and steps to reproduce.
  • Disable other mods temporarily to isolate conflicts.

By addressing the zero-value divisor in calculations, you should resolve the error. Let me know if you need further help! 🚜

any idea why this map won’t let me save the game? I tried a few other maps to make sure and it’s only this one 

Were playing on multi player and have no issues saving. You do have to be logged in as admin to manually save.

same here, server map and no issues

do you have to add maintence points to sheds on prebuilt farms  or 

cant wait for more maps always loved yours especially umrv

Is anyone else having issues with the 1.0.0.1 version on their dedicated server? I've been playing on the 1.0.0.0 since day 1 and finally got a chance to upload the new one to the server. When i do my server will not stay running and also the game tells me i have a different version than the one on my server and i don't. Went back to the 1.0.0.0 and things are good now. 

Hi, super cool map! I tried using the starter farm and got stuck in the buildings because I couldn’t open the door. I checked out the Possible Mod Conflicts post and saw your mention of doors, but I’m not sure what an IC mod conflict is or where in the settings to change trigger interactions. If you have the time will you give me an idea of where to look?

(1 edit)

Hey DJ, awesome map man and much love.  I have ran into a problem with the animal pens though.  Even with the More Husbandrues mod i cant place any new pens.


This seems to only be an issue on dedicated servers.  I tried single player and local host and was able to place more pens.

Hello,


I am doing a series on the map and have purchased the Bison Ridge farm for the storyline I wanted to go with. Unfortunately I put hay bales in the fermenting silo there and it is not working. It takes the bales but the capacity does not rise and I am not paid for the bales either. The bales just disappear. Beautiful map and I have been enjoying my time in both multiplayer and single. Please repair this silo or let me know if I can do anything on my end. Thank you.

So, those harvestor silos act as production point for silage mainly and also storage for other types, The other types that dont show fill level in menu will show capacity when you drive under the fill trigger with a trailer. 

Gotcha. I appreciate the response. I did put grass hay in the silo and thought that it could be used to make silage. Or is it just the loose hay you use? Thank you sir.

the 1.0.0.1 courseplay fix doesn't appear to work for me, still get stuck at 100% loading shaders.

(+1)

Have you tried new save game ? 

(-1)

That did the trick. Thank you.

Just for info, these are the remaining warnings my server throws on start up. Don't seem to affect the gameplay but you might find it useful.

2025-06-10 06:40:35.879 D:/home/sid_1620142/farmingSim_2025/profile/mods/FS25_Montana_4X/mapUS/foliage/meadow/meadowUS.i3d (27.69 ms) 2025-06-10 06:40:35.880 Warning (performance): Foliage lod 1 mesh 'meadow' 'cutRolled' 'roller' is much larger than lod 0 mesh (min/maxY (-0.011/0.104 vs -0.030/0.054). 2025-06-10 06:40:35.904 data/effects/cutter/sorghum/sorghum_harvestReady.i3d (26.63 ms) 2025-06-10 06:40:35.908 D:/home/sid_1620142/farmingSim_2025/profile/mods/FS25_Montana_4X/mapUS/foliage/meadow/meadowUSWeed.i3d (28.29 ms) 2025-06-10 06:40:35.910 Warning (performance): Foliage lod 1 mesh 'meadowWeed' 'cutRolled' 'roller' is much larger than lod 0 mesh (min/maxY (-0.011/0.104 vs -0.030/0.054).

2025-06-10 06:40:35.991 D:/home/sid_1620142/farmingSim_2025/profile/mods/FS25_Montana_4X/mapUS/foliage/grass/grass.i3d (0.79 ms) 2025-06-10 06:40:35.992 Warning (performance): Foliage lod 1 mesh 'grass' 'cutRolled' 'roller' is much larger than lod 0 mesh (min/maxY (-0.011/0.104 vs -0.030/0.054).

2025-06-10 06:40:36.921 D:/home/sid_1620142/farmingSim_2025/profile/mods/FS25_Montana_4X/mapUS/foliage/alfalfa/alfalfa.i3d (83.88 ms) 2025-06-10 06:40:36.921 Warning (performance): Foliage lod 1 mesh 'alfalfa' 'cutRolled' 'roller' is much larger than lod 0 mesh (min/maxY (0.016/0.128 vs -0.127/0.044). 2025-06-10 06:40:36.988 D:/home/sid_1620142/farmingSim_2025/profile/mods/FS25_Montana_4X/mapUS/foliage/clover/clover.i3d (66.48 ms) 2025-06-10 06:40:36.988 Warning (performance): Foliage lod 1 mesh 'clover' 'cutRolled' 'roller' is much larger than lod 0 mesh (min/maxY (0.016/0.128 vs -0.127/0.044).

2025-06-10 06:41:00.596 Warning: Unable to find traffic spline for traffic blocker (placeable.trainSystem.railroadCrossings.railroadCrossing(0).trafficBlockers.blocker(0)) trafficBlockingPosition at -1981.4 192.2 -1416.6 2025-06-10 06:41:00.596 Warning: Unable to find traffic spline for traffic blocker (placeable.trainSystem.railroadCrossings.railroadCrossing(0).trafficBlockers.blocker(1)) trafficBlockingPosition at -1987.3 192.2 -1438.8 2025-06-10 06:41:00.597 Warning: Unable to find traffic spline for traffic blocker (placeable.trainSystem.railroadCrossings.railroadCrossing(1).trafficBlockers.blocker(0)) trafficBlockingPosition at -1117.0 176.3 -1165.1 2025-06-10 06:41:00.598 Warning: Unable to find traffic spline for traffic blocker (placeable.trainSystem.railroadCrossings.railroadCrossing(1).trafficBlockers.blocker(1)) trafficBlockingPosition at -1107.9 176.1 -1145.6 2025-06-10 06:41:00.598 Warning: Unable to find traffic spline for traffic blocker (placeable.trainSystem.railroadCrossings.railroadCrossing(3).trafficBlockers.blocker(0)) trafficBlockingPosition at -361.4 126.3 898.4 2025-06-10 06:41:00.599 Warning: Unable to find traffic spline for traffic blocker (placeable.trainSystem.railroadCrossings.railroadCrossing(3).trafficBlockers.blocker(1)) trafficBlockingPosition at -370.7 126.3 907.9

2025-06-10 06:41:05.528 Warning (D:/home/sid_1620142/farmingSim_2025/profile/mods/FS25_Montana_4X/placeables/fermentingSiloLarge.xml): storage fillType 'DRYCLOVER_WINDROW' not used as a production input or ouput 2025-06-10 06:41:05.528 Warning (D:/home/sid_1620142/farmingSim_2025/profile/mods/FS25_Montana_4X/placeables/fermentingSiloLarge.xml): storage fillType 'CORN_STALKS' not used as a production input or ouput 2025-06-10 06:41:05.529 Warning (D:/home/sid_1620142/farmingSim_2025/profile/mods/FS25_Montana_4X/placeables/fermentingSiloLarge.xml): storage fillType 'DRYGRASS_WINDROW' not used as a production input or ouput 2025-06-10 06:41:05.530 Warning (D:/home/sid_1620142/farmingSim_2025/profile/mods/FS25_Montana_4X/placeables/fermentingSiloLarge.xml): storage fillType 'FORAGE' not used as a production input or ouput 2025-06-10 06:41:05.530 Warning (D:/home/sid_1620142/farmingSim_2025/profile/mods/FS25_Montana_4X/placeables/fermentingSiloLarge.xml): storage fillType 'STRAW' not used as a production input or ouput 2025-06-10 06:41:05.530 Warning (D:/home/sid_1620142/farmingSim_2025/profile/mods/FS25_Montana_4X/placeables/fermentingSiloLarge.xml): storage fillType 'DRYALFALFA_WINDROW' not used as a production input or ouput 2025-06-10 06:41:05.530 Warning (D:/home/sid_1620142/farmingSim_2025/profile/mods/FS25_Montana_4X/placeables/fermentingSiloLarge.xml): storage fillType 'FORAGE_MIXING' not used as a production input or ouput 2025-06-10 06:41:05.531 Warning (D:/home/sid_1620142/farmingSim_2025/profile/mods/FS25_Montana_4X/placeables/fermentingSiloLarge.xml): storage fillType 'SOYBEANSTRAW' not used as a production input or ouput 2025-06-10 06:41:05.538 Warning (D:/home/sid_1620142/farmingSim_2025/profile/mods/FS25_Montana_4X/placeables/fermentingSiloSmall.xml): storage fillType 'DRYCLOVER_WINDROW' not used as a production input or ouput 2025-06-10 06:41:05.538 Warning (D:/home/sid_1620142/farmingSim_2025/profile/mods/FS25_Montana_4X/placeables/fermentingSiloSmall.xml): storage fillType 'CORN_STALKS' not used as a production input or ouput 2025-06-10 06:41:05.539 Warning (D:/home/sid_1620142/farmingSim_2025/profile/mods/FS25_Montana_4X/placeables/fermentingSiloSmall.xml): storage fillType 'DRYGRASS_WINDROW' not used as a production input or ouput 2025-06-10 06:41:05.539 Warning (D:/home/sid_1620142/farmingSim_2025/profile/mods/FS25_Montana_4X/placeables/fermentingSiloSmall.xml): storage fillType 'FORAGE' not used as a production input or ouput 2025-06-10 06:41:05.539 Warning (D:/home/sid_1620142/farmingSim_2025/profile/mods/FS25_Montana_4X/placeables/fermentingSiloSmall.xml): storage fillType 'STRAW' not used as a production input or ouput 2025-06-10 06:41:05.540 Warning (D:/home/sid_1620142/farmingSim_2025/profile/mods/FS25_Montana_4X/placeables/fermentingSiloSmall.xml): storage fillType 'DRYALFALFA_WINDROW' not used as a production input or ouput 2025-06-10 06:41:05.540 Warning (D:/home/sid_1620142/farmingSim_2025/profile/mods/FS25_Montana_4X/placeables/fermentingSiloSmall.xml): storage fillType 'FORAGE_MIXING' not used as a production input or ouput 2025-06-10 06:41:05.540 Warning (D:/home/sid_1620142/farmingSim_2025/profile/mods/FS25_Montana_4X/placeables/fermentingSiloSmall.xml): storage fillType 'SOYBEANSTRAW' not used as a production input or ouput 2025-06-10 06:41:05.557 Warning (D:/home/sid_1620142/farmingSim_2025/profile/mods/FS25_Montana_4X/placeables/fermentingSiloSmall.xml): storage fillType 'DRYCLOVER_WINDROW' not used as a production input or ouput 2025-06-10 06:41:05.558 Warning (D:/home/sid_1620142/farmingSim_2025/profile/mods/FS25_Montana_4X/placeables/fermentingSiloSmall.xml): storage fillType 'CORN_STALKS' not used as a production input or ouput 2025-06-10 06:41:05.559 Warning (D:/home/sid_1620142/farmingSim_2025/profile/mods/FS25_Montana_4X/placeables/fermentingSiloSmall.xml): storage fillType 'DRYGRASS_WINDROW' not used as a production input or ouput 2025-06-10 06:41:05.559 Warning (D:/home/sid_1620142/farmingSim_2025/profile/mods/FS25_Montana_4X/placeables/fermentingSiloSmall.xml): storage fillType 'FORAGE' not used as a production input or ouput 2025-06-10 06:41:05.559 Warning (D:/home/sid_1620142/farmingSim_2025/profile/mods/FS25_Montana_4X/placeables/fermentingSiloSmall.xml): storage fillType 'STRAW' not used as a production input or ouput 2025-06-10 06:41:05.560 Warning (D:/home/sid_1620142/farmingSim_2025/profile/mods/FS25_Montana_4X/placeables/fermentingSiloSmall.xml): storage fillType 'DRYALFALFA_WINDROW' not used as a production input or ouput 2025-06-10 06:41:05.560 Warning (D:/home/sid_1620142/farmingSim_2025/profile/mods/FS25_Montana_4X/placeables/fermentingSiloSmall.xml): storage fillType 'FORAGE_MIXING' not used as a production input or ouput 2025-06-10 06:41:05.560 Warning (D:/home/sid_1620142/farmingSim_2025/profile/mods/FS25_Montana_4X/placeables/fermentingSiloSmall.xml): storage fillType 'SOYBEANSTRAW' not used as a production input or ouput 2025-06-10 06:41:05.567 Warning (D:/home/sid_1620142/farmingSim_2025/profile/mods/FS25_Montana_4X/placeables/fermentingSiloLarge.xml): storage fillType 'DRYCLOVER_WINDROW' not used as a production input or ouput 2025-06-10 06:41:05.568 Warning (D:/home/sid_1620142/farmingSim_2025/profile/mods/FS25_Montana_4X/placeables/fermentingSiloLarge.xml): storage fillType 'CORN_STALKS' not used as a production input or ouput 2025-06-10 06:41:05.568 Warning (D:/home/sid_1620142/farmingSim_2025/profile/mods/FS25_Montana_4X/placeables/fermentingSiloLarge.xml): storage fillType 'DRYGRASS_WINDROW' not used as a production input or ouput 2025-06-10 06:41:05.569 Warning (D:/home/sid_1620142/farmingSim_2025/profile/mods/FS25_Montana_4X/placeables/fermentingSiloLarge.xml): storage fillType 'FORAGE' not used as a production input or ouput 2025-06-10 06:41:05.569 Warning (D:/home/sid_1620142/farmingSim_2025/profile/mods/FS25_Montana_4X/placeables/fermentingSiloLarge.xml): storage fillType 'STRAW' not used as a production input or ouput 2025-06-10 06:41:05.569 Warning (D:/home/sid_1620142/farmingSim_2025/profile/mods/FS25_Montana_4X/placeables/fermentingSiloLarge.xml): storage fillType 'DRYALFALFA_WINDROW' not used as a production input or ouput 2025-06-10 06:41:05.570 Warning (D:/home/sid_1620142/farmingSim_2025/profile/mods/FS25_Montana_4X/placeables/fermentingSiloLarge.xml): storage fillType 'FORAGE_MIXING' not used as a production input or ouput 2025-06-10 06:41:05.570 Warning (D:/home/sid_1620142/farmingSim_2025/profile/mods/FS25_Montana_4X/placeables/fermentingSiloLarge.xml): storage fillType 'SOYBEANSTRAW' not used as a production input or ouput 2025-06-10 06:41:05.577 Warning (D:/home/sid_1620142/farmingSim_2025/profile/mods/FS25_Montana_4X/placeables/fermentingSiloLarge.xml): storage fillType 'DRYCLOVER_WINDROW' not used as a production input or ouput 2025-06-10 06:41:05.577 Warning (D:/home/sid_1620142/farmingSim_2025/profile/mods/FS25_Montana_4X/placeables/fermentingSiloLarge.xml): storage fillType 'CORN_STALKS' not used as a production input or ouput 2025-06-10 06:41:05.578 Warning (D:/home/sid_1620142/farmingSim_2025/profile/mods/FS25_Montana_4X/placeables/fermentingSiloLarge.xml): storage fillType 'DRYGRASS_WINDROW' not used as a production input or ouput 2025-06-10 06:41:05.578 Warning (D:/home/sid_1620142/farmingSim_2025/profile/mods/FS25_Montana_4X/placeables/fermentingSiloLarge.xml): storage fillType 'FORAGE' not used as a production input or ouput 2025-06-10 06:41:05.578 Warning (D:/home/sid_1620142/farmingSim_2025/profile/mods/FS25_Montana_4X/placeables/fermentingSiloLarge.xml): storage fillType 'STRAW' not used as a production input or ouput 2025-06-10 06:41:05.579 Warning (D:/home/sid_1620142/farmingSim_2025/profile/mods/FS25_Montana_4X/placeables/fermentingSiloLarge.xml): storage fillType 'DRYALFALFA_WINDROW' not used as a production input or ouput 2025-06-10 06:41:05.579 Warning (D:/home/sid_1620142/farmingSim_2025/profile/mods/FS25_Montana_4X/placeables/fermentingSiloLarge.xml): storage fillType 'FORAGE_MIXING' not used as a production input or ouput 2025-06-10 06:41:05.579 Warning (D:/home/sid_1620142/farmingSim_2025/profile/mods/FS25_Montana_4X/placeables/fermentingSiloLarge.xml): storage fillType 'SOYBEANSTRAW' not used as a production input or ouput 2025-06-10 06:41:05.586 Warning (D:/home/sid_1620142/farmingSim_2025/profile/mods/FS25_Montana_4X/placeables/fermentingSiloLarge.xml): storage fillType 'DRYCLOVER_WINDROW' not used as a production input or ouput 2025-06-10 06:41:05.587 Warning (D:/home/sid_1620142/farmingSim_2025/profile/mods/FS25_Montana_4X/placeables/fermentingSiloLarge.xml): storage fillType 'CORN_STALKS' not used as a production input or ouput 2025-06-10 06:41:05.587 Warning (D:/home/sid_1620142/farmingSim_2025/profile/mods/FS25_Montana_4X/placeables/fermentingSiloLarge.xml): storage fillType 'DRYGRASS_WINDROW' not used as a production input or ouput 2025-06-10 06:41:05.588 Warning (D:/home/sid_1620142/farmingSim_2025/profile/mods/FS25_Montana_4X/placeables/fermentingSiloLarge.xml): storage fillType 'FORAGE' not used as a production input or ouput 2025-06-10 06:41:05.588 Warning (D:/home/sid_1620142/farmingSim_2025/profile/mods/FS25_Montana_4X/placeables/fermentingSiloLarge.xml): storage fillType 'STRAW' not used as a production input or ouput 2025-06-10 06:41:05.588 Warning (D:/home/sid_1620142/farmingSim_2025/profile/mods/FS25_Montana_4X/placeables/fermentingSiloLarge.xml): storage fillType 'DRYALFALFA_WINDROW' not used as a production input or ouput 2025-06-10 06:41:05.588 Warning (D:/home/sid_1620142/farmingSim_2025/profile/mods/FS25_Montana_4X/placeables/fermentingSiloLarge.xml): storage fillType 'FORAGE_MIXING' not used as a production input or ouput 2025-06-10 06:41:05.589 Warning (D:/home/sid_1620142/farmingSim_2025/profile/mods/FS25_Montana_4X/placeables/fermentingSiloLarge.xml): storage fillType 'SOYBEANSTRAW' not used as a production input or ouput 2025-06-10 06:41:05.606 data/placeables/brandless/constructibles/shared/propsConstructionSmall.i3d (6.54 ms)

There have been plenty of good moments along with some challenges. After spending 100 hours playing Montana, my wife decided it was time to move on. She tried to join some fields, but when she realized she couldn't, that was the turning point. First, there were issues with CoursePlay, then the propane, and now this field problem. It's such a beautiful map, but it feels frustratingly broken at times...

The map was made in a way that if you want to join fields you have to purchase field 128. That will give you all areas between the designated fields. My brother and I have done this on our server and slowly combining fields as we grow and have enough area to stay diverse on our crops. 

Right, I own Big Sky Acres, and my wife bought Snowcap Hollow Farm. When I bought 128, it included the land around my farm and hers. So, right out her back door and all the area surrounding her farm, I own it, lol; she got mad, lol.

Oh sorry for that, next time i will split the land such way that  each farm gets its own land and surrounding land to

That sounds wonderful! We truly appreciate the lovely North American map you shared with us!

Hi

It's a very nice, detailed, and not overly cluttered map.

There are a few quirks here and there, but so far I haven't noticed anything that detracts from the gaming experience.

For those who play with terraform and don't want to use it exclusively, but rather focus on farming, the smaller bumps on the map are very interesting, with some leveling out of elevation differences here and there.

So, there's something for everyone. This is the first time I've really been excited about a large map.

Hey DJ, this map is awesome, but would you make everything on the farms sellable, esp the animal pens. I was starting a farm in a different area and couldn't put down any pens until others were deleted. This put the brakes on for me at least to keep using this map. Thanks 

We are having the samepeoblem with the pens.  I am told that there are too many pens and some need to be deleted to place a new one.  I counted about 20 on the map and may have missed some but this k there may be a problem with More Animal Husbandrues mod.  Not sure so don't quote me on that.

have you installed more animal husbandry mod that i added as required mod ?

hi dj love the map, i was wondering if you could remake your oklahoma 4x map from fs19 to 25 please

Love the map, thank you! 
Manure Bins added to the cow and pig barns lose connection to their respective barns after a single-player restart.

https://thundrfs.itch.io/fs25-bug-fixer

This should fix it

Unfortunately, this script did not fix the problem. I deleted all the Manure Bunkers and readded them with the script. They connected to each barn during that play session, then lost connection to the barns after a restart.

(+1)

game crashes when gets to 100%

think its mod conflict, try with out mods to check once, then identify mod conflict

the grass wont turn into hay

(+1)

think its mod conflict, check my FB post some other person said he had same issue, cant think what mod it wa

thanks for all your hard work on this map.by far the best detailed map in fs25 loving it.especially with courseplay it’s a game changer for me on dedicated server.keep up the amazing work 

Thanks so much

hey DJ any way to make some of the buildings and stuff around farm sellable i like cows and pigs don't care much for sheep and want to use more of the farm yard for storage.

thanks for the great work mate

You wont be paid for the buildings, but you could use the object hider mod.

oh yeah forgot about that thanks

Hey DJ

I did a 10 hours livestream the 07th of June and it was so awesome, absolut love the high detailed map, thanks for all the awesome work. 
I did update the map to day to V 1.0.0.1 and it’s still not want load with Courseplay in my dedicated server via G Portal. Just would let you know. 
Farmer Mike. 

Thanks so much Farmer Mike, thats good to know, Also i think need a new save game for new version for Courseplay to work.

Ahh okay that’s not good 🤣🤣 good we are on PC so it’s possible to do things quick 😊💪

Thanks for the hint man, Courseplay is loaded with a new safe. 

Just wanna let you know it works. 

Farmer Mike

(1 edit)

LOVE the map, question is there a way to lower some of the sounds around the farms (Fermentation Silos and Bin sites) and the Garage doors for the sheds? is it in the XML of the map or placeables?

Also your Snowcap Farm Sheep barn is named incorrectly i think its called Snowcap Cow Sheep Barn. TY again

yes.we did on our version of the map. We deleted that awful plane sound 

how did you remove the sounds? i dont mind the plane the construction sound for the bins and silo is annoying for me cause it to lou

(+1)

Will reduce the sounds in next version

stuck on compiling shaders. Still wont load in with courseplay 

took courseplay out and it will load in so the whole courseplay deal is still an issue

Think with this update you need a new save game so courseplay can be loaded.

I'm hosting on a dedicated server, I've looked through server log file and not seeing any errors, yet I'm able to load in, then server crashes after 4-5 minutes, then I have to restart server. Seems to only do it on this map. Heard any others have this issue? Thanks!

can you check for any mod conflicts ? particularly any script mods that can cause this?

Hi everyone, I have a quick question. How do I update the map to a new version? Do I need to delete the old zip file in the mods folder and then move the new one into the mods folder? Do I have to start from the beginning, or can I use my old save file?

(+1)

just download this version need new save but his update didn't

fix the issue so i wouldnt do it 

this update only fixes issues with dedicated servers who wants to use Courseplay, for others you can stick the version 1.0

So after watching some videos, decided I must try this map.  What an amazing piece of work, really mind blowing.  I had already started to just slightly burn out on FS25, this map changed all that, I'm back in!

I felt I had to send a nice donation for all the work on this beauty, Paypal incoming.  :)

There is very little I would even consider changing on this map, but if I had to request anything it would be in no particular order . . .

At least one repair shop trigger at one of the garages at each farm.

The ability to sell and place the wondeful customs structures you've created.

Cow barns with the robotic feeder option.

Bale/Pallet sheds at each farm, the ones that auto store the contents. A vehicle shop in Hobson.  :)

Oh and above all else, I hope to god we won't ever have to start a new save at any time going forward.  I already have a lot of hours on this map.

Again, thanks for the hard work.  I will be sending more donations as things progress, money well spent!

Cheers!

(-1)

Thank you so much for the Donation, Thanks for the suggestions, I will definetly consider them for next map updates. 

i cant get propane loaded in too the ethanol facility can someone maybe help me?

At this moment trigger not working correctly, i will fix that for next version

(+1)

with the new update dose it require a new save game (I don't use corseplay as of rn nor play mp so don't wanna lose my save if I don't have to)

(+1)

Then you don't need new save at all

are there som shedpacks to this map?

most of them i use i built them with in my map, there should be some other mods out there

Thank you for the wonderful map! Unfortunately, I cannot thank you enough, as Paypal does not work in Russia. I have one question. In future map updates, is there a chance that you will have to start a new career?

NO problem, I am hoping not needed a new save, lets see based on the fixes i will let know

So, my cows are floating. I purchased the land in the lower right hand corner of the map. I put a cow barn in and made the valley a pasture. And the cows seem to stay in the air at the same level as the ground above where I placed the barn.

I have not see this before, while testing we may have placed barns on open plots and validated, I will try, Also try using base game barns and check if it also having same issues, there can be possibility its a mod conflict

I noticed i cant zoom in to ground level in that area either. It seems like the ground is registered to be in mid air.

(+1)

Love the map! I've held off playing fs25 because there wasn't a map that felt "right" to me. I'll be playing this one for a long time. I especially love that you added the ability to plant spring and winter wheat, canola, etc. 

Would you consider adding more crops to the map like Rye, Triticale, Millet, Spelt, Mustard, Flax, Buckwheat, Lentils, chickpeas as an example?  It's just more stuff to add to the crop rotation :)

Thank you, Will consider more crops for sure, I need to get permissiosn from other authors of the crops

Thank you for fixing Course Play I have been on this all day. My favorite Map by far!

(1 edit)

Thanks

(+1)

Beautiful map, just what is needed is a good American map with all the letters, thanks for the work

you  are welcome

Currently hosting a multi-player map on the updated version. Two friends are trying to join both stuck on loading shaders message. Should multiplayer be hosted on a dedicated server only or will a normal client multiplayer also work?

We have tested in our dedicated server was working fine with courseplay, also single player and multiplayer from ingame also working, can you confirm 2 friends also have same map version 1.0.0.1

This only works if you're starting a new save. If you have a save game already, then you will need to update the vehicle config in the save game file.

(1 edit) (+1)

Confirmed, we ended up editing the vehicles.xml file to remove all the STORE_CONFIG vehicles sitting at the vehicle shop and this fixed our issue. And yeah, we're using Courseplay.

Первое сохранение сломалось после запуска контрактов. При запуске контракта фпс упал до 10 и ничего не помогало. Даже не давало создать новую игру. Удалил сохранение, бекап сохранения и тогда все заработало. Сейчас контракты не принимаю и все работает, продолжаю наслаждаться картой. Спасибо за проделанную работу.


Is there a chance this map will be RCR?

is there any chance to get this on playstation?

no

Guys, Map updated to fix one critical issue with Multiplayer on dedicated servers, Will not impact single player mode

Version 1.0.0.1:

Fixed issue where loading map in dedicated server gets struck at 100% compiling shaders. Updated the property type of store vehicles now so map works with Courseplay on Multiplayer. 

is there a change log for this update?

Version 1.0.0.1:

Fixed issue where loading map in dedicated server gets struck at 100% compiling shaders. Updated the property type of store vehicles now so map works with Courseplay on Multiplayer

is this map rowcrop ready?

no it is not

Viewing most recent comments 13 to 52 of 238 · Next page · Previous page · First page · Last page