How to get a customized crop calendar for each savegame

User avatar
kahfs
Posts: 489
Joined: Fri Nov 11, 2016 8:08 am

How to get a customized crop calendar for each savegame

Post by kahfs »

Dear all,

If you are interested in creating customized crop calendars for each of your savegames, please try out version 1.0.0.7 of RealLifeNumbers.
RealLifeNumbers is a collection of independent scripts. You can comment out the ones you don't want to use in the modDesc.xml file.

The cropGrowth script just asks you to specify the seed month and the harvest month for each crop in an xml file. The script will then adjust the growth transitions accordingly.

The script has been tested on a few scenarios. But the number of scenarios is almost infinite, so let me know if you come across something that doesn't work.

Warning. The script may alter the harvest month of your crops. Crops that are already seeded in your game may not reach the harvest state in the correct harvest month. This is a transitional challenge. Crops seeded after activation of the script will progess as intended.

Here is a view of the xml file with a winter and a spring crop cycle for oat and two sequential cycles for potato.

Code: Select all

<fruit name="oat">
	<cycle1 seedMonth="9"   harvestMonth="6"		firstDormantMonth="11"	 	lastDormantMonth="1" />
	<cycle2 seedMonth="4"  	harvestMonth="8"	 	firstDormantMonth="0"	 	lastDormantMonth="0" />
	<options autoGenerate="true"	needsRolling="true"	growthRequiresLime="true" 	consumesLime="true"/>
</fruit>
<fruit name="potato">
	<cycle1 seedMonth="3"   harvestMonth="6"		firstDormantMonth="0"	 	lastDormantMonth="0" />
	<cycle2 seedMonth="7"  	harvestMonth="10"	 	firstDormantMonth="0"	 	lastDormantMonth="0" />
	<options autoGenerate="true"	needsRolling="false"	growthRequiresLime="true" 	consumesLime="true"/>
</fruit>
There are two independent crop cycles for each crop.
You can use one cycle for fall seeding and another for spring seeding. You can have two parallel cycles with different spring seeding months, or you can have two sequential cycles, one in early spring and one starting mid summer (like for potato in the table above).

Here is a growth transition table as it is printed to the log file. The numbers in the table are growth states.

Code: Select all


                        =              Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
   WHEAT                  cycle-   1     2   2   3   4   5   7   8   9   9   1   2   2
   WHEAT                  cycle-   2     9   9   9   1   2   3   7   8   9   9   9   9
   BARLEY                 cycle-   1     2   2   3   4   5   6   7   8   8   1   2   2
   BARLEY                 cycle-   2     8   8   8   1   2   3   6   7   8   8   8   8
   CANOLA                 cycle-   1     2   2   3   4   5   6   8   9  10   1   2   2
   CANOLA                 cycle-   2    10  10   1   2   3   4   5   8   9  10  10  10
   OAT                    cycle-   1     2   2   2   3   4   5   6   6   1   2   2   2
   OAT                    cycle-   2     6   6   6   1   2   3   4   5   6   6   6   6
   MAIZE                  cycle-   1     8   8   8   1   2   3   4   5   6   7   8   8
   MAIZE                  cycle-   2     8   8   8   8   1   2   3   4   5   6   7   8
   SUNFLOWER              cycle-   1     9   9   9   1   2   3   4   5   6   7   8   9
   SUNFLOWER              cycle-   2     9   9   9   1   2   3   4   5   6   7   8   9
   SOYBEAN                cycle-   1     8   8   8   1   2   3   4   5   6   7   8   8
   SOYBEAN                cycle-   2     8   8   8   8   1   2   3   4   5   6   7   8
   POTATO                 cycle-   1     7   7   1   2   5   6   7   7   7   7   7   7
   POTATO                 cycle-   2     7   7   7   7   7   7   1   2   5   6   7   7
   SUGARBEET              cycle-   1     9   9   1   2   2   3   4   5   6   7   8   9
   SUGARBEET              cycle-   2     9   9   1   2   2   3   4   5   6   7   8   9
   SUGARCANE              cycle-   1     9   9   9   9   9   1   2   7   8   9   9   9
   SUGARCANE              cycle-   2     9   9   9   9   9   1   2   7   8   9   9   9
   COTTON                 cycle-   1    10  10  10  10  10   1   2   8   9  10  10  10
   COTTON                 cycle-   2    10  10  10  10  10   1   2   8   9  10  10  10
   SORGHUM                cycle-   1     6   6   6   1   2   3   4   5   6   6   6   6
   SORGHUM                cycle-   2     6   6   6   6   1   2   3   4   5   6   6   6
The distribution file contains data files for crop calendars in different US states and EU member countries.

The mod is available as a direct download from www.modhoster.com.
The mod is not written for multiuser game and has not been tested in multiuser mode.

Edit don_apple: topic moved from "General Discussion" to "Guides & Tipps".
K. Henneberg/ArmChairFarming. Author of RealLifeNumbers (FS19, FS22)
User avatar
kahfs
Posts: 489
Joined: Fri Nov 11, 2016 8:08 am

Re: How to get a customized crop calendar for each savegame

Post by kahfs »

RealLifeNumbers is a collection of independent scripts, enabling the user to adjust parameter values to a certain region, state or country.

Here is a shortened version of the log file. The full log file has data for all animal subtypes and for all fruit types.

