PMC Farming Simulator Settings

Users Directory

User Settings Directory

In their stupidity farming simulator 17 devs decided to put user settings / saves and even damn MODS (sigh) into this one main directory... which is under windows c:\users\ dir... deep sigh... most people have C: operating system drive as small SSD and there is not enough space for gigabytes of mods Smiley :(

Settings dir:

C:\Users\YOURNAME\Documents\My Games\FarmingSimulator2017\

Every path and file name in this page references to this idiotic dir, so add it to the beginning of the stuff listed below.

Controls

Print Screen button conflicts with FRAPS or other screenshotting software, so open:

inputBinding.xml

file and edit TAKE_SCREENSHOT value there to empty. Now the game wont take screenshots.

Mouse sensitivity, to change the ridiculously slow movement in camera view, change:

	mouseSensitivityScaleX="6.000000" mouseSensitivityScaleY="6.000000"

Note that when you change in-game settings, the inputBinding.xml file's mouse sensitivity gets resetted to default, so every time you change settings you have to re-edit this xml file.

Music

I think there is few "radio channel" music stuffs in the game itself, but you can add local MP3 files and internet radio stations. However its 2017 and people use their favorite software / sites to listen to music, its kind of moot point to have such feature in-game, but here are the details how to use that feature.

Directory

In this directory you'll find the XML config file for streaming radio stations links or where you place your MP3 files (or windows short-cuts).

Music\

Local MP3 Files

Place the files in this dir or short-cut into those directories. Sub dirs are also supported.

Radio Stations

URLs ending in .mp3 .m3u or .pls are supported for streaming radio stations.

However you cannot have game .EXE blocked by firewall obviously in this case.

Stream URLs:

streamingInternetRadios.xml

For example some psychobilly:

	<streamingInternetRadio href="http://listen.radionomy.com/rockin-devilradio.m3u" />
	<streamingInternetRadio href="http://listen.radionomy.com/rockin-therapy-radio.m3u" />
	<streamingInternetRadio href="http://listen.radionomy.com/surfabillyfreakout.m3u" />
	<streamingInternetRadio href="http://uk6.internet-radio.com:8465/listen.pls&t=.m3u" />
	<streamingInternetRadio href="http://listen.shoutcast.com/113fmbigkickin-country.m3u" />

That is how you setup music / radio channels in-game.

Savegame directories are located in:

"C:\Users\USERNAME\Documents\My Games\FarmingSimulator2017\savegame1"

And going from savegame1 to savegame20.

If you need to organize your saves so that lets say you dont have to scroll to your latest save everytime to position 15, you can simply swap the contents of savegame1 and savegame15.

Always nice to have your often used save, or perhaps if you keep slot 1 free for testing of all kinds of mods and maps then you dont have to scroll to the first free savegame slot.

Developer Mode

game.xml at bottom you'll find <development> parameter, set this to TRUE. Development mode: tilde is console log. F5 is the view trigger wireframe mode. F2 framerates.

Graphical Settings

Normal graphics options are in the options menu in-game, but you can also change the LOD and view distance settings from the game.xml file to increased numbers depending on your hardware capabilities.

These control the detail LOD distance stuff, default is 2. My nVidia GTX Titan X started to stutter with value 8.

	<lodDistanceCoeff>4.000000</lodDistanceCoeff>
	<foliageViewDistanceCoeff>4.000000</foliageViewDistanceCoeff>
	<foliageDensitySlider>1.000000</foliageDensitySlider>
	<viewDistanceCoeff>4.000000</viewDistanceCoeff>

Custom MOD Directory

Sometimes its useful to be able to map mod directory to whatever you want instead of the game default on c:\users\, here is how you customize it.

	<modsDirectoryOverride active="false" directory="C:/Temp"/>