Grass in fs19 questions

User avatar
theSeb
Posts: 1517
Joined: Tue Mar 07, 2017 8:16 pm

Re: Grass in fs19 questions

Post by theSeb »

Grass is indeed bugged. You can fix it yourself by editing fruitypes.xml in the maps folder where the game is installed.

Look for grass. Change numgrowthstates from 3 to 4
User avatar
Beastbubba
Posts: 1176
Joined: Fri Jul 03, 2015 5:09 pm

Re: Grass in fs19 questions

Post by Beastbubba »

theSeb wrote: Fri Nov 30, 2018 10:29 pm Grass is indeed bugged. You can fix it yourself by editing fruitypes.xml in the maps folder where the game is installed.

Look for grass. Change numgrowthstates from 3 to 4

Ohh!! Awsome, will try it when i get home. Thanks
PC gamer.
BigC92
Posts: 4833
Joined: Tue Mar 17, 2015 5:25 pm

Re: Grass in fs19 questions

Post by BigC92 »

FarmerJimbob wrote: Fri Nov 30, 2018 11:18 am
BigC92 wrote: Wed Nov 28, 2018 2:18 am I always wondered about this in all fs games, but is it worth putting fertilizer on the grass fields? For making hay bales and/or using it for silage.
In 17 you could just use a weeder for all stages of fertilisation (on grass) so for costs you were only looking at running costs for the tractor and weeder, and maybe wages for a worker. And the yield did make it worth it. Not sure if anything has changed in 19 on that.
If you used a weeder in fs19, you'd dig up the whole ground, lol, but ok i see what your saying.
User avatar
theSeb
Posts: 1517
Joined: Tue Mar 07, 2017 8:16 pm

Re: Grass in fs19 questions

Post by theSeb »

Beastbubba wrote: Fri Nov 30, 2018 10:51 pm
theSeb wrote: Fri Nov 30, 2018 10:29 pm Grass is indeed bugged. You can fix it yourself by editing fruitypes.xml in the maps folder where the game is installed.

Look for grass. Change numgrowthstates from 3 to 4

Ohh!! Awsome, will try it when i get home. Thanks
The exact file name is maps_fruitTypes.xml
CattleMan
Posts: 271
Joined: Fri Apr 21, 2017 6:02 am

Re: Grass in fs19 questions

Post by CattleMan »

Also confirm that grows correctly on Xbox One
Ride the wind and shoot the stars. Why chase your dreams when you can live them?
anthu
Posts: 4972
Joined: Thu Nov 06, 2014 8:03 am

Re: Grass in fs19 questions

Post by anthu »

@theSeb

i chanced the
D:\games\Landwirtschafts Simulator 2019\data\maps\maps_fruitTypes.xml
in

Code: Select all

        <fruitType name="grass" shownOnMap="true" useForFieldJob="false">
            <general startStateChannel="0" numStateChannels="4" />
            <cultivation needsSeeding="false" allowsSeeding="true" useSeedingWidth="false" directionSnapAngle="0" alignsToSun="false" seedUsagePerSqm="0.03" plantsWeed="false"/>
            <harvest minHarvestingGrowthState="2" maxHarvestingGrowthState="3" cutState="4" allowsPartialGrowthState="true" literPerSqm="4.37" />
            <growth witheringNumGrowthStates="3" numGrowthStates="4" growthStateTime="36000000" resetsSpray="true" groundTypeChangeGrowthState="1" groundTypeChanged="GRASS" groundTypeChangeMask="GRASS CULTIVATOR PLOW SOWING SOWING_WIDTH" growthRequiresLime="false" regrows="true" firstRegrowthState="1" />
            <!-- <growth witheringNumGrowthStates="3" numGrowthStates="3" growthStateTime="36000000" resetsSpray="true" groundTypeChangeGrowthState="1" groundTypeChanged="GRASS" groundTypeChangeMask="GRASS CULTIVATOR PLOW SOWING SOWING_WIDTH" growthRequiresLime="false" regrows="true" firstRegrowthState="1" /> -->
            <windrow name="grass_windrow" litersPerSqm="4.37" />
            <options lowSoilDensityRequired="false" increasesSoilDensity="false" consumesLime="false" startSprayState="1" destroyedByRoller="false" />
            <destruction filterStart="2" filterEnd="3" state="1" onlyOnField="false" />
            <mapColors default="0.0423 0.1221 0.0252 1" colorBlind="1.0000 0.9473 0.0369 1"/>
        </fruitType>
but nothing solved
mown grass grows only to harvest stage1, not to harvest stage2 - as the all other grass on the map

lg
andreas
User avatar
theSeb
Posts: 1517
Joined: Tue Mar 07, 2017 8:16 pm

Re: Grass in fs19 questions

Post by theSeb »

anthu wrote: Fri Dec 07, 2018 1:01 pm @theSeb

but nothing solved
mown grass grows only to harvest stage1, not to harvest stage2 - as the all other grass on the map

lg
andreas

Sorry. I forgot that you need to change both these values to 4 because it makes no difference to Seasons, but it does in the vanilla game

<growth witheringNumGrowthStates="4" numGrowthStates="4"

Also, this is fixed in the upcoming 1.2 patch
anthu
Posts: 4972
Joined: Thu Nov 06, 2014 8:03 am

Re: Grass in fs19 questions

Post by anthu »

Thanks for the info
User avatar
theSeb
Posts: 1517
Joined: Tue Mar 07, 2017 8:16 pm

Re: Grass in fs19 questions

Post by theSeb »

I double checked and with both those changes grass works like it should in the game
User avatar
hun3
Posts: 790
Joined: Mon Sep 26, 2016 9:43 am

Re: Grass in fs19 questions

Post by hun3 »

Does the grass looks like "grass" to you guys?
User avatar
theSeb
Posts: 1517
Joined: Tue Mar 07, 2017 8:16 pm

Re: Grass in fs19 questions

Post by theSeb »

It looks a lot like a typical full sward grown for feed to me. Especially how it looks in the UK around May.
Shadow250
Posts: 101
Joined: Tue Aug 06, 2013 10:08 pm

Re: Grass in fs19 questions

Post by Shadow250 »

theSeb wrote: Fri Nov 30, 2018 10:29 pm Grass is indeed bugged. You can fix it yourself by editing fruitypes.xml in the maps folder where the game is installed.

Look for grass. Change numgrowthstates from 3 to 4
what about this value ? maxHarvestingGrowthState="3"
User avatar
theSeb
Posts: 1517
Joined: Tue Mar 07, 2017 8:16 pm

Re: Grass in fs19 questions

Post by theSeb »

Shadow250 wrote: Fri Dec 07, 2018 10:32 pm
theSeb wrote: Fri Nov 30, 2018 10:29 pm Grass is indeed bugged. You can fix it yourself by editing fruitypes.xml in the maps folder where the game is installed.

Look for grass. Change numgrowthstates from 3 to 4
what about this value ? maxHarvestingGrowthState="3"
Leave everything else alone... anyway...the beta 1.2 patch released today fixes these issues :)
WolfeUK
Posts: 777
Joined: Wed Oct 26, 2016 3:35 am

Re: Grass in fs19 questions

Post by WolfeUK »

I hate the new grass texture, it looks too much like grass and not wild grass, why change what isnt broken
XB1~PC....I do struggle to understand sometimes, but i try :mrgreen:
Post Reply