Code: Select all


    --- RealNumbersCalendarInfo.lua started : press lAlt-rt --- 


    --- Haut-Beyleron --- 

   current year                             =         3      
   current Season                           =         1      
   current period                           =         4      
   current month                            =         6      
   current year                             =         3      
   current Day In Season                    =         1      
   days Per Period                          =         1      
   current Day In Period                    =         1      
   current Monotonic Day                    =        28      
   currentDay                               =        28      
   current Hour                             =         0      
   current Minute                           =        36      

    --- RealNumbersCalendarInfo.lua updates every 10 min --- 


    --- RealNumbersFieldPrices.lua started : press lAlt-rf --- 


    --- my XML file is used --- 


    --- Haut-Beyleron --- 

   Loading file:
   C:/Users/kaj-a.DESKTOP-7EIP1OQ/Documents/My Games/FarmingSimulator2022/modSettings/RealLifeNumbers/savegame5/my_farmLand.xml
    
   Price Per hectar               =     25000     €
   Price scale for renting        =        0.0300  
   Field rent allowed             =  true  
   Rentable farmland id : 2
   Rentable farmland id : 5
   Rentable farmland id : 9
   Rentable farmland id : 13
   Rentable farmland id : 15
   Rentable farmland id : 18
   Rentable farmland id : 21
   Rentable farmland id : 25
   Rentable farmland id : 29
   Rentable farmland id : 33
   Rentable farmland id : 36
   Rentable farmland id : 38
   Rentable farmland id : 40
   Rentable farmland id : 45
   Rentable farmland id : 48
   Rentable farmland id : 52
   Rentable farmland id : 55
   Rentable farmland id : 57
    End of file or does not have xml property

    --- RealNumbersFieldPrices.lua updates every 10 min --- 


    --- RealNumbersFruitTypes.lua started --- 


    --- my XML file is used --- 

   Loading file:
   C:/Users/kaj-a.DESKTOP-7EIP1OQ/Documents/My Games/FarmingSimulator2022/modSettings/RealLifeNumbers/savegame5/my_fruitTypes.xml
    
   BARLEY seedUsagePerSqm                   : default value =       0.05000 : my value =      0.02590     L/sqm
   BARLEY literPerSqm                       : default value =       0.96000 : my value =      0.52540     L/sqm
   BARLEY windrow litersPerSqm              : default value =       3.68000 : my value =      3.79650     L/sqm
    
   CANOLA seedUsagePerSqm                   : default value =       0.02000 : my value =      0.00043     L/sqm
   CANOLA literPerSqm                       : default value =       0.58000 : my value =      0.28070     L/sqm
    
   COTTON seedUsagePerSqm                   : default value =       0.05000 : my value =      0.00600     L/sqm
   COTTON literPerSqm                       : default value =       0.49700 : my value =      0.49700     L/sqm
    
   GRAPE seedUsagePerSqm                    : default value =       0.00000 : my value =      0.00000     L/sqm
   GRAPE literPerSqm                        : default value =       0.92000 : my value =      0.92000     L/sqm
    
   GRASS seedUsagePerSqm                    : default value =       0.03000 : my value =      0.00276     L/sqm
   GRASS literPerSqm                        : default value =       3.28000 : my value =      2.75880     L/sqm
   GRASS windrow litersPerSqm               : default value =       4.37000 : my value =      5.24180     L/sqm
    
   MAIZE seedUsagePerSqm                    : default value =       0.04000 : my value =      0.00380     L/sqm
   MAIZE literPerSqm                        : default value =       0.92000 : my value =      0.67210     L/sqm
    
   MEADOW seedUsagePerSqm                   : default value =       0.03000 : my value =      0.00276     L/sqm
   MEADOW literPerSqm                       : default value =       3.28000 : my value =      2.75880     L/sqm
   MEADOW windrow litersPerSqm              : default value =       4.37000 : my value =      5.24180     L/sqm
    
   OAT seedUsagePerSqm                      : default value =       0.05000 : my value =      0.02360     L/sqm
   OAT literPerSqm                          : default value =       0.57000 : my value =      0.55830     L/sqm
   OAT windrow litersPerSqm                 : default value =       3.68000 : my value =      2.68920     L/sqm
    
   OILSEEDRADISH seedUsagePerSqm            : default value =       0.01000 : my value =      0.00428     L/sqm
   OILSEEDRADISH literPerSqm                : default value =       0.99000 : my value =      0.22840     L/sqm
    
   OLIVE seedUsagePerSqm                    : default value =       0.00000 : my value =      0.00000     L/sqm
   OLIVE literPerSqm                        : default value =       0.92000 : my value =      0.92000     L/sqm
    
   POPLAR seedUsagePerSqm                   : default value =       0.15000 : my value =      0.26600     L/sqm
   POPLAR literPerSqm                       : default value =       2.82000 : my value =      1.40000     L/sqm
    
   POTATO seedUsagePerSqm                   : default value =       0.38000 : my value =      0.24000     L/sqm
   POTATO literPerSqm                       : default value =       4.13000 : my value =      2.87440     L/sqm
    
   SORGHUM seedUsagePerSqm                  : default value =       0.02000 : my value =      0.00069     L/sqm
   SORGHUM literPerSqm                      : default value =       0.82000 : my value =      0.28600     L/sqm
    
   SOYBEAN seedUsagePerSqm                  : default value =       0.03000 : my value =      0.01030     L/sqm
   SOYBEAN literPerSqm                      : default value =       0.45000 : my value =      0.18610     L/sqm
    
   SUGARBEET seedUsagePerSqm                : default value =       0.04000 : my value =      0.00037     L/sqm
   SUGARBEET literPerSqm                    : default value =       5.78000 : my value =      5.13210     L/sqm
    
   SUGARCANE seedUsagePerSqm                : default value =       1.20000 : my value =      1.76000     L/sqm
   SUGARCANE literPerSqm                    : default value =      11.34000 : my value =     11.34000     L/sqm
    
   SUNFLOWER seedUsagePerSqm                : default value =       0.03000 : my value =      0.00363     L/sqm
   SUNFLOWER literPerSqm                    : default value =       0.52000 : my value =      0.25240     L/sqm
    
   WHEAT seedUsagePerSqm                    : default value =       0.05000 : my value =      0.02190     L/sqm
   WHEAT literPerSqm                        : default value =       0.89000 : my value =      0.49180     L/sqm
   WHEAT windrow litersPerSqm               : default value =       3.68000 : my value =      4.43900     L/sqm
    
    does not have xml property

    --- RealNumbersFruitTypes.lua finished --- 


    --- RealNumbersFillTypes.lua started --- 


    --- my XML file is used --- 

   Loading file:
   C:/Users/kaj-a.DESKTOP-7EIP1OQ/Documents/My Games/FarmingSimulator2022/modSettings/RealLifeNumbers/savegame5/my_fillTypes.xml
    
   COW_SWISS_BROWN
   COW_SWISS_BROWN massPerLiter             : default value =     600.00000 : my value =    600.00000     kg/L
   COW_SWISS_BROWN pricePerLiter            : default value =    5000.00000 : my value =   2000.00000     €/L
    
   COW_HOLSTEIN
   COW_HOLSTEIN massPerLiter                : default value =     600.00000 : my value =    600.00000     kg/L
   COW_HOLSTEIN pricePerLiter               : default value =    5000.00000 : my value =   2000.00000     €/L
    
   COW_LIMOUSIN
   COW_LIMOUSIN massPerLiter                : default value =     600.00000 : my value =    600.00000     kg/L
   COW_LIMOUSIN pricePerLiter               : default value =    5000.00000 : my value =   2200.00000     €/L
    
   COW_ANGUS
   COW_ANGUS massPerLiter                   : default value =     600.00000 : my value =    600.00000     kg/L
   COW_ANGUS pricePerLiter                  : default value =    5000.00000 : my value =   2200.00000     €/L
    
   PIG_LANDRACE
   PIG_LANDRACE massPerLiter                : default value =     120.00000 : my value =    180.00000     kg/L
   PIG_LANDRACE pricePerLiter               : default value =    3000.00000 : my value =   1500.00000     €/L
    
   PIG_BLACK_PIED
   PIG_BLACK_PIED massPerLiter              : default value =     120.00000 : my value =    180.00000     kg/L
   PIG_BLACK_PIED pricePerLiter             : default value =    3000.00000 : my value =   1500.00000     €/L
    
   PIG_BERKSHIRE
   PIG_BERKSHIRE massPerLiter               : default value =     120.00000 : my value =    180.00000     kg/L
   PIG_BERKSHIRE pricePerLiter              : default value =    3000.00000 : my value =   1500.00000     €/L
    
   SHEEP_LANDRACE
   SHEEP_LANDRACE massPerLiter              : default value =     120.00000 : my value =    120.00000     kg/L
   SHEEP_LANDRACE pricePerLiter             : default value =    4000.00000 : my value =   1500.00000     €/L
    
   SHEEP_SWISS_MOUNTAIN
   SHEEP_SWISS_MOUNTAIN massPerLiter        : default value =     120.00000 : my value =    120.00000     kg/L
   SHEEP_SWISS_MOUNTAIN pricePerLiter       : default value =    4000.00000 : my value =   1500.00000     €/L
    
   SHEEP_STEINSCHAF
   SHEEP_STEINSCHAF massPerLiter            : default value =     120.00000 : my value =    120.00000     kg/L
   SHEEP_STEINSCHAF pricePerLiter           : default value =    4000.00000 : my value =   1500.00000     €/L
    
   SHEEP_BLACK_WELSH
   SHEEP_BLACK_WELSH massPerLiter           : default value =     120.00000 : my value =    120.00000     kg/L
   SHEEP_BLACK_WELSH pricePerLiter          : default value =    4000.00000 : my value =   1500.00000     €/L
    
   HORSE_PALOMINO
   HORSE_PALOMINO massPerLiter              : default value =     600.00000 : my value =    600.00000     kg/L
   HORSE_PALOMINO pricePerLiter             : default value =       0.00000 : my value =      0.00000     €/L
    
   HORSE_BLACK
   HORSE_BLACK massPerLiter                 : default value =     600.00000 : my value =    600.00000     kg/L
   HORSE_BLACK pricePerLiter                : default value =       0.00000 : my value =      0.00000     €/L
    
   HORSE_BAY
   HORSE_BAY massPerLiter                   : default value =     600.00000 : my value =    600.00000     kg/L
   HORSE_BAY pricePerLiter                  : default value =       0.00000 : my value =      0.00000     €/L
    
   HORSE_PINTO
   HORSE_PINTO massPerLiter                 : default value =     600.00000 : my value =    600.00000     kg/L
   HORSE_PINTO pricePerLiter                : default value =       0.00000 : my value =      0.00000     €/L
    
   HORSE_SEAL_BROWN
   HORSE_SEAL_BROWN massPerLiter            : default value =     600.00000 : my value =    600.00000     kg/L
   HORSE_SEAL_BROWN pricePerLiter           : default value =       0.00000 : my value =      0.00000     €/L
    
   HORSE_GRAY
   HORSE_GRAY massPerLiter                  : default value =     600.00000 : my value =    600.00000     kg/L
   HORSE_GRAY pricePerLiter                 : default value =       0.00000 : my value =      0.00000     €/L
    
   HORSE_DUN
   HORSE_DUN massPerLiter                   : default value =     600.00000 : my value =    600.00000     kg/L
   HORSE_DUN pricePerLiter                  : default value =       0.00000 : my value =      0.00000     €/L
    
   HORSE_CHESTNUT
   HORSE_CHESTNUT massPerLiter              : default value =     600.00000 : my value =    600.00000     kg/L
   HORSE_CHESTNUT pricePerLiter             : default value =       0.00000 : my value =      0.00000     €/L
    
   CHICKEN
   CHICKEN massPerLiter                     : default value =       3.00000 : my value =      3.00000     kg/L
   CHICKEN pricePerLiter                    : default value =       0.00000 : my value =      0.00000     €/L
    
   CHICKEN_ROOSTER
   CHICKEN_ROOSTER massPerLiter             : default value =       3.00000 : my value =      3.00000     kg/L
   CHICKEN_ROOSTER pricePerLiter            : default value =       0.00000 : my value =      0.00000     €/L
    
   EGG
   EGG massPerLiter                         : default value =       0.20000 : my value =      0.20000     kg/L
   EGG pricePerLiter                        : default value =       1.12000 : my value =      1.70000     €/L
    
   WOOL
   WOOL massPerLiter                        : default value =       0.10000 : my value =      0.37500     kg/L
   WOOL pricePerLiter                       : default value =       0.94000 : my value =      0.19300     €/L
    
   MILK
   MILK massPerLiter                        : default value =       1.00000 : my value =      1.02500     kg/L
   MILK pricePerLiter                       : default value =       0.70000 : my value =      0.33500     €/L
    
   BARLEY
   BARLEY massPerLiter                      : default value =       0.68000 : my value =      0.61800     kg/L
   BARLEY pricePerLiter                     : default value =       0.31300 : my value =      0.09800     €/L
    
   CANOLA
   CANOLA massPerLiter                      : default value =       0.60000 : my value =      0.64400     kg/L
   CANOLA pricePerLiter                     : default value =       0.60300 : my value =      0.24100     €/L
    
   COTTON
   COTTON massPerLiter                      : default value =       0.23000 : my value =      0.23000     kg/L
   COTTON pricePerLiter                     : default value =       1.25200 : my value =      0.10200     €/L
    
   GRAPE
   GRAPE massPerLiter                       : default value =       0.60000 : my value =      0.60000     kg/L
   GRAPE pricePerLiter                      : default value =       0.60300 : my value =      0.20000     €/L
    
   MAIZE
   MAIZE massPerLiter                       : default value =       0.80000 : my value =      0.72100     kg/L
   MAIZE pricePerLiter                      : default value =       0.38000 : my value =      0.12500     €/L
    
   OAT
   OAT massPerLiter                         : default value =       0.50000 : my value =      0.41200     kg/L
   OAT pricePerLiter                        : default value =       0.53200 : my value =      0.06700     €/L
    
   OILSEEDRADISH
   OILSEEDRADISH massPerLiter               : default value =       0.41000 : my value =      0.80000     kg/L
   OILSEEDRADISH pricePerLiter              : default value =       0.25000 : my value =      0.00010     €/L
    
   OLIVE
   OLIVE massPerLiter                       : default value =       0.60000 : my value =      0.60000     kg/L
   OLIVE pricePerLiter                      : default value =       0.60300 : my value =      0.20000     €/L
    
   POPLAR
   POPLAR massPerLiter                      : default value =       0.40000 : my value =      0.40000     kg/L
   POPLAR pricePerLiter                     : default value =       0.04000 : my value =      0.04000     €/L
    
   POTATO
   POTATO massPerLiter                      : default value =       0.75000 : my value =      0.75000     kg/L
   POTATO pricePerLiter                     : default value =       0.17200 : my value =      0.13700     €/L
    
   SORGHUM
   SORGHUM massPerLiter                     : default value =       0.85000 : my value =      0.72100     kg/L
   SORGHUM pricePerLiter                    : default value =       0.43000 : my value =      0.13100     €/L
    
   SOYBEAN
   SOYBEAN massPerLiter                     : default value =       0.70000 : my value =      0.77200     kg/L
   SOYBEAN pricePerLiter                    : default value =       0.77800 : my value =      0.25400     €/L
    
   SUGARBEET
   SUGARBEET massPerLiter                   : default value =       0.70000 : my value =      0.70000     kg/L
   SUGARBEET pricePerLiter                  : default value =       0.12200 : my value =      0.01900     €/L
    
   SUGARBEET_CUT
   SUGARBEET_CUT massPerLiter               : default value =       0.70000 : my value =      0.70000     kg/L
   SUGARBEET_CUT pricePerLiter              : default value =       0.17200 : my value =      0.02500     €/L
    
   SUGARCANE
   SUGARCANE massPerLiter                   : default value =       0.18000 : my value =      0.18000     kg/L
   SUGARCANE pricePerLiter                  : default value =       0.11900 : my value =      0.03200     €/L
    
   SUNFLOWER
   SUNFLOWER massPerLiter                   : default value =       0.35000 : my value =      0.41200     kg/L
   SUNFLOWER pricePerLiter                  : default value =       0.67300 : my value =      0.13000     €/L
    
   WHEAT
   WHEAT massPerLiter                       : default value =       0.78000 : my value =      0.77200     kg/L
   WHEAT pricePerLiter                      : default value =       0.33700 : my value =      0.16400     €/L
    
   DIGESTATE
   DIGESTATE massPerLiter                   : default value =       0.90000 : my value =      0.90000     kg/L
   DIGESTATE pricePerLiter                  : default value =       0.03300 : my value =      0.00720     €/L
    
   FERTILIZER
   FERTILIZER massPerLiter                  : default value =       0.80000 : my value =      0.80000     kg/L
   FERTILIZER pricePerLiter                 : default value =       1.60000 : my value =      0.18000     €/L
    
   HERBICIDE
   HERBICIDE massPerLiter                   : default value =       1.00000 : my value =      1.00000     kg/L
   HERBICIDE pricePerLiter                  : default value =       1.20000 : my value =      0.27000     €/L
    
   LIME
   LIME massPerLiter                        : default value =       1.20000 : my value =      1.20000     kg/L
   LIME pricePerLiter                       : default value =       0.22500 : my value =      0.02020     €/L
    
   LIQUIDFERTILIZER
   LIQUIDFERTILIZER massPerLiter            : default value =       1.00000 : my value =      1.30000     kg/L
   LIQUIDFERTILIZER pricePerLiter           : default value =       1.20000 : my value =      0.66000     €/L
    
   LIQUIDMANURE
   LIQUIDMANURE massPerLiter                : default value =       0.90000 : my value =      0.90000     kg/L
   LIQUIDMANURE pricePerLiter               : default value =       0.03300 : my value =      0.00330     €/L
    
   MANURE
   MANURE massPerLiter                      : default value =       0.70000 : my value =      0.60000     kg/L
   MANURE pricePerLiter                     : default value =       0.03300 : my value =      0.00230     €/L
    
   ROUNDBALE
   ROUNDBALE massPerLiter                   : default value =     300.00000 : my value =    300.00000     kg/L
   ROUNDBALE pricePerLiter                  : default value =       1.00000 : my value =      0.02600     €/L
    
   ROUNDBALE_GRASS
   ROUNDBALE_GRASS massPerLiter             : default value =     300.00000 : my value =    300.00000     kg/L
   ROUNDBALE_GRASS pricePerLiter            : default value =       1.00000 : my value =      0.02000     €/L
    
   ROUNDBALE_DRYGRASS
   ROUNDBALE_DRYGRASS massPerLiter          : default value =     300.00000 : my value =    300.00000     kg/L
   ROUNDBALE_DRYGRASS pricePerLiter         : default value =       1.00000 : my value =      0.02600     €/L
    
   ROUNDBALE_COTTON
   ROUNDBALE_COTTON massPerLiter            : default value =     300.00000 : my value =    300.00000     kg/L
   ROUNDBALE_COTTON pricePerLiter           : default value =       1.00000 : my value =      0.10000     €/L
    
   ROUNDBALE_WOOD
   ROUNDBALE_WOOD massPerLiter              : default value =     300.00000 : my value =    300.00000     kg/L
   ROUNDBALE_WOOD pricePerLiter             : default value =       1.00000 : my value =      0.30000     €/L
    
   SQUAREBALE
   SQUAREBALE massPerLiter                  : default value =     300.00000 : my value =    300.00000     kg/L
   SQUAREBALE pricePerLiter                 : default value =       1.00000 : my value =      0.02000     €/L
    
   SQUAREBALE_GRASS
   SQUAREBALE_GRASS massPerLiter            : default value =     300.00000 : my value =    300.00000     kg/L
   SQUAREBALE_GRASS pricePerLiter           : default value =       1.00000 : my value =      0.02000     €/L
    
   SQUAREBALE_DRYGRASS
   SQUAREBALE_DRYGRASS massPerLiter         : default value =     300.00000 : my value =    300.00000     kg/L
   SQUAREBALE_DRYGRASS pricePerLiter        : default value =       1.00000 : my value =      0.02600     €/L
    
   SQUAREBALE_COTTON
   SQUAREBALE_COTTON massPerLiter           : default value =     300.00000 : my value =    300.00000     kg/L
   SQUAREBALE_COTTON pricePerLiter          : default value =       1.00000 : my value =      0.10000     €/L
    
   SQUAREBALE_WOOD
   SQUAREBALE_WOOD massPerLiter             : default value =     300.00000 : my value =    300.00000     kg/L
   SQUAREBALE_WOOD pricePerLiter            : default value =       1.00000 : my value =      0.30000     €/L
    
   CHAFF
   CHAFF massPerLiter                       : default value =       0.30000 : my value =      0.39000     kg/L
   CHAFF pricePerLiter                      : default value =       0.04200 : my value =      0.02580     €/L
    
   FORAGE
   FORAGE massPerLiter                      : default value =       0.30000 : my value =      0.39000     kg/L
   FORAGE pricePerLiter                     : default value =       0.04200 : my value =      0.02500     €/L
    
   FORAGE_MIXING
   FORAGE_MIXING massPerLiter               : default value =       0.30000 : my value =      0.39000     kg/L
   FORAGE_MIXING pricePerLiter              : default value =       0.03900 : my value =      0.02500     €/L
    
   GRASS
   GRASS massPerLiter                       : default value =       0.30000 : my value =      0.39000     kg/L
   GRASS pricePerLiter                      : default value =       0.04500 : my value =      0.02000     €/L
    
   GRASS_WINDROW
   GRASS_WINDROW massPerLiter               : default value =       0.30000 : my value =      0.39000     kg/L
   GRASS_WINDROW pricePerLiter              : default value =       0.04500 : my value =      0.02000     €/L
    
   DRYGRASS
   DRYGRASS massPerLiter                    : default value =       0.07000 : my value =      0.07000     kg/L
   DRYGRASS pricePerLiter                   : default value =       0.04800 : my value =      0.02000     €/L
    
   DRYGRASS_WINDROW
   DRYGRASS_WINDROW massPerLiter            : default value =       0.07000 : my value =      0.07000     kg/L
   DRYGRASS_WINDROW pricePerLiter           : default value =       0.05600 : my value =      0.02300     €/L
    
   MEADOW
   MEADOW massPerLiter                      : default value =       0.30000 : my value =      0.39000     kg/L
   MEADOW pricePerLiter                     : default value =       0.00000 : my value =      0.00000     €/L
    
   PIGFOOD
   PIGFOOD massPerLiter                     : default value =       0.65000 : my value =      0.67900     kg/L
   PIGFOOD pricePerLiter                    : default value =       1.40000 : my value =      0.20600     €/L
    
   SILAGE
   SILAGE massPerLiter                      : default value =       0.45000 : my value =      0.39000     kg/L
   SILAGE pricePerLiter                     : default value =       0.17100 : my value =      0.02800     €/L
    
   STRAW
   STRAW massPerLiter                       : default value =       0.06000 : my value =      0.06000     kg/L
   STRAW pricePerLiter                      : default value =       0.04100 : my value =      0.01000     €/L
    
   WATER
   WATER massPerLiter                       : default value =       1.00000 : my value =      1.00000     kg/L
   WATER pricePerLiter                      : default value =       0.10000 : my value =      0.01000     €/L
    
   AIR
   AIR massPerLiter                         : default value =       0.00000 : my value =      0.00000     kg/L
   AIR pricePerLiter                        : default value =       0.00000 : my value =      0.00000     €/L
    
   BOARDS
   BOARDS massPerLiter                      : default value =       1.00000 : my value =      1.00000     kg/L
   BOARDS pricePerLiter                     : default value =       1.30000 : my value =      1.30000     €/L
    
   BREAD
   BREAD massPerLiter                       : default value =       0.25000 : my value =      0.25000     kg/L
   BREAD pricePerLiter                      : default value =       1.52000 : my value =      1.52000     €/L
    
   BUTTER
   BUTTER massPerLiter                      : default value =       0.90000 : my value =      0.50000     kg/L
   BUTTER pricePerLiter                     : default value =       0.90000 : my value =      5.00000     €/L
    
   CAKE
   CAKE massPerLiter                        : default value =       0.85000 : my value =      0.85000     kg/L
   CAKE pricePerLiter                       : default value =       3.30000 : my value =      3.30000     €/L
    
   CANOLA_OIL
   CANOLA_OIL massPerLiter                  : default value =       0.90000 : my value =      0.90000     kg/L
   CANOLA_OIL pricePerLiter                 : default value =       1.64000 : my value =      1.00000     €/L
    
   CEREAL
   CEREAL massPerLiter                      : default value =       0.60000 : my value =      0.60000     kg/L
   CEREAL pricePerLiter                     : default value =       2.35000 : my value =      1.35000     €/L
    
   CHEESE
   CHEESE massPerLiter                      : default value =       0.50000 : my value =      0.50000     kg/L
   CHEESE pricePerLiter                     : default value =       1.80000 : my value =      1.98400     €/L
    
   CHOCOLATE
   CHOCOLATE massPerLiter                   : default value =       1.00000 : my value =      1.00000     kg/L
   CHOCOLATE pricePerLiter                  : default value =       2.00000 : my value =      2.00000     €/L
    
   CLOTHES
   CLOTHES massPerLiter                     : default value =       0.30000 : my value =      0.30000     kg/L
   CLOTHES pricePerLiter                    : default value =       8.00000 : my value =      3.00000     €/L
    
   DEF
   DEF massPerLiter                         : default value =       1.00000 : my value =      1.00000     kg/L
   DEF pricePerLiter                        : default value =       1.25000 : my value =      1.25000     €/L
    
   DIESEL
   DIESEL massPerLiter                      : default value =       1.00000 : my value =      0.85000     kg/L
   DIESEL pricePerLiter                     : default value =       1.25000 : my value =      0.80900     €/L
    
   ELECTRICCHARGE
   ELECTRICCHARGE massPerLiter              : default value =       0.00000 : my value =      0.00000     kg/L
   ELECTRICCHARGE pricePerLiter             : default value =       0.35000 : my value =      0.12000     €/L
    
   FABRIC
   FABRIC massPerLiter                      : default value =       0.50000 : my value =      0.50000     kg/L
   FABRIC pricePerLiter                     : default value =       3.00000 : my value =      1.00000     €/L
    
   FLOUR
   FLOUR massPerLiter                       : default value =       0.17000 : my value =      0.56100     kg/L
   FLOUR pricePerLiter                      : default value =       0.57000 : my value =      1.23800     €/L
    
   FURNITURE
   FURNITURE massPerLiter                   : default value =       1.00000 : my value =      1.00000     kg/L
   FURNITURE pricePerLiter                  : default value =       2.00000 : my value =      2.00000     €/L
    
   GRAPEJUICE
   GRAPEJUICE massPerLiter                  : default value =       1.00000 : my value =      1.00000     kg/L
   GRAPEJUICE pricePerLiter                 : default value =       1.60000 : my value =      1.60000     €/L
    
   HONEY
   HONEY massPerLiter                       : default value =       1.45000 : my value =      1.45000     kg/L
   HONEY pricePerLiter                      : default value =       1.00000 : my value =      1.08600     €/L
    
   LETTUCE
   LETTUCE massPerLiter                     : default value =       0.70000 : my value =      0.36800     kg/L
   LETTUCE pricePerLiter                    : default value =       0.99000 : my value =      0.29900     €/L
    
   METHANE
   METHANE massPerLiter                     : default value =       0.00000 : my value =      0.00000     kg/L
   METHANE pricePerLiter                    : default value =       0.45000 : my value =      0.15000     €/L
    
   MINERAL_FEED
   MINERAL_FEED massPerLiter                : default value =       1.00000 : my value =      1.00000     kg/L
   MINERAL_FEED pricePerLiter               : default value =       1.20000 : my value =      0.40000     €/L
    
   OLIVE_OIL
   OLIVE_OIL massPerLiter                   : default value =       0.90000 : my value =      0.90000     kg/L
   OLIVE_OIL pricePerLiter                  : default value =       2.44000 : my value =      1.44000     €/L
    
   RAISINS
   RAISINS massPerLiter                     : default value =       0.64000 : my value =      0.64000     kg/L
   RAISINS pricePerLiter                    : default value =       1.40000 : my value =      1.00000     €/L
    
   ROADSALT
   ROADSALT massPerLiter                    : default value =       1.20000 : my value =      0.50000     kg/L
   ROADSALT pricePerLiter                   : default value =       0.00000 : my value =      0.33400     €/L
    
   SEEDS
   SEEDS massPerLiter                       : default value =       0.35000 : my value =      0.66000     kg/L
   SEEDS pricePerLiter                      : default value =       0.90000 : my value =      0.30000     €/L
    
   SILAGE_ADDITIVE
   SILAGE_ADDITIVE massPerLiter             : default value =       1.00000 : my value =      1.00000     kg/L
   SILAGE_ADDITIVE pricePerLiter            : default value =       1.20000 : my value =      0.40000     €/L
    
   SNOW
   SNOW massPerLiter                        : default value =       0.30000 : my value =      0.30000     kg/L
   SNOW pricePerLiter                       : default value =       0.00000 : my value =      0.00000     €/L
    
   STRAWBERRY
   STRAWBERRY massPerLiter                  : default value =       0.70000 : my value =      0.70000     kg/L
   STRAWBERRY pricePerLiter                 : default value =       0.25000 : my value =      1.45000     €/L
    
   STONE
   STONE massPerLiter                       : default value =       1.60000 : my value =      1.60000     kg/L
   STONE pricePerLiter                      : default value =       0.05000 : my value =      0.05000     €/L
    
   SUGAR
   SUGAR massPerLiter                       : default value =       0.85000 : my value =      0.85000     kg/L
   SUGAR pricePerLiter                      : default value =       0.50000 : my value =      0.23900     €/L
    
   SUNFLOWER_OIL
   SUNFLOWER_OIL massPerLiter               : default value =       0.90000 : my value =      0.90000     kg/L
   SUNFLOWER_OIL pricePerLiter              : default value =       1.78000 : my value =      1.00000     €/L
    
   TARP
   TARP massPerLiter                        : default value =       0.00000 : my value =      0.00000     kg/L
   TARP pricePerLiter                       : default value =       0.00000 : my value =      0.00000     €/L
    
   TREESAPLINGS
   TREESAPLINGS massPerLiter                : default value =       0.01000 : my value =      0.01000     kg/L
   TREESAPLINGS pricePerLiter               : default value =       0.10000 : my value =      1.00000     €/L
    
   TOMATO
   TOMATO massPerLiter                      : default value =       0.70000 : my value =      0.48000     kg/L
   TOMATO pricePerLiter                     : default value =       0.50000 : my value =      0.46200     €/L
    
   WEED
   WEED massPerLiter                        : default value =       3.00000 : my value =      3.00000     kg/L
   WEED pricePerLiter                       : default value =       0.00000 : my value =      0.00000     €/L
    
   WOODCHIPS
   WOODCHIPS massPerLiter                   : default value =       0.35000 : my value =      0.17500     kg/L
   WOODCHIPS pricePerLiter                  : default value =       0.08000 : my value =      0.08200     €/L
    
   WOOD
   WOOD massPerLiter                        : default value =       0.70000 : my value =      0.70000     kg/L
   WOOD pricePerLiter                       : default value =       1.00000 : my value =      0.33000     €/L
    
    does not have xml property

    --- RealNumbersSprayTypes.lua started --- 


    --- my XML file is used --- 

   Loading file:
   C:/Users/kaj-a.DESKTOP-7EIP1OQ/Documents/My Games/FarmingSimulator2022/modSettings/RealLifeNumbers/savegame5/my_sprayTypes.xml
    
   DIGESTATE litersPerSecond                : default value =       0.40000 : my value =      1.04480      
   FERTILIZER litersPerSecond               : default value =       0.00600 : my value =      0.00720      
   HERBICIDE litersPerSecond                : default value =       0.00810 : my value =      0.01110      
   LIME litersPerSecond                     : default value =       0.09000 : my value =      0.11340      
   LIQUIDFERTILIZER litersPerSecond         : default value =       0.00810 : my value =      0.05510      
   LIQUIDMANURE litersPerSecond             : default value =       0.40000 : my value =      1.11610      
   MANURE litersPerSecond                   : default value =       0.40000 : my value =      1.05360      

    --- RealNumbersSprayTypes.lua finished --- 


    --- RealNumbersStorePrices.lua started --- 

   Bigbag                              : WHEAT                      Volume   1000 : Price =      164     €
   Solid Fertilizer                    : FERTILIZER                 Volume   1000 : Price =      180     €
   Seeds                               : SEEDS                      Volume   1000 : Price =      300     €
   Lime                                : LIME                       Volume   2000 : Price =       40     €
   Wheat                               : WHEAT                      Volume   1000 : Price =      164     €
   Oat                                 : OAT                        Volume   1000 : Price =       67     €
   Pig Food                            : PIGFOOD                    Volume   1000 : Price =      206     €
   Road Salt                           : ROADSALT                   Volume   1000 : Price =      333     €
   Solid Fertilizer                    : FERTILIZER                 Volume   1000 : Price =      180     €
   Seeds                               : SEEDS                      Volume   1000 : Price =      300     €
   Lime                                : LIME                       Volume   2000 : Price =       40     €
   Wheat                               : WHEAT                      Volume   1000 : Price =      164     €
   Oat                                 : OAT                        Volume   1000 : Price =       67     €
   Pig Food                            : PIGFOOD                    Volume   1000 : Price =      206     €
   Road Salt                           : ROADSALT                   Volume   1000 : Price =      333     €
   BigBag                              : WHEAT                      Volume   1000 : Price =      164     €
   Korn-Kali Solid Fertilizer          : FERTILIZER                 Volume   1000 : Price =      180     €
   Seeds                               : SEEDS                      Volume   1000 : Price =      300     €
   Lime                                : LIME                       Volume   2000 : Price =       40     €
   Wheat                               : WHEAT                      Volume   1000 : Price =      164     €
   Oat                                 : OAT                        Volume   1000 : Price =       67     €
   Pig Food                            : PIGFOOD                    Volume   1000 : Price =      206     €
   Road Salt                           : ROADSALT                   Volume   1000 : Price =      333     €
   Korn-Kali Solid Fertilizer          : FERTILIZER                 Volume   1000 : Price =      180     €
   Seeds                               : SEEDS                      Volume   1000 : Price =      300     €
   Lime                                : LIME                       Volume   2000 : Price =       40     €
   Wheat                               : WHEAT                      Volume   1000 : Price =      164     €
   Oat                                 : OAT                        Volume   1000 : Price =       67     €
   Pig Food                            : PIGFOOD                    Volume   1000 : Price =      206     €
   Road Salt                           : ROADSALT                   Volume   1000 : Price =      333     €
   Liquid Fertilizer                   : LIQUIDFERTILIZER           Volume   2000 : Price =     1320     €
   Herbicide                           : HERBICIDE                  Volume   2000 : Price =      540     €
   EPSO Top Liquid Fertilizer          : LIQUIDFERTILIZER           Volume   6000 : Price =     3960     €
   Patentkali Solid Fertilizer         : FERTILIZER                 Volume    750 : Price =      135     €
   Poplar                              : POPLAR                     Volume   2000 : Price =       79     €
   Sugarcane                           : SUGARCANE                  Volume   2000 : Price =       64     €
   Tree Saplings                       : TREESAPLINGS               Volume     20 : Price =       20     €
   Seeds                               : SEEDS                      Volume   1050 : Price =      315     €
   BONSILAGE Silage Additive           : SILAGE_ADDITIVE            Volume     60 : Price =       24     €
   Bread Pallet                        : BREAD                      Volume   1000 : Price =     1519     €
   Boards Pallet                       : BOARDS                     Volume   1000 : Price =     1299     €
   Mineral Feed                        : MINERAL_FEED               Volume   1050 : Price =      420     €
   Butter Pallet                       : BUTTER                     Volume   1000 : Price =     5000     €
   Cake Pallet                         : CAKE                       Volume    400 : Price =     1319     €
   Canola Oil Pallet                   : CANOLA_OIL                 Volume   1000 : Price =     1000     €
   Cereals Pallet                      : CEREAL                     Volume   1000 : Price =     1350     €
   Cheese Pallet                       : CHEESE                     Volume   1000 : Price =     1983     €
   Chocolate Pallet                    : CHOCOLATE                  Volume   1000 : Price =     2000     €
   Clothes Pallet                      : CLOTHES                    Volume   1000 : Price =     3000     €
   Eggs                                : EGG                        Volume   1400 : Price =     2380     €
   Fabric Pallet                       : FABRIC                     Volume   1000 : Price =     1000     €
   Flour Pallet                        : FLOUR                      Volume   1000 : Price =     1238     €
   Furniture Pallet                    : FURNITURE                  Volume   1000 : Price =     2000     €
   Grape Juice Pallet                  : GRAPEJUICE                 Volume    432 : Price =      691     €
   Grape Pallet                        : GRAPE                      Volume    550 : Price =      110     €
   Honey Pallet                        : HONEY                      Volume    400 : Price =      434     €
   Lettuce Pallet                      : LETTUCE                    Volume    500 : Price =      149     €
   Olive Oil Pallet                    : OLIVE_OIL                  Volume   1000 : Price =     1440     €
   Raisins Pallet                      : RAISINS                    Volume   1000 : Price =     1000     €
   Strawberries Pallet                 : STRAWBERRY                 Volume    500 : Price =      725     €
   Sugar Pallet                        : SUGAR                      Volume   1000 : Price =      238     €
   Sunflower Oil Pallet                : SUNFLOWER_OIL              Volume   1000 : Price =     1000     €
   Tomatoes Pallet                     : TOMATO                     Volume    500 : Price =      231     €
   Wool                                : WOOL                       Volume   1000 : Price =      193     €
   Square Bale Hay                     : DRYGRASS_WINDROW           Volume   8000 : Price =      184     €
   Round Bale Hay                      : DRYGRASS_WINDROW           Volume   4500 : Price =      103     €
   Square Bale Silage                  : SILAGE                     Volume   5000 : Price =      140     €
   Round Bale Silage                   : SILAGE                     Volume   3500 : Price =       98     €
   Square Bale Straw (Wheat)           : STRAW                      Volume   9000 : Price =       89     €
   Round Bale Straw (Wheat)            : STRAW                      Volume   5000 : Price =       49     €
   Mila                                : FERTILIZER                 Volume   1000 : Price =      180     €
   Mila                                : FERTILIZER                 Volume   1000 : Price =      180     €
   Såsæd                             : SEEDS                      Volume   1000 : Price =      300     €
   Såsæd                             : SEEDS                      Volume   1000 : Price =      300     €
   Round Bale Grass                    : GRASS_WINDROW              Volume   3500 : Price =       69     €
   Square Bale Grass                   : GRASS_WINDROW              Volume   6500 : Price =      129     €
   Round Bale Straw (Wheat)            : STRAW                      Volume   7500 : Price =       74     €
   Medium Round Bale Silage            : SILAGE                     Volume   5500 : Price =      154     €
   Medium Round Bale Hay               : DRYGRASS_WINDROW           Volume   6500 : Price =      149     €
   Seeds                               : SEEDS                      Volume     50 : Price =       15     €
   Fertilizer                          : FERTILIZER                 Volume     50 : Price =        9     €
   Pallet with Saletrosan 26           : FERTILIZER                 Volume   2100 : Price =      378     €
   TMR                                 : FORAGE                     Volume   3000 : Price =       75     €
   Hay                                 : DRYGRASS_WINDROW           Volume   3000 : Price =       69     €
   Tree Saplings                       : TREESAPLINGS               Volume     20 : Price =       20     €
   Mila                                : FERTILIZER                 Volume   1000 : Price =      180     €
   Mila                                : FERTILIZER                 Volume   1000 : Price =      180     €
   Fullgjødsel                        : FERTILIZER                 Volume   1000 : Price =      180     €
   Fullgjødsel                        : FERTILIZER                 Volume   1000 : Price =      180     €

    --- RealNumbersStorePrices.lua finished --- 


    --- RealNumbersLeasing.lua started --- 


    --- RealNumbersLeasing.lua updates every 10 min --- 


    --- RealNumbersContractRewards.lua started --- 


    --- RealNumbersContractRewards.lua updates every 10 min --- 


    --- RealNumbersSellingStations started  --- 


    --- Reduces the difference between lowest and highest sell price --- 


    --- RealNumbersTreeLogPrices active --- 

   MBFT : 1000 board feet = 1000 square feet x 1 inch thick = 2.35973722 cubic meters
   Tonnes per MBFT is how many tonnes of barked tree logs is needed to produce 2.36 cubic meters of cut boards
   Price per milled MBFT is the input price. Adjust this in RealNumbersTreeLogPrices
   Random price variation is used to simulate variation in log quality
   Random price variation can be adjusted in RealNumbersTreeLogPrices.lua
   Random price variation can be turned off in RealNumbersTreeLogPrices.lua
   Fixed and variable lumber yard costs are deducted from milled wood prices
   to obtain price per MBFT for harvested and delivered logs.
   Log prices are converted to tonnes and 1000 L
    
   AMERICANELM
   AMERICANELM : wood mass density                              =        0.5600 kg/L
   AMERICANELM : Tonnes per 1000 board feet                     =        7.0000 Tonnes/MBFT
   AMERICANELM : Milled wood per MBFT                           =      1545     €/MBFT
   AMERICANELM : Lumber yard deductions                         =       203     €/MBFT
   AMERICANELM : Logs per MBFT                                  =      1342     €/MBFT
   AMERICANELM : Logs per Tonnes                                =       192     €/Tonnes
   AMERICANELM : Logs per 1000 liters                           =       107     €/1000 L
   AMERICANELM : Woodchips per liter                            =        3.4000 €/Liter
    
   ASH
   ASH : wood mass density                                      =        0.8300 kg/L
   ASH : Tonnes per 1000 board feet                             =        9.0000 Tonnes/MBFT
   ASH : Milled wood per MBFT                                   =       895     €/MBFT
   ASH : Lumber yard deductions                                 =       203     €/MBFT
   ASH : Logs per MBFT                                          =       692     €/MBFT
   ASH : Logs per Tonnes                                        =        77     €/Tonnes
   ASH : Logs per 1000 liters                                   =        64     €/1000 L
   ASH : Woodchips per liter                                    =        3.4000 €/Liter
    
   BEECH
   BEECH : wood mass density                                    =        0.8600 kg/L
   BEECH : Tonnes per 1000 board feet                           =        9.0000 Tonnes/MBFT
   BEECH : Milled wood per MBFT                                 =       383     €/MBFT
   BEECH : Lumber yard deductions                               =       203     €/MBFT
   BEECH : Logs per MBFT                                        =       180     €/MBFT
   BEECH : Logs per Tonnes                                      =        20     €/Tonnes
   BEECH : Logs per 1000 liters                                 =        17     €/1000 L
   BEECH : Woodchips per liter                                  =        3.4000 €/Liter
    
   BIRCH
   BIRCH : wood mass density                                    =        0.8600 kg/L
   BIRCH : Tonnes per 1000 board feet                           =        9.0000 Tonnes/MBFT
   BIRCH : Milled wood per MBFT                                 =       468     €/MBFT
   BIRCH : Lumber yard deductions                               =       203     €/MBFT
   BIRCH : Logs per MBFT                                        =       265     €/MBFT
   BIRCH : Logs per Tonnes                                      =        29     €/Tonnes
   BIRCH : Logs per 1000 liters                                 =        25     €/1000 L
   BIRCH : Woodchips per liter                                  =        3.2000 €/Liter
    
   CYPRESS
   CYPRESS : wood mass density                                  =        0.6500 kg/L
   CYPRESS : Tonnes per 1000 board feet                         =        7.0000 Tonnes/MBFT
   CYPRESS : Milled wood per MBFT                               =      1600     €/MBFT
   CYPRESS : Lumber yard deductions                             =       203     €/MBFT
   CYPRESS : Logs per MBFT                                      =      1397     €/MBFT
   CYPRESS : Logs per Tonnes                                    =       200     €/Tonnes
   CYPRESS : Logs per 1000 liters                               =       130     €/1000 L
   CYPRESS : Woodchips per liter                                =        3.2000 €/Liter
    
   DOWNYSERVICEBERRY
   DOWNYSERVICEBERRY : wood mass density                        =        0.8600 kg/L
   DOWNYSERVICEBERRY : Tonnes per 1000 board feet               =        9.0000 Tonnes/MBFT
   DOWNYSERVICEBERRY : Milled wood per MBFT                     =      1000     €/MBFT
   DOWNYSERVICEBERRY : Lumber yard deductions                   =       203     €/MBFT
   DOWNYSERVICEBERRY : Logs per MBFT                            =       797     €/MBFT
   DOWNYSERVICEBERRY : Logs per Tonnes                          =        89     €/Tonnes
   DOWNYSERVICEBERRY : Logs per 1000 liters                     =        76     €/1000 L
   DOWNYSERVICEBERRY : Woodchips per liter                      =        3.2000 €/Liter
    
   LARCH
   LARCH : wood mass density                                    =        0.8000 kg/L
   LARCH : Tonnes per 1000 board feet                           =        7.0000 Tonnes/MBFT
   LARCH : Milled wood per MBFT                                 =       433     €/MBFT
   LARCH : Lumber yard deductions                               =       203     €/MBFT
   LARCH : Logs per MBFT                                        =       231     €/MBFT
   LARCH : Logs per Tonnes                                      =        33     €/Tonnes
   LARCH : Logs per 1000 liters                                 =        26     €/1000 L
   LARCH : Woodchips per liter                                  =        3.0000 €/Liter
    
   LOCUST
   LOCUST : wood mass density                                   =        0.8600 kg/L
   LOCUST : Tonnes per 1000 board feet                          =        9.0000 Tonnes/MBFT
   LOCUST : Milled wood per MBFT                                =       438     €/MBFT
   LOCUST : Lumber yard deductions                              =       203     €/MBFT
   LOCUST : Logs per MBFT                                       =       235     €/MBFT
   LOCUST : Logs per Tonnes                                     =        26     €/Tonnes
   LOCUST : Logs per 1000 liters                                =        22     €/1000 L
   LOCUST : Woodchips per liter                                 =        3.8000 €/Liter
    
   MAHOGANY
   MAHOGANY : wood mass density                                 =        1.0000 kg/L
   MAHOGANY : Tonnes per 1000 board feet                        =        9.0000 Tonnes/MBFT
   MAHOGANY : Milled wood per MBFT                              =       825     €/MBFT
   MAHOGANY : Lumber yard deductions                            =       203     €/MBFT
   MAHOGANY : Logs per MBFT                                     =       623     €/MBFT
   MAHOGANY : Logs per Tonnes                                   =        69     €/Tonnes
   MAHOGANY : Logs per 1000 liters                              =        69     €/1000 L
   MAHOGANY : Woodchips per liter                               =        3.0000 €/Liter
    
   MAPLE
   MAPLE : wood mass density                                    =        0.8500 kg/L
   MAPLE : Tonnes per 1000 board feet                           =        9.0000 Tonnes/MBFT
   MAPLE : Milled wood per MBFT                                 =       829     €/MBFT
   MAPLE : Lumber yard deductions                               =       203     €/MBFT
   MAPLE : Logs per MBFT                                        =       627     €/MBFT
   MAPLE : Logs per Tonnes                                      =        70     €/Tonnes
   MAPLE : Logs per 1000 liters                                 =        59     €/1000 L
   MAPLE : Woodchips per liter                                  =        3.4000 €/Liter
    
   OAK
   OAK : wood mass density                                      =        1.0000 kg/L
   OAK : Tonnes per 1000 board feet                             =        9.0000 Tonnes/MBFT
   OAK : Milled wood per MBFT                                   =       822     €/MBFT
   OAK : Lumber yard deductions                                 =       203     €/MBFT
   OAK : Logs per MBFT                                          =       620     €/MBFT
   OAK : Logs per Tonnes                                        =        69     €/Tonnes
   OAK : Logs per 1000 liters                                   =        69     €/1000 L
   OAK : Woodchips per liter                                    =        3.4000 €/Liter
    
   OLIVETREE
   OLIVETREE : wood mass density                                =        0.9900 kg/L
   OLIVETREE : Tonnes per 1000 board feet                       =        9.0000 Tonnes/MBFT
   OLIVETREE : Milled wood per MBFT                             =      3123     €/MBFT
   OLIVETREE : Lumber yard deductions                           =       203     €/MBFT
   OLIVETREE : Logs per MBFT                                    =      2921     €/MBFT
   OLIVETREE : Logs per Tonnes                                  =       325     €/Tonnes
   OLIVETREE : Logs per 1000 liters                             =       321     €/1000 L
   OLIVETREE : Woodchips per liter                              =        3.4000 €/Liter
    
   PAGODADOGWOOD
   PAGODADOGWOOD : wood mass density                            =        0.6000 kg/L
   PAGODADOGWOOD : Tonnes per 1000 board feet                   =        7.0000 Tonnes/MBFT
   PAGODADOGWOOD : Milled wood per MBFT                         =       557     €/MBFT
   PAGODADOGWOOD : Lumber yard deductions                       =       203     €/MBFT
   PAGODADOGWOOD : Logs per MBFT                                =       355     €/MBFT
   PAGODADOGWOOD : Logs per Tonnes                              =        51     €/Tonnes
   PAGODADOGWOOD : Logs per 1000 liters                         =        30     €/1000 L
   PAGODADOGWOOD : Woodchips per liter                          =        3.0000 €/Liter
    
   PINE
   PINE : wood mass density                                     =        0.6000 kg/L
   PINE : Tonnes per 1000 board feet                            =        7.0000 Tonnes/MBFT
   PINE : Milled wood per MBFT                                  =       432     €/MBFT
   PINE : Lumber yard deductions                                =       203     €/MBFT
   PINE : Logs per MBFT                                         =       229     €/MBFT
   PINE : Logs per Tonnes                                       =        33     €/Tonnes
   PINE : Logs per 1000 liters                                  =        20     €/1000 L
   PINE : Woodchips per liter                                   =        3.0000 €/Liter
    
   POPLAR
   POPLAR : wood mass density                                   =        0.7400 kg/L
   POPLAR : Tonnes per 1000 board feet                          =        7.0000 Tonnes/MBFT
   POPLAR : Milled wood per MBFT                                =       725     €/MBFT
   POPLAR : Lumber yard deductions                              =       203     €/MBFT
   POPLAR : Logs per MBFT                                       =       523     €/MBFT
   POPLAR : Logs per Tonnes                                     =        75     €/Tonnes
   POPLAR : Logs per 1000 liters                                =        55     €/1000 L
   POPLAR : Woodchips per liter                                 =        7.5000 €/Liter
    
   SHAGBARKHICKORY
   SHAGBARKHICKORY : wood mass density                          =        0.5500 kg/L
   SHAGBARKHICKORY : Tonnes per 1000 board feet                 =        7.0000 Tonnes/MBFT
   SHAGBARKHICKORY : Milled wood per MBFT                       =      1040     €/MBFT
   SHAGBARKHICKORY : Lumber yard deductions                     =       203     €/MBFT
   SHAGBARKHICKORY : Logs per MBFT                              =       838     €/MBFT
   SHAGBARKHICKORY : Logs per Tonnes                            =       120     €/Tonnes
   SHAGBARKHICKORY : Logs per 1000 liters                       =        66     €/1000 L
   SHAGBARKHICKORY : Woodchips per liter                        =        3.0000 €/Liter
    
   SPRUCE
   SPRUCE : wood mass density                                   =        0.5500 kg/L
   SPRUCE : Tonnes per 1000 board feet                          =        7.0000 Tonnes/MBFT
   SPRUCE : Milled wood per MBFT                                =       464     €/MBFT
   SPRUCE : Lumber yard deductions                              =       203     €/MBFT
   SPRUCE : Logs per MBFT                                       =       261     €/MBFT
   SPRUCE : Logs per Tonnes                                     =        37     €/Tonnes
   SPRUCE : Logs per 1000 liters                                =        21     €/1000 L
   SPRUCE : Woodchips per liter                                 =        3.0000 €/Liter
    
   STONEPINE
   STONEPINE : wood mass density                                =        0.5500 kg/L
   STONEPINE : Tonnes per 1000 board feet                       =        7.0000 Tonnes/MBFT
   STONEPINE : Milled wood per MBFT                             =       412     €/MBFT
   STONEPINE : Lumber yard deductions                           =       203     €/MBFT
   STONEPINE : Logs per MBFT                                    =       209     €/MBFT
   STONEPINE : Logs per Tonnes                                  =        30     €/Tonnes
   STONEPINE : Logs per 1000 liters                             =        16     €/1000 L
   STONEPINE : Woodchips per liter                              =        3.0000 €/Liter
    
   WILLOW
   WILLOW : wood mass density                                   =        0.5500 kg/L
   WILLOW : Tonnes per 1000 board feet                          =        7.0000 Tonnes/MBFT
   WILLOW : Milled wood per MBFT                                =      1071     €/MBFT
   WILLOW : Lumber yard deductions                              =       203     €/MBFT
   WILLOW : Logs per MBFT                                       =       869     €/MBFT
   WILLOW : Logs per Tonnes                                     =       124     €/Tonnes
   WILLOW : Logs per 1000 liters                                =        68     €/1000 L
   WILLOW : Woodchips per liter                                 =        3.0000 €/Liter
    

    --- RealNumbersStoneScaling.lua started --- 


    --- RealNumbersStoneScaling.lua finished --- 


    --- RealNumbersAnimalScaling.lua started : press lAlt-ra --- 

    
   COW_SWISS_BROWN
   typeIndex : 1
   Type : COW

    ... buyPrice scaling ... €

   before: Age mth 0 : 200	<------ value before scaling (original game value)
   after : Age mth 0 : 75	<------ new value defined by you
   before: Age mth 24 : 2000
   after : Age mth 24 : 1200
   before: Age mth 36 : 2000
   after : Age mth 36 : 1200
   before: Age mth 60 : 1500
   after : Age mth 60 : 1000

    ... sellPrice scaling ... €

   before: Age mth 0 : 150
   after : Age mth 0 : 50
   before: Age mth 24 : 1500
   after : Age mth 3 : 325
   before: Age mth 36 : 1500
   after : Age mth 48 : 2438
   before: Age mth 60 : 1000
   after : Age mth 60 : 2438

    ... transportPrice scaling ... € 

   before: Age mth 0 : 50
   after : Age mth 0 : 10
   before: Age mth 12 : 80
   after : Age mth 12 : 16
   before: Age mth 18 : 100
   after : Age mth 18 : 20

    ... input/water scaling (Liters/month) ... 

   before: Age mth 0 : 10
   after : Age mth 0 : 180
   before: Age mth 18 : 80
   after : Age mth 18 : 920

    ... input/food scaling (Liters/month) ... 

   before: Age mth 0 : 40
   after : Age mth 0 : 106
   before: Age mth 18 : 350
   after : Age mth 48 : 1862

    ... input/straw scaling (Liters/month) ... 

   before: Age mth 0 : 10
   after : Age mth 0 : 150
   before: Age mth 18 : 95
   after : Age mth 48 : 300

    ... output/milk scaling (Liters/month) ... 

   before: Age mth 0 : 0
   after : Age mth 0 : 0
   before: Age mth 12 : 0
   after : Age mth 28 : 0
   before: Age mth 12 : 150
   after : Age mth 29 : 870

    ... output/liquidManure scaling (Liters/month) ... 

   before: Age mth 0 : 40
   after : Age mth 0 : 104
   before: Age mth 18 : 250
   after : Age mth 48 : 1828

    ... output/manure scaling (Liters/month) ... 

   before: Age mth 0 : 20
   after : Age mth 0 : 150
   before: Age mth 18 : 200
   after : Age mth 48 : 2652
    - animal has no pallets output - 
    
    
   PIG_LANDRACE
   typeIndex : 2
   Type : PIG
   ReproductionDurationMonth = 4

    ... buyPrice scaling ... €

   before: Age mth 0 : 200
   after : Age mth 0 : 25
   before: Age mth 24 : 1500
   after : Age mth 6 : 220

    ... sellPrice scaling ... €

   before: Age mth 0 : 100
   after : Age mth 0 : 25
   before: Age mth 24 : 1200
   after : Age mth 6 : 200

    ... transportPrice scaling ... € 

   before: Age mth 0 : 30
   after : Age mth 0 : 6
   before: Age mth 6 : 50
   after : Age mth 6 : 10

    ... input/water scaling (Liters/month) ... 

   before: Age mth 0 : 2
   after : Age mth 0 : 0
   before: Age mth 6 : 15
   after : Age mth 6 : 216

    ... input/food scaling (Liters/month) ... 

   before: Age mth 0 : 5
   after : Age mth 0 : 2
   before: Age mth 6 : 60
   after : Age mth 10 : 360

    ... input/straw scaling (Liters/month) ... 

   before: Age mth 0 : 5
   after : Age mth 0 : 18
   before: Age mth 6 : 20
   after : Age mth 3 : 66
    - animal has no milk output - 

    ... output/liquidManure scaling (Liters/month) ... 

   before: Age mth 0 : 30
   after : Age mth 0 : 2
   before: Age mth 6 : 65
   after : Age mth 10 : 310

    ... output/manure scaling (Liters/month) ... 

   before: Age mth 0 : 10
   after : Age mth 0 : 5
   before: Age mth 6 : 35
   after : Age mth 10 : 778
    - animal has no pallets output - 
    

    
   SHEEP_LANDRACE
   typeIndex : 3
   Type : SHEEP

    ... buyPrice scaling ... €

   before: Age mth 0 : 200
   after : Age mth 0 : 60
   before: Age mth 36 : 1500
   after : Age mth 5 : 250

    ... sellPrice scaling ... €

   before: Age mth 0 : 100
   after : Age mth 0 : 60
   before: Age mth 36 : 1000
   after : Age mth 5 : 230

    ... transportPrice scaling ... € 

   before: Age mth 0 : 30
   after : Age mth 0 : 100
   before: Age mth 8 : 50
   after : Age mth 8 : 1000

    ... input/water scaling (Liters/month) ... 

   before: Age mth 0 : 2
   after : Age mth 0 : 8
   before: Age mth 5 : 20
   after : Age mth 5 : 80

    ... input/food scaling (Liters/month) ... 

   before: Age mth 0 : 5
   after : Age mth 0 : 9
   before: Age mth 5 : 50
   after : Age mth 8 : 120
    - animal has no straw input - 
    - animal has no milk output - 
    - animal has no liquidManure output - 
    - animal has no manure output - 

    ... output/pallets scaling (Liters/month) ... 

   before: Age mth 0 : 0
   after : Age mth 0 : 0
   before: Age mth 6 : 10
   after : Age mth 6 : 1
   before: Age mth 18 : 42
   after : Age mth 18 : 2
    
 
    
   HORSE_GRAY
   typeIndex : 4
   Type : HORSE

    ... buyPrice scaling ... €

   before: Age mth 0 : 500
   after : Age mth 0 : 250
   before: Age mth 36 : 5000
   after : Age mth 36 : 2650
   before: Age mth 60 : 5000
   after : Age mth 60 : 2650

    ... sellPrice scaling ... €

   before: Age mth 0 : 400
   after : Age mth 0 : 200
   before: Age mth 36 : 5000
   after : Age mth 36 : 2650
   before: Age mth 60 : 5000
   after : Age mth 60 : 2650

    ... transportPrice scaling ... € 

   before: Age mth 0 : 300
   after : Age mth 0 : 60

    ... input/water scaling (Liters/month) ... 

   before: Age mth 0 : 10
   after : Age mth 0 : 280
   before: Age mth 18 : 50
   after : Age mth 18 : 1400

    ... input/food scaling (Liters/month) ... 

   before: Age mth 0 : 50
   after : Age mth 0 : 125
   before: Age mth 18 : 400
   after : Age mth 18 : 1000

    ... input/straw scaling (Liters/month) ... 

   before: Age mth 0 : 5
   after : Age mth 0 : 70
   before: Age mth 18 : 80
   after : Age mth 18 : 1120
    - animal has no milk output - 
    - animal has no liquidManure output - 

    ... output/manure scaling (Liters/month) ... 

   before: Age mth 0 : 20
   after : Age mth 0 : 5
   before: Age mth 18 : 200
   after : Age mth 18 : 700
    - animal has no pallets output - 
    

    
   CHICKEN
   typeIndex : 5
   Type : CHICKEN

    ... buyPrice scaling ... €

   before: Age mth 0 : 5
   after : Age mth 0 : 3.5
   before: Age mth 6 : 50
   after : Age mth 4 : 24

    ... sellPrice scaling ... €

   before: Age mth 0 : 2
   after : Age mth 0 : 0.1
   before: Age mth 6 : 25
   after : Age mth 1 : 2

    ... transportPrice scaling ... € 

   before: Age mth 0 : 1
   after : Age mth 0 : 0.2
   before: Age mth 6 : 5
   after : Age mth 6 : 1
    - animal has no water input - 

    ... input/food scaling (Liters/month) ... 

   before: Age mth 0 : 5
   after : Age mth 0 : 5
    - animal has no straw input - 
    - animal has no milk output - 
    - animal has no liquidManure output - 
    - animal has no manure output - 

    ... output/pallets scaling (Liters/month) ... 

   before: Age mth 0 : 0
   after : Age mth 0 : 0
   before: Age mth 6 : 7
   after : Age mth 6 : 28
    
   CHICKEN_ROOSTER
   typeIndex : 5
   Type : CHICKEN

    ... buyPrice scaling ... €

   before: Age mth 0 : 5
   after : Age mth 0 : 3.5
   before: Age mth 6 : 50
   after : Age mth 4 : 7

    ... sellPrice scaling ... €

   before: Age mth 0 : 2
   after : Age mth 0 : 0.1
   before: Age mth 6 : 20
   after : Age mth 1 : 2

    ... transportPrice scaling ... € 

   before: Age mth 0 : 1
   after : Age mth 0 : 1
    - animal has no water input - 

    ... input/food scaling (Liters/month) ... 

   before: Age mth 0 : 5
   after : Age mth 0 : 5
    - animal has no straw input - 
    - animal has no milk output - 
    - animal has no liquidManure output - 
    - animal has no manure output - 
    - animal has no pallets output - 

    --- Grazing season parameters--- 

    
   COW_SWISS_BROWN
   typeIndex : 1
   Type : COW

    ... buyPrice grazing period scaling ... € 

   Age group 1 non-grazing : 75
   Age group 1 grazing     : 75
   Age group 2 non-grazing : 1200
   Age group 2 grazing     : 1200
   Age group 3 non-grazing : 1200
   Age group 3 grazing     : 1200
   Age group 4 non-grazing : 1000
   Age group 4 grazing     : 1000

    ... sellPrice grazing period scaling ... € 

   Age group 1 non-grazing : 50
   Age group 1 grazing     : 50
   Age group 2 non-grazing : 325
   Age group 2 grazing     : 325
   Age group 3 non-grazing : 2438
   Age group 3 grazing     : 2438
   Age group 4 non-grazing : 2438
   Age group 4 grazing     : 2438

    ... transportPrice grazing period scaling ... € 

   Age group 1 non-grazing : 10
   Age group 1 grazing     : 10
   Age group 2 non-grazing : 16
   Age group 2 grazing     : 16
   Age group 3 non-grazing : 20
   Age group 3 grazing     : 20

    ... input/water grazing period scaling  (Liters/month) ... 

   Age group 1 non-grazing  (Liters/month) : 180
   Age group 1 grazing      (Liters/month) : 180
   Age group 2 non-grazing  (Liters/month) : 920
   Age group 2 grazing      (Liters/month) : 920

    ... input/food grazing period scaling  (Liters/month) ... 

   Age group 1 non-grazing  (Liters/month) : 106	<----- winter season food intake from barn trough
   Age group 1 grazing      (Liters/month) : 10.6	<----- grazing season food intake from barn trough
   Age group 2 non-grazing  (Liters/month) : 1862
   Age group 2 grazing      (Liters/month) : 186.2

    ... input/straw grazing period scaling  (Liters/month) ... 

   Age group 1 non-grazing  (Liters/month) : 150
   Age group 1 grazing      (Liters/month) : 15
   Age group 2 non-grazing  (Liters/month) : 300
   Age group 2 grazing      (Liters/month) : 30

    ... output/milk grazing period scaling  (Liters/month) ... 

   Age group 1 non-grazing  (Liters/month) : 0
   Age group 1 grazing      (Liters/month) : 0
   Age group 2 non-grazing  (Liters/month) : 0
   Age group 2 grazing      (Liters/month) : 0
   Age group 3 non-grazing  (Liters/month) : 870
   Age group 3 grazing      (Liters/month) : 870

    ... output/liquidManure grazing period scaling  (Liters/month) ... 

   Age group 1 non-grazing  (Liters/month) : 104
   Age group 1 grazing      (Liters/month) : 10.4
   Age group 2 non-grazing  (Liters/month) : 1828
   Age group 2 grazing      (Liters/month) : 182.8

    ... output/manure grazing period scaling  (Liters/month) ... 

   Age group 1 non-grazing  (Liters/month) : 150
   Age group 1 grazing      (Liters/month) : 15
   Age group 2 non-grazing  (Liters/month) : 2652
   Age group 2 grazing      (Liters/month) : 265.2
    - animal has no pallets output - 
    

    
   PIG_LANDRACE
   typeIndex : 2
   Type : PIG

    ... buyPrice grazing period scaling ... € 

   Age group 1 non-grazing : 25
   Age group 1 grazing     : 25
   Age group 2 non-grazing : 220
   Age group 2 grazing     : 220

    ... sellPrice grazing period scaling ... € 

   Age group 1 non-grazing : 25
   Age group 1 grazing     : 25
   Age group 2 non-grazing : 200
   Age group 2 grazing     : 200

    ... transportPrice grazing period scaling ... € 

   Age group 1 non-grazing : 6
   Age group 1 grazing     : 6
   Age group 2 non-grazing : 10
   Age group 2 grazing     : 10

    ... input/water grazing period scaling  (Liters/month) ... 

   Age group 1 non-grazing  (Liters/month) : 0
   Age group 1 grazing      (Liters/month) : 0
   Age group 2 non-grazing  (Liters/month) : 216
   Age group 2 grazing      (Liters/month) : 216

    ... input/food grazing period scaling  (Liters/month) ... 

   Age group 1 non-grazing  (Liters/month) : 2
   Age group 1 grazing      (Liters/month) : 2
   Age group 2 non-grazing  (Liters/month) : 360
   Age group 2 grazing      (Liters/month) : 360

    ... input/straw grazing period scaling  (Liters/month) ... 

   Age group 1 non-grazing  (Liters/month) : 18
   Age group 1 grazing      (Liters/month) : 1.8
   Age group 2 non-grazing  (Liters/month) : 66
   Age group 2 grazing      (Liters/month) : 6.6
    - animal has no milk output - 

    ... output/liquidManure grazing period scaling  (Liters/month) ... 

   Age group 1 non-grazing  (Liters/month) : 2
   Age group 1 grazing      (Liters/month) : 0.2
   Age group 2 non-grazing  (Liters/month) : 310
   Age group 2 grazing      (Liters/month) : 31

    ... output/manure grazing period scaling  (Liters/month) ... 

   Age group 1 non-grazing  (Liters/month) : 5
   Age group 1 grazing      (Liters/month) : 0.5
   Age group 2 non-grazing  (Liters/month) : 778
   Age group 2 grazing      (Liters/month) : 77.8
    - animal has no pallets output - 
    
 
    
   SHEEP_LANDRACE
   typeIndex : 3
   Type : SHEEP

    ... buyPrice grazing period scaling ... € 

   Age group 1 non-grazing : 60
   Age group 1 grazing     : 60
   Age group 2 non-grazing : 250
   Age group 2 grazing     : 250

    ... sellPrice grazing period scaling ... € 

   Age group 1 non-grazing : 60
   Age group 1 grazing     : 60
   Age group 2 non-grazing : 230
   Age group 2 grazing     : 230

    ... transportPrice grazing period scaling ... € 

   Age group 1 non-grazing : 100
   Age group 1 grazing     : 100
   Age group 2 non-grazing : 1000
   Age group 2 grazing     : 1000

    ... input/water grazing period scaling  (Liters/month) ... 

   Age group 1 non-grazing  (Liters/month) : 8
   Age group 1 grazing      (Liters/month) : 8
   Age group 2 non-grazing  (Liters/month) : 80
   Age group 2 grazing      (Liters/month) : 80

    ... input/food grazing period scaling  (Liters/month) ... 

   Age group 1 non-grazing  (Liters/month) : 9
   Age group 1 grazing      (Liters/month) : 0.9
   Age group 2 non-grazing  (Liters/month) : 120
   Age group 2 grazing      (Liters/month) : 12
    - animal has no straw input - 
    - animal has no milk output - 
    - animal has no liquidManure output - 
    - animal has no manure output - 

    ... output/pallets grazing period scaling  (Liters/month) ... 

   Age group 1 non-grazing  (Liters/month) : 0
   Age group 1 grazing      (Liters/month) : 0
   Age group 2 non-grazing  (Liters/month) : 1
   Age group 2 grazing      (Liters/month) : 10
   Age group 3 non-grazing  (Liters/month) : 2
   Age group 3 grazing      (Liters/month) : 20
    

    
   HORSE_GRAY
   typeIndex : 4
   Type : HORSE

    ... buyPrice grazing period scaling ... € 

   Age group 1 non-grazing : 250
   Age group 1 grazing     : 250
   Age group 2 non-grazing : 2650
   Age group 2 grazing     : 2650
   Age group 3 non-grazing : 2650
   Age group 3 grazing     : 2650

    ... sellPrice grazing period scaling ... € 

   Age group 1 non-grazing : 200
   Age group 1 grazing     : 200
   Age group 2 non-grazing : 2650
   Age group 2 grazing     : 2650
   Age group 3 non-grazing : 2650
   Age group 3 grazing     : 2650

    ... transportPrice grazing period scaling ... € 

   Age group 1 non-grazing : 60
   Age group 1 grazing     : 60

    ... input/water grazing period scaling  (Liters/month) ... 

   Age group 1 non-grazing  (Liters/month) : 280
   Age group 1 grazing      (Liters/month) : 280
   Age group 2 non-grazing  (Liters/month) : 1400
   Age group 2 grazing      (Liters/month) : 1400

    ... input/food grazing period scaling  (Liters/month) ... 

   Age group 1 non-grazing  (Liters/month) : 125
   Age group 1 grazing      (Liters/month) : 62.5
   Age group 2 non-grazing  (Liters/month) : 1000
   Age group 2 grazing      (Liters/month) : 500

    ... input/straw grazing period scaling  (Liters/month) ... 

   Age group 1 non-grazing  (Liters/month) : 70
   Age group 1 grazing      (Liters/month) : 21
   Age group 2 non-grazing  (Liters/month) : 1120
   Age group 2 grazing      (Liters/month) : 336
    - animal has no milk output - 
    - animal has no liquidManure output - 

    ... output/manure grazing period scaling  (Liters/month) ... 

   Age group 1 non-grazing  (Liters/month) : 5
   Age group 1 grazing      (Liters/month) : 1.5
   Age group 2 non-grazing  (Liters/month) : 700
   Age group 2 grazing      (Liters/month) : 210
    - animal has no pallets output - 
    

    
   CHICKEN
   typeIndex : 5
   Type : CHICKEN

    ... buyPrice grazing period scaling ... € 

   Age group 1 non-grazing : 3.5
   Age group 1 grazing     : 3.5
   Age group 2 non-grazing : 24
   Age group 2 grazing     : 24

    ... sellPrice grazing period scaling ... € 

   Age group 1 non-grazing : 0.1
   Age group 1 grazing     : 0.1
   Age group 2 non-grazing : 2
   Age group 2 grazing     : 2

    ... transportPrice grazing period scaling ... € 

   Age group 1 non-grazing : 0.2
   Age group 1 grazing     : 0.2
   Age group 2 non-grazing : 1
   Age group 2 grazing     : 1
    - animal has no water input - 

    ... input/food grazing period scaling  (Liters/month) ... 

   Age group 1 non-grazing  (Liters/month) : 5
   Age group 1 grazing      (Liters/month) : 5
    - animal has no straw input - 
    - animal has no milk output - 
    - animal has no liquidManure output - 
    - animal has no manure output - 

    ... output/pallets grazing period scaling  (Liters/month) ... 

   Age group 1 non-grazing  (Liters/month) : 0
   Age group 1 grazing      (Liters/month) : 0
   Age group 2 non-grazing  (Liters/month) : 28
   Age group 2 grazing      (Liters/month) : 28
    
   CHICKEN_ROOSTER
   typeIndex : 5
   Type : CHICKEN

    ... buyPrice grazing period scaling ... € 

   Age group 1 non-grazing : 3.5
   Age group 1 grazing     : 3.5
   Age group 2 non-grazing : 7
   Age group 2 grazing     : 7

    ... sellPrice grazing period scaling ... € 

   Age group 1 non-grazing : 0.1
   Age group 1 grazing     : 0.1
   Age group 2 non-grazing : 2
   Age group 2 grazing     : 2

    ... transportPrice grazing period scaling ... € 

   Age group 1 non-grazing : 1
   Age group 1 grazing     : 1
    - animal has no water input - 

    ... input/food grazing period scaling  (Liters/month) ... 

   Age group 1 non-grazing  (Liters/month) : 5
   Age group 1 grazing      (Liters/month) : 5
    - animal has no straw input - 
    - animal has no milk output - 
    - animal has no liquidManure output - 
    - animal has no manure output - 
    - animal has no pallets output - 

    --- RealNumbersAnimalScaling.lua finished --- 


    --- RealNumbersHarvestBonusScaling.lua started --- 


    --- Relative contributions to harvest yield bonus --- 

   Roller bonus                             =        0.0250  
   Stuble cultivation bonus                 =        0.0250  
   Weeding bonus                            =        0.2000  
   Lime bonus                               =        0.1500  
   Plow bonus                               =        0.1500  
   Fertilizing bonus                        =        0.4500  

    --- These numbers must add up to 1.00, your sum is 1

    --- The numbers are percentage of the base yield --- 
    --- The max yield including max yield bonus is two times the base yield --- 

    --- If the base yield is 5000 Liters/ha and your numbers are used, then 

    --- Rolling will add                    =       125     Liters/ha
    --- Cultivating stuble will add         =       125     Liters/ha
    --- Weeding will add                    =      1000     Liters/ha 
    --- Spreding lime will add              =       750     Liters/ha 
    --- Plowing will add                    =       750     Liters/ha 
    --- Fertilizing two times will add      =      2250     Liters/ha 

    --- RealNumbersHarvestBonusScaling.lua finished --- 


    --- RealNumbersCropGrowth.lua started : press lAlt-rs --- 


    --- my XML file is used --- 

   Loading file:
   C:/Users/kaj-a.DESKTOP-7EIP1OQ/Documents/My Games/FarmingSimulator2022/modSettings/RealLifeNumbers/savegame5/my_cropGrowth.xml
    
    
   WHEAT Cycle 1 : Seed month 1 = October; Harvest month 1 : July
   WHEAT Cycle 2 : Seed month 2 = April; Harvest month 2 : August
    
   Number of growth states        =         8      
   First dormant month 1          =  November  
   Last dormant month 1           =  January  
   Cycle 1 : Growth months :      =         7      
   Cycle 2 : Growth months :      =         5      
   Cycle 1 jump target state      =         7      
   Cycle 1 jump month             =         5      
   Cycle 2 jump target state      =         7      
   Cycle 2 jump month             =         6      
   Forage ready state             =         7      
   Min. harvest state             =         8      
   Max. harvest state             =         8      
   Withered state                 =         9      
   Cut state                      =        10      
    

    Original growth transistions 

   Growth state transitions       ( c1,  c2  )   =    1   2   3   4   5   6   7   8   9  10
   March                          (  0,   0  )   =    1   2   4   5   5   6   7   8   9  10
   April                          (  0,   0  )   =    1   2   3   5   6   6   7   8   9  10
   May                            (  0,   0  )   =    1   2   3   4   6   7   7   8   9  10
   June                           (  0,   0  )   =    1   2   3   4   5   7   8   8   9  10
   July                           (  0,   0  )   =    1   2   3   4   5   6   8   8   9  10
   August                         (  0,   0  )   =    1   2   3   4   5   6   7   9   9  10
   September                      (  0,   0  )   =    2   2   3   4   5   6   7   8   9  10
   October                        (  0,   0  )   =    2   3   3   4   5   6   7   8   9  10
   November                       (  0,   0  )   =    1   2   3   4   5   6   7   8   9  10
   December                       (  0,   0  )   =    1   2   3   4   5   6   7   8   9  10
   January                        (  0,   0  )   =    1   2   3   4   5   6   7   8   9  10
   February                       (  0,   0  )   =    1   3   4   4   5   6   7   8   9  10
    

    New growth transistions 

   Growth state transitions       ( c1,  c2  )   =    1   2   3   4   5   6   7   8   9  10
   March                          (  3,   9  )   =    1   2   4   4   5   6   7   8   9  10
   April                          (  4,   1  )   =    2   2   3   5   5   6   7   8   9  10
   May                            (  5,   2  )   =    1   3   3   4   7   6   7   8   9  10
   June                           (  7,   3  )   =    1   2   7   4   5   6   8   8   9  10
   July                           (  8,   7  )   =    1   2   3   4   5   6   8   9   9  10
   August                         (  9,   8  )   =    1   2   3   4   5   6   7   9   9  10
   September                      (  9,   9  )   =    1   2   3   4   5   6   7   8   9  10
   October                        (  1,   9  )   =    2   2   3   4   5   6   7   8   9  10
   November                       (  2,   9  )   =    1   2   3   4   5   6   7   8   9  10
   December                       (  2,   9  )   =    1   2   3   4   5   6   7   8   9  10
   January                        (  2,   9  )   =    1   2   3   4   5   6   7   8   9  10
   February                       (  2,   9  )   =    1   3   3   4   5   6   7   8   9  10
    
 

    --- RealNumbersCropGrowth.lua finished --- 

    --- RealNumbersLoans.lua started (version 1.0.0.8, not released yet) --- 


    --- my XML file is used --- 

   Loading file:
   C:/Users/kaj-a.DESKTOP-7EIP1OQ/Documents/My Games/FarmingSimulator2022/modSettings/RealLifeNumbers/savegame6/my_Loans.xml
    
    
   loanAnnualInterestRate                   =         4      
   Max loan                                 =   2000000     €

    --- RealNumbersLoans.lua updates every 10 minutes --- 


    --- RealNumbersCalendarInfo.lua started : press lAlt-rt --- 


    --- Haut-Beyleron --- 

   current year                             =         3      
   current Season                           =         1      
   current period                           =         4      
   current month                            =         6      
   current year                             =         3      
   current Day In Season                    =         1      
   days Per Period                          =         1      
   current Day In Period                    =         1      
   current Monotonic Day                    =        28      
   currentDay                               =        28      
   current Hour                             =         0      
   current Minute                           =        36      
   current month is a grazing month

    --- RealNumbersCalendarInfo.lua updates every 10 min --- 


    --- RealNumbersFieldPrices.lua started : press lAlt-rf --- 


    --- Haut-Beyleron --- 

    
    field id:   48 Area (Ha):3.2067 Crop: MAIZE Is owned = true
   farmland id: 1 Area (Ha): 13.2084 Price: 330210 Ownership: For sale
    
    field id:   36 Area (Ha):6.8959 Crop: MAIZE Is owned = false
   farmland id: 2 Area (Ha): 10.0912 Price: 7568 Ownership: For rent
    
    field id:   47 Area (Ha):2.44 Crop: SOYBEAN Is owned = true
   farmland id: 3 Area (Ha): 9.3076 Price: 232690 Ownership: For sale
    
    field id:   46 Area (Ha):3.08 Crop: CANOLA Is owned = true
   farmland id: 4 Area (Ha): 7.7572 Price: 193930 Ownership: For sale
    
    field id:   45 Area (Ha):3.77 Crop: MAIZE Is owned = false
   farmland id: 5 Area (Ha): 11.5248 Price: 8643 Ownership: For rent
    
    field id:   25 Area (Ha):3.16685 Crop: SOYBEAN Is owned = false
   farmland id: 6 Area (Ha): 15.4328 Price: 385820 Ownership: For sale
    
    field id:   26 Area (Ha):13.90225 Crop: SUGARBEET Is owned = false
   farmland id: 7 Area (Ha): 18.3648 Price: 459120 Ownership: For sale
    
    field id:   31 Area (Ha):2.93395 Crop: Undefined Is owned = false
   farmland id: 8 Area (Ha): 4.8608 Price: 121520 Ownership: For sale
    
    field id:   34 Area (Ha):0.8184 Crop: SUNFLOWER Is owned = true
   farmland id: 9 Area (Ha): 1.6608 Price: 1245 Ownership: For rent
    
    field id:   33 Area (Ha):4.1967 Crop: SUGARBEET Is owned = false
   farmland id: 10 Area (Ha): 5.4424 Price: 136060 Ownership: For sale
    
    field id:   29 Area (Ha):2.9784 Crop: SUNFLOWER Is owned = false
   farmland id: 11 Area (Ha): 4.0668 Price: 101670 Ownership: For sale
    
    field id:   28 Area (Ha):3.2436 Crop: WHEAT Is owned = false
   farmland id: 12 Area (Ha): 4.0516 Price: 101290 Ownership: For sale
    
    field id:   30 Area (Ha):7.7506 Crop: MAIZE Is owned = false
   farmland id: 13 Area (Ha): 10.4984 Price: 7873 Ownership: For rent
    
    field id:   32 Area (Ha):3.2354 Crop: SORGHUM Is owned = false
   farmland id: 14 Area (Ha): 9.4948 Price: 237370 Ownership: For sale
    
    field id:   39 Area (Ha):1.3968 Crop: POTATO Is owned = true
   farmland id: 15 Area (Ha): 1.87 Price: 1402 Ownership: For rent
    
    field id:   38 Area (Ha):1.1543 Crop: SUGARBEET Is owned = true
   farmland id: 16 Area (Ha): 2.468 Price: 61700 Ownership: For sale
    
    field id:   42 Area (Ha):1.6109 Crop: SORGHUM Is owned = true
   farmland id: 17 Area (Ha): 2.4384 Price: 60960 Ownership: For sale
    
    field id:   44 Area (Ha):3.063525 Crop: BARLEY Is owned = false
   farmland id: 18 Area (Ha): 6.4904 Price: 4867 Ownership: For rent
    
    field id:   41 Area (Ha):1.8939 Crop: BARLEY Is owned = true
   farmland id: 19 Area (Ha): 2.3504 Price: 58760 Ownership: For sale
    
    field id:   40 Area (Ha):0.922675 Crop: OAT Is owned = true
   farmland id: 20 Area (Ha): 1.3604 Price: 34010 Ownership: For sale
    
    field id:   35 Area (Ha):2.3364 Crop: POTATO Is owned = false
   farmland id: 21 Area (Ha): 4.814 Price: 3610 Ownership: For rent
    
    field id:   43 Area (Ha):4.5822 Crop: CANOLA Is owned = false
   farmland id: 22 Area (Ha): 7.7572 Price: 193930 Ownership: For sale
    
    field id:   37 Area (Ha):2.2299 Crop: WHEAT Is owned = true
   farmland id: 23 Area (Ha): 4.602 Price: 115050 Ownership: For sale
    
    field id:   5 Area (Ha):6.9517 Crop: OAT Is owned = false
   farmland id: 24 Area (Ha): 17.7376 Price: 443440 Ownership: For sale
    
    field id:   27 Area (Ha):1.8953 Crop: OAT Is owned = false
   farmland id: 25 Area (Ha): 4.8656 Price: 3649 Ownership: For rent
    
    field id:   6 Area (Ha):3.7767 Crop: MAIZE Is owned = false
   farmland id: 26 Area (Ha): 8.5952 Price: 214880 Ownership: For sale
    
    field id:   24 Area (Ha):1.1781 Crop: BARLEY Is owned = false
   farmland id: 27 Area (Ha): 6.0032 Price: 150080 Ownership: For sale
    
    field id:   21 Area (Ha):2.4361 Crop: SOYBEAN Is owned = false
   farmland id: 28 Area (Ha): 4.5168 Price: 112920 Ownership: For sale
    
    field id:   18 Area (Ha):3.2001 Crop: WHEAT Is owned = false
   farmland id: 29 Area (Ha): 6.2948 Price: 4721 Ownership: For rent
    
    field id:   13 Area (Ha):4.0301 Crop: SUGARBEET Is owned = false
   farmland id: 30 Area (Ha): 6.3548 Price: 158870 Ownership: For sale
    
    field id:   15 Area (Ha):4.820675 Crop: SUNFLOWER Is owned = false
   farmland id: 31 Area (Ha): 6.5264 Price: 163160 Ownership: For sale
    
    field id:   16 Area (Ha):2.156675 Crop: BARLEY Is owned = false
   farmland id: 32 Area (Ha): 3.4844 Price: 87110 Ownership: For sale
    
    field id:   4 Area (Ha):4.06185 Crop: CANOLA Is owned = false
   farmland id: 33 Area (Ha): 9.2256 Price: 6919 Ownership: For rent
    
    field id:   9 Area (Ha):4.010375 Crop: MAIZE Is owned = false
   farmland id: 34 Area (Ha): 6.2152 Price: 155380 Ownership: For sale
    
    field id:   3 Area (Ha):1.538 Crop: MAIZE Is owned = false
   farmland id: 35 Area (Ha): 4.59 Price: 114750 Ownership: For sale
    
    field id:   1 Area (Ha):0.798 Crop: SUNFLOWER Is owned = false
   farmland id: 36 Area (Ha): 4.4504 Price: 3337 Ownership: For rent
    
    field id:   8 Area (Ha):0.7188 Crop: SUGARBEET Is owned = false
   farmland id: 37 Area (Ha): 4.4604 Price: 111510 Ownership: For sale
    
    field id:   12 Area (Ha):0.6552 Crop: CANOLA Is owned = false
   farmland id: 38 Area (Ha): 2.3424 Price: 1756 Ownership: For rent
    
    field id:   20 Area (Ha):2.5821 Crop: SORGHUM Is owned = false
   farmland id: 39 Area (Ha): 4.0476 Price: 101190 Ownership: For sale
    
    field id:   17 Area (Ha):0.711 Crop: SOYBEAN Is owned = false
   farmland id: 40 Area (Ha): 1.9128 Price: 1434 Ownership: For rent
    
    field id:   23 Area (Ha):1.0706 Crop: SUGARBEET Is owned = false
   farmland id: 41 Area (Ha): 2.0108 Price: 50270 Ownership: For sale
    
    field id:   22 Area (Ha):4.5627 Crop: BARLEY Is owned = false
   farmland id: 42 Area (Ha): 11.596 Price: 289900 Ownership: For sale
    
    field id:   19 Area (Ha):7.6882 Crop: WHEAT Is owned = false
   farmland id: 43 Area (Ha): 14.1364 Price: 353410 Ownership: For sale
    
    field id:   14 Area (Ha):1.5794 Crop: WHEAT Is owned = false
   farmland id: 44 Area (Ha): 3.4044 Price: 85110 Ownership: For sale
    
    field id:   11 Area (Ha):3.7661 Crop: MAIZE Is owned = false
   farmland id: 46 Area (Ha): 4.9232 Price: 123080 Ownership: For sale
    
    field id:   10 Area (Ha):3.08765 Crop: CANOLA Is owned = false
   farmland id: 47 Area (Ha): 6.8836 Price: 172090 Ownership: For sale
    
    field id:   7 Area (Ha):0.4142 Crop: GRASS Is owned = false
   farmland id: 48 Area (Ha): 5.2404 Price: 3930 Ownership: For rent
    
    field id:   2 Area (Ha):0.883 Crop: GRASS Is owned = false
   farmland id: 52 Area (Ha): 1.4508 Price: 1088 Ownership: For rent

    --- RealNumbersFieldPrices.lua updates every 10 min --- 


    --- RealNumbersFieldPrices.lua : lAlt-rg is pressed --- 


    --- Haut-Beyleron --- 

    field id:   48 Area (Ha):3.2067 Crop: MAIZE Is owned = true
    field id:   47 Area (Ha):2.44 Crop: SOYBEAN Is owned = true
    field id:   46 Area (Ha):3.08 Crop: CANOLA Is owned = true
    field id:   34 Area (Ha):0.8184 Crop: SUNFLOWER Is owned = true
    field id:   39 Area (Ha):1.3968 Crop: POTATO Is owned = true
    field id:   38 Area (Ha):1.1543 Crop: SUGARBEET Is owned = true
    field id:   42 Area (Ha):1.6109 Crop: SORGHUM Is owned = true
    field id:   41 Area (Ha):1.8939 Crop: BARLEY Is owned = true
    field id:   40 Area (Ha):0.922675 Crop: OAT Is owned = true
    field id:   37 Area (Ha):2.2299 Crop: WHEAT Is owned = true

    --- RealNumbersFieldPrices.lua updates every 10 min --- 


    --- RealNumbersCropGrowth.lua  : pressed lAlt-rs --- 

                        =              Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
   WHEAT                  cycle-   1     2   2   3   4   5   7   8   9   9   1   2   2
   WHEAT                  cycle-   2     9   9   9   1   2   3   7   8   9   9   9   9
   BARLEY                 cycle-   1     2   2   3   4   5   6   7   8   8   1   2   2
   BARLEY                 cycle-   2     8   8   8   1   2   3   6   7   8   8   8   8
   CANOLA                 cycle-   1     2   2   3   4   5   6   8   9  10   1   2   2
   CANOLA                 cycle-   2    10  10   1   2   3   4   5   8   9  10  10  10
   OAT                    cycle-   1     2   2   2   3   4   5   6   6   1   2   2   2
   OAT                    cycle-   2     6   6   6   1   2   3   4   5   6   6   6   6
   MAIZE                  cycle-   1     8   8   8   1   2   3   4   5   6   7   8   8
   MAIZE                  cycle-   2     8   8   8   8   1   2   3   4   5   6   7   8
   SUNFLOWER              cycle-   1     9   9   9   1   2   3   4   5   6   7   8   9
   SUNFLOWER              cycle-   2     9   9   9   1   2   3   4   5   6   7   8   9
   SOYBEAN                cycle-   1     8   8   8   1   2   3   4   5   6   7   8   8
   SOYBEAN                cycle-   2     8   8   8   8   1   2   3   4   5   6   7   8
   POTATO                 cycle-   1     7   7   1   2   5   6   7   7   7   7   7   7
   POTATO                 cycle-   2     7   7   7   7   7   7   1   2   5   6   7   7
   SUGARBEET              cycle-   1     9   9   1   2   2   3   4   5   6   7   8   9
   SUGARBEET              cycle-   2     9   9   1   2   2   3   4   5   6   7   8   9
   SUGARCANE              cycle-   1     9   9   9   9   9   1   2   7   8   9   9   9
   SUGARCANE              cycle-   2     9   9   9   9   9   1   2   7   8   9   9   9
   COTTON                 cycle-   1    10  10  10  10  10   1   2   8   9  10  10  10
   COTTON                 cycle-   2    10  10  10  10  10   1   2   8   9  10  10  10
   SORGHUM                cycle-   1     6   6   6   1   2   3   4   5   6   6   6   6
   SORGHUM                cycle-   2     6   6   6   6   1   2   3   4   5   6   6   6
    



