Farming Simulator 22

Farming Simulator 22

Not enough ratings
How to adjust Temperatures (More Snow)
By Officially2004inc
This guide is for those who wants More or Less Snow, Lower or Higher Temperatures, or just wants to set the temperature to 5000 Celsius.


Important Note:
You Have to Edit Base Game XML Files!!!
Make Sure to make Backups before continuing!!!
   
Award
Favorite
Favorited
Unfavorite
Recommended Tools & Disclaimer
Recommended Tools
I highly recommend a Code Editor, such as Visual Studio: Code, as you will need to edit an XML file, which has over 680 lines of code.

Disclaimer
In this guide, you will need to edit Base Game files. If you do not feel comfortable doing so, I recommend NOT continuing. This is for those who truly want colder temperatures so snow won't melt all the time.

I AM NOT RESPONSIBLE FOR ANY DAMAGES TO YOUR GAME.
If you have a game breaking issue, just delete the environment.xml file, either replace it with the back up file, or verify the game with Steam.
Locating the environment.xml file
Locating the file
Base Game File Location
Firstly, this guide is for the Steam version. The Disc or Downloaded version should be the same, besides the location of the main directory. Now, with that being said, let's get to work!

Alrighty, first thing you want to do is head to your Main Game Directory, should be something like:
"C:\Program Files (x86)\Steam\steamapps\common\Farming Simulator 22", unless if you installed it to another location.

Mod Maps Location
Within the map's .ZIP archive (from your Mods folder), look for "maps" > "mapUS" > environment.xml
Example: "FS22_ElkMtnWyoming.zip/maps/mapUS"

Now, head into the "data" folder.


Now, head into the "maps" folder.


Now, depending on the map, you will have to go into either "mapFR" or "mapUS",
NOTE: mapFR is for European Maps, while mapUS is for US base Maps.


Now from there, locate and open in a Code Editor, the "environment.xml" file.
Editing the environment.xml file
Backing up the file
This is Extremely important!!!
Always back up any base game file you are going to be editing data in!!!
Super simple, Copy the file, and Paste it on your desktop or something like that.

Now with the file open, you should see the following first:


Now head to line 605, aka the Winter Season section


Now, starting with line 607, you should see "minTemperature" and "maxTemperature" setting

Now adjust the values minTemperature="-6" and maxtemperature="10" to something more cold. I did minTemperature="-23" and maxtemperature="-1"


Now do this for all of the weather options under the Winter season section.
Lines that contain the values you have to change:
  • 607
  • 612
  • 617
  • 622
  • 629
  • 634
  • 639
  • 644
  • 653
  • 659
  • 665
  • 671
Extra + My Preset
My Preset
<season name="winter"> <object typeName="SUN" class="WeatherObject" weight="4"> <variation weight="1" minHours="6" maxHours="12" minTemperature="-23" maxTemperature="1"> <clouds presetId="SUNNY_BLUE_SKY" /> <wind angle="194" speed="8" cirrusSpeedFactor="0.80" /> </variation> <variation weight="1" minHours="6" maxHours="12" minTemperature="-23" maxTemperature="1"> <clouds presetId="SUNNY_LIGHT_CLOUDS_1" /> <wind angle="258" speed="12" cirrusSpeedFactor="0.80" /> </variation> <variation weight="1" minHours="8" maxHours="12" minTemperature="-23" maxTemperature="0"> <clouds presetId="SUNNY_LIGHT_CLOUDS_2" /> <wind angle="247" speed="14" cirrusSpeedFactor="0.80" /> </variation> <variation weight="1" minHours="8" maxHours="12" minTemperature="-23" maxTemperature="0"> <clouds presetId="SUNNY_LIGHT_CLOUDS_3" /> <wind angle="202" speed="17" cirrusSpeedFactor="0.80" /> </variation> </object> <object typeName="CLOUDY" class="WeatherObject" weight="7"> <variation weight="1" minHours="5" maxHours="10" minTemperature="-23" maxTemperature="-1"> <clouds presetId="CLOUDY_LIGHT" /> <wind angle="264" speed="21" cirrusSpeedFactor="0.80" /> </variation> <variation weight="1" minHours="5" maxHours="10" minTemperature="-25" maxTemperature="-2"> <clouds presetId="CLOUDY" /> <wind angle="314" speed="25" cirrusSpeedFactor="0.80" /> </variation> <variation weight="1" minHours="5" maxHours="10" minTemperature="-27" maxTemperature="-3"> <clouds presetId="CLOUDY_MEDIUM" /> <wind angle="336" speed="28" cirrusSpeedFactor="0.80" /> </variation> <variation weight="1" minHours="5" maxHours="10" minTemperature="-30" maxTemperature="-4"> <clouds presetId="CLOUDY_DENSE" /> <wind angle="358" speed="32" cirrusSpeedFactor="0.80" /> </variation> </object> <object typeName="SNOW" class="WeatherObjectRain" weight="5"> <rain filename="$data/sky/snow.i3d" /> <variation weight="1" minHours="4" maxHours="8" minTemperature="-23" maxTemperature="-3"> <clouds presetId="RAIN_1" /> <rain dropScale="0.5" /> <wind angle="64" speed="12" cirrusSpeedFactor="0.80" /> </variation> <variation weight="1" minHours="4" maxHours="8" minTemperature="-25" maxTemperature="-4"> <clouds presetId="RAIN_2" /> <rain dropScale="0.8" /> <wind angle="37" speed="23" cirrusSpeedFactor="0.80" /> </variation> <variation weight="1" minHours="4" maxHours="8" minTemperature="-27" maxTemperature="-5"> <clouds presetId="RAIN_3" /> <rain dropScale="1" /> <wind angle="97" speed="41" cirrusSpeedFactor="0.80" /> </variation> <variation weight="1" minHours="1" maxHours="3" minTemperature="-30" maxTemperature="-6"> <clouds presetId="RAIN_4" /> <rain dropScale="1" /> <wind angle="83" speed="62" cirrusSpeedFactor="0.80" /> </variation> </object> </season>
Copy and Replace lines 605 to 678.

Closing
I hope this guide helps everyone at making the temperatures more realistic for their playthroughs.

Support
I offer limited support in the comments here. If you want more in-depth support on This Guide, contact me on Discord, Officialy2004inc#2004. Best way is to join my Discord.

I DO NOT OFFER SUPPORT FOR ANY OTHER ISSUE THAT IS NOT RELATED TO MY GUIDES OR MODS.
AKA, Mod Conflicts, issues with other's modifications, etc.

My Discord (dA89J4rZmv)[discord.gg]
Changes
Change Log:
Change #1:
  • Added Mod Maps, environment.xml file location with example. Thank you to Adam F. from WMF for the suggestion!
1 Comments
Thuggiestylez May 3, 2022 @ 1:04am 
breaks Multiplayer, best is to make a mod of the map you prefer with Giants editor if using stock maps! Good overall guide otherwise