Silo content in xml files?

Highsider
Posts: 64
Joined: Fri Oct 27, 2017 10:31 am

Silo content in xml files?

Post by Highsider »

I'd like to know where you could find the numbers for the content in your silo's.
I'd like to switch farmyards, but rather not drive everything from one silo to another. As this would take me a long time.
Where can you find the code to change this, what xml file contains this?
Thx in advance.
User avatar
DukaSoft
Posts: 503
Joined: Mon May 04, 2015 2:12 pm

Re: Silo content in xml files?

Post by DukaSoft »

Vehicles.xml is what you're looking for

Example of what you're looking for in the file:

Code: Select all

<onCreateLoadedObject saveId="Storage_siloTrigger02">
       <node fillType="wheat" fillLevel="16401.3203125" />
       <node fillType="barley" fillLevel="0" />
       <node fillType="rape" fillLevel="0" />
       <node fillType="sunflower" fillLevel="0" />
       <node fillType="soybean" fillLevel="0" />
       <node fillType="maize" fillLevel="0" />
</onCreateLoadedObject>
Remember to make a copy of the file before editing, just in case :wink3:
PC User
Specs:
Intel i7-6700k @4.00Ghz
Nvidia Geforce GTX 1070
16GB - 2133MHz RAM
Windows 10 Pro 64bit
Highsider
Posts: 64
Joined: Fri Oct 27, 2017 10:31 am

Re: Silo content in xml files?

Post by Highsider »

Thx, worked like a charm :smileynew:
This will make my future gaming on FS17 even more fun, thank you *thumbsup*
Post Reply