K. Henneberg/ArmChairFarming. Author of RealLifeNumbers (FS19, FS22)
User avatar
Drixi
Posts: 11
Joined: Mon Jun 14, 2021 7:28 pm
Location: Denmark

Re: How to get a customized crop calendar for each savegame

Post by Drixi »

I really like the idea of the mod and hope that it will someday be available as a mod for multiplayer.
Question: Do you know of a way to alter selling prices per placeable? Right now it seems that all selling points use the defined values in fillTypes, but I would like to have separate price regulations for those.
Farming Simulator has me lovestoned. I should have been a farmer.
User avatar
kahfs
Posts: 489
Joined: Fri Nov 11, 2016 8:08 am

Re: How to get a customized crop calendar for each savegame

Post by kahfs »

Drixi wrote: Sat Jan 08, 2022 1:22 pm I really like the idea of the mod and hope that it will someday be available as a mod for multiplayer.
Question: Do you know of a way to alter selling prices per placeable? Right now it seems that all selling points use the defined values in fillTypes, but I would like to have separate price regulations for those.
Hello Drixi,
I believe a mod could do it. Until then, you may be able to change a "priceScale" parameter at the bottom of the xml file of each placeable. They typically have a priceScale parameter for each fillType taken by the placeable. This is easily done with a simple editor like Notepad++.
I would recommend using a modded placeable, so that you don't change anything inside the core installation (You may not be able to play multiplayer games, if the core installation has changed).
K. Henneberg/ArmChairFarming. Author of RealLifeNumbers (FS19, FS22)
User avatar
Drixi
Posts: 11
Joined: Mon Jun 14, 2021 7:28 pm
Location: Denmark

