Category | Farming Simulator 19 |
Created | 30.11.2020 09:26 |
Emincan YaĞiz (Emincan) | 30.11.2020 09:26 |
---|---|
Hi, I added Onion to ravenport map. It's fully working. But Sowing and harvesting time (green and yellow lines) is incorrect in seasons mod. I know the error is in "seasons mod/data/crops.xml" file in the seasons mod. I need to change the sowing and harvest times. Can anyone help me? Thanks. |
Remy Bourdon (magneticreaper) | 21.12.2020 01:10 |
---|---|
https://gitlab.com/realismusmodding/fs19_rm_seasons/-/blob/develop/data/crops.xml <!-- this part lets the crop grow by 1 stage during the defined period--> <growthTransitions> <gt index="1"> <!--late winter to early spring--> <crop name="ONION" incrementByOneRange="1-6"/> </gt> </growthTransitions> <!-- this part defines the crop. when it can be sown or harvested is calculated according to these values (and the previously stated growth opertunity)--> <fruitType name="ONION"> <cultivation plantsWeed="true"/> <growth germinateTemp="5" germinatesoilMoisture="5" youngPlantMaxState="4" maxFertiliseState="4"/> <options seedDroughtResistanceFactor="1" youngPlantDroughtResistanceFactor="1" maturePlantDroughtResistanceFactor="2" seedFrostResistanceFactor="2" youngPlantFrostResistanceFactor="3" maturePlantFrostResistanceFactor="2"/> <rotation category="ROOT" returnPeriod="3" /> </fruitType> |
Note: Log in to post. Create a new account here.