Re: How to get a customized crop calendar for each savegame

Post by Drixi »

kahfs wrote: Sat Jan 08, 2022 2:25 pm Hello Drixi,
I believe a mod could do it. Until then, you may be able to change a "priceScale" parameter at the bottom of the xml file of each placeable. They typically have a priceScale parameter for each fillType taken by the placeable. This is easily done with a simple editor like Notepad++.
I would recommend using a modded placeable, so that you don't change anything inside the core installation (You may not be able to play multiplayer games, if the core installation has changed).
Thank you for the reply. I am aware of the above, but my goal is to have a placeable selling point running a different price setting per month compared to now, where all sellpoints are controlled by the same yearly price fluctuations.

For example. Let us say that now Corn is selling highest in December and lowest in April.
My goal would be to have a selling point that had another month or maybe two months a year as highest without changing the base price fluctuations for vanilla sell points. So in essential a way to make custom high/low demand (not to confuse with "Great Demand").
Farming Simulator has me lovestoned. I should have been a farmer.
User avatar
kahfs
Posts: 489
Joined: Fri Nov 11, 2016 8:08 am

Re: How to get a customized crop calendar for each savegame

Post by kahfs »

Drixi wrote: Sat Jan 08, 2022 3:39 pm
kahfs wrote: Sat Jan 08, 2022 2:25 pm Hello Drixi,
I believe a mod could do it. Until then, you may be able to change a "priceScale" parameter at the bottom of the xml file of each placeable. They typically have a priceScale parameter for each fillType taken by the placeable. This is easily done with a simple editor like Notepad++.
I would recommend using a modded placeable, so that you don't change anything inside the core installation (You may not be able to play multiplayer games, if the core installation has changed).
Thank you for the reply. I am aware of the above, but my goal is to have a placeable selling point running a different price setting per month compared to now, where all sellpoints are controlled by the same yearly price fluctuations.

For example. Let us say that now Corn is selling highest in December and lowest in April.
My goal would be to have a selling point that had another month or maybe two months a year as highest without changing the base price fluctuations for vanilla sell points. So in essential a way to make custom high/low demand (not to confuse with "Great Demand").
OK, I get you. That will require a mod. Although this data is saved in economy.xml in each savegame, all data in the savegame is overwritten when the game saves data. So you would have to edit this file each time you start the game. When modded maps come out, it is possible, that some maps will have a its own economy.xml file, and you may be able to edit that.
K. Henneberg/ArmChairFarming. Author of RealLifeNumbers (FS19, FS22)
User avatar
strauts6
Posts: 297
Joined: Mon Nov 03, 2014 12:00 am

Re: How to get a customized crop calendar for each savegame

Post by strauts6 »

Instructions in latest v.1.0.0.7 says to copy the 3 xml files but doesnt say which ones, I assume from folder "XML files" but that folder contains 5 xml files.
User avatar
kahfs
Posts: 489
Joined: Fri Nov 11, 2016 8:08 am

Re: How to get a customized crop calendar for each savegame

Post by kahfs »

strauts6 wrote: Mon Jan 17, 2022 10:17 am Instructions in latest v.1.0.0.7 says to copy the 3 xml files but doesnt say which ones, I assume from folder "XML files" but that folder contains 5 xml files.
Thank you strauts6 for pointing this out. The number of xml files increases as the process of moving parameters defined in the scripts to xml files progresses.

If you want to use all xml files, they should all be put in the same folder. I.e. for savegame1 put them all in a folder named modSettings\RealLifeNumbers\savegame1. You may already have a folder named modSettings.

The scripts are supposed to "survive" without a corresponding xml file. So if you forget one of the xml files, or if you decide for some reason not to use the xml file, the script will use parameters defined inside the script.

The big advantage of using the xml files is that you can define different parameter values for different savegames and thereby define different parameter values for different maps.
K. Henneberg/ArmChairFarming. Author of RealLifeNumbers (FS19, FS22)
Drmattymd
Posts: 789
Joined: Sun Oct 30, 2016 3:54 pm
Location: VA, USA

Re: How to get a customized crop calendar for each savegame

Post by Drmattymd »

kahfs wrote: Thu Jan 06, 2022 7:07 pm Dear all,

If you are interested in creating customized crop calendars for each of your savegames, please try out version 1.0.0.7 of RealLifeNumbers.
RealLifeNumbers is a collection of independent scripts. You can comment out the ones you don't want to use in the modDesc.xml file.

The cropGrowth script just asks you to specify the seed month and the harvest month for each crop in an xml file. The script will then adjust the growth transitions accordingly.

The script has been tested on a few scenarios. But the number of scenarios is almost infinite, so let me know if you come across something that doesn't work.

Warning. The script may alter the harvest month of your crops. Crops that are already seeded in your game may not reach the harvest state in the correct harvest month. This is a transitional challenge. Crops seeded after activation of the script will progess as intended.

Here is a view of the xml file with a winter and a spring crop cycle for oat and two sequential cycles for potato.

Code: Select all

<fruit name="oat">
	<cycle1 seedMonth="9"   harvestMonth="6"		firstDormantMonth="11"	 	lastDormantMonth="1" />
	<cycle2 seedMonth="4"  	harvestMonth="8"	 	firstDormantMonth="0"	 	lastDormantMonth="0" />
	<options autoGenerate="true"	needsRolling="true"	growthRequiresLime="true" 	consumesLime="true"/>
</fruit>
<fruit name="potato">
	<cycle1 seedMonth="3"   harvestMonth="6"		firstDormantMonth="0"	 	lastDormantMonth="0" />
	<cycle2 seedMonth="7"  	harvestMonth="10"	 	firstDormantMonth="0"	 	lastDormantMonth="0" />
	<options autoGenerate="true"	needsRolling="false"	growthRequiresLime="true" 	consumesLime="true"/>
</fruit>
There are two independent crop cycles for each crop.
You can use one cycle for fall seeding and another for spring seeding. You can have two parallel cycles with different spring seeding months, or you can have two sequential cycles, one in early spring and one starting mid summer (like for potato in the table above).

Here is a growth transition table as it is printed to the log file. The numbers in the table are growth states.

Code: Select all


                        =              Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
   WHEAT                  cycle-   1     2   2   3   4   5   7   8   9   9   1   2   2
   WHEAT                  cycle-   2     9   9   9   1   2   3   7   8   9   9   9   9
   BARLEY                 cycle-   1     2   2   3   4   5   6   7   8   8   1   2   2
   BARLEY                 cycle-   2     8   8   8   1   2   3   6   7   8   8   8   8
   CANOLA                 cycle-   1     2   2   3   4   5   6   8   9  10   1   2   2
   CANOLA                 cycle-   2    10  10   1   2   3   4   5   8   9  10  10  10
   OAT                    cycle-   1     2   2   2   3   4   5   6   6   1   2   2   2
   OAT                    cycle-   2     6   6   6   1   2   3   4   5   6   6   6   6
   MAIZE                  cycle-   1     8   8   8   1   2   3   4   5   6   7   8   8
   MAIZE                  cycle-   2     8   8   8   8   1   2   3   4   5   6   7   8
   SUNFLOWER              cycle-   1     9   9   9   1   2   3   4   5   6   7   8   9
   SUNFLOWER              cycle-   2     9   9   9   1   2   3   4   5   6   7   8   9
   SOYBEAN                cycle-   1     8   8   8   1   2   3   4   5   6   7   8   8
   SOYBEAN                cycle-   2     8   8   8   8   1   2   3   4   5   6   7   8
   POTATO                 cycle-   1     7   7   1   2   5   6   7   7   7   7   7   7
   POTATO                 cycle-   2     7   7   7   7   7   7   1   2   5   6   7   7
   SUGARBEET              cycle-   1     9   9   1   2   2   3   4   5   6   7   8   9
   SUGARBEET              cycle-   2     9   9   1   2   2   3   4   5   6   7   8   9
   SUGARCANE              cycle-   1     9   9   9   9   9   1   2   7   8   9   9   9
   SUGARCANE              cycle-   2     9   9   9   9   9   1   2   7   8   9   9   9
   COTTON                 cycle-   1    10  10  10  10  10   1   2   8   9  10  10  10
   COTTON                 cycle-   2    10  10  10  10  10   1   2   8   9  10  10  10
   SORGHUM                cycle-   1     6   6   6   1   2   3   4   5   6   6   6   6
   SORGHUM                cycle-   2     6   6   6   6   1   2   3   4   5   6   6   6
The distribution file contains data files for crop calendars in different US states and EU member countries.

The mod is available as a direct download from www.modhoster.com.
The mod is not written for multiuser game and has not been tested in multiuser mode.

Edit don_apple: topic moved from "General Discussion" to "Guides & Tipps".
Is it possible to add additional crop cycles, more than two? I'm trying to customize longer harvest periods and double crop setups.
Playing on PC and PS4
User avatar
kahfs
Posts: 489
Joined: Fri Nov 11, 2016 8:08 am

Re: How to get a customized crop calendar for each savegame

Post by kahfs »

Drixi wrote: Sat Jan 08, 2022 1:22 pm I really like the idea of the mod and hope that it will someday be available as a mod for multiplayer.
Question: Do you know of a way to alter selling prices per placeable? Right now it seems that all selling points use the defined values in fillTypes, but I would like to have separate price regulations for those.
One group of multiplayers tells me, they run it on their server. So although the scripts have not been written or tested for multplayer mode, it is worth trying.
K. Henneberg/ArmChairFarming. Author of RealLifeNumbers (FS19, FS22)
User avatar
kahfs
Posts: 489
Joined: Fri Nov 11, 2016 8:08 am

Re: How to get a customized crop calendar for each savegame

Post by kahfs »

Drmattymd wrote: Sat Jan 29, 2022 10:08 pm
kahfs wrote: Thu Jan 06, 2022 7:07 pm Dear all,

If you are interested in creating customized crop calendars for each of your savegames, please try out version 1.0.0.7 of RealLifeNumbers.
RealLifeNumbers is a collection of independent scripts. You can comment out the ones you don't want to use in the modDesc.xml file.

.......
Edit don_apple: topic moved from "General Discussion" to "Guides & Tipps".
Is it possible to add additional crop cycles, more than two? I'm trying to customize longer harvest periods and double crop setups.
Hi Drmattymd, good to hear from you.

The script reading the xml file is designed for two cycles. So you cannot add additional cycles in the xml file. I believe there is only room for two cycles in the FS22 growth system.
It is my believe, that the growth system is not designed for crop cycles lasting more than a year. In fact, I think my script will fail, if the crop cycle last more than 10 months. There are additional growth states after the harvest, so seeding right after harvesting will probably not work.

You need to specify a seed month and a harvest month to set the green and orange bars on the crop calendar. And you need to define growth state transitions so that the crop wil be in harvest state in the harvest month. In the script, the mod user specifies the seed month and the harvest month in the xml file. The script then figures out how to setup a suitable series of growth state transitions either by inserting dormant months or by skipping a growth state. Each crop has a predefined number of growth states. If they are changed, the growth state will not match the foliage texture.

So, the script is limited to three styles of crop cycles
1. Two superimposed cycles, e.g. (1) March - October, (2) March - October
2. Two discplaced cycles, e.g. (1) October - July, (2) April - August
3. Two sequential cycles, e.g. (1) March - June, (2) July - October or (1) September - April, (2) May - October

Style 1 could be sugarbeet.
Style 2 could be a grain crop
Style 3 could be a vegetable crop, potatoes, or carrots (hope we see some multifruit maps soon).

For crops seeded in the fall, the mod user must specify the start and end of a dormant period in the xml file.

So the answer to your first question is no. Two cycles is max. If by "double crop" you mean having two harvests in one season, then the answer is yes. Crop cycle style 3 is exactly that.

These comments are purely based on observations. I do not have inside information.
K. Henneberg/ArmChairFarming. Author of RealLifeNumbers (FS19, FS22)
Flyovercountry88
Posts: 3
Joined: Sun Apr 24, 2022 11:57 am

Re: How to get a customized crop calendar for each savegame

Post by Flyovercountry88 »

Ive followed the instructions but it didnt change my calendar at all..any idea why?
Post Reply