bodzio528 / FS22_CropRotation

mod for Farming Simulator 22
48 stars 15 forks source link

New crops #41

Closed Bogy121 closed 9 months ago

Bogy121 commented 10 months ago

Hey,

i really like your mod. It's amazing (something that FS22 is really really missing) ;) . Is there any chance for you to update it, to add crops from latest expansion? Also, will you upload the mod back to modhub again (I see that its taken down)

Thank you. BR

Bogy121 commented 9 months ago

To anyone reading this, I think I managed to properly add premium expansion crops. Use this at YOUR OWN RISK and DO NOT UPLOAD your modification anywhere without @bodzio528 permission !!! This is for personal use only !! If you have any suggestions, leave them here until this amazing mod is properly updated.

1.) Download the latest version (v2.5.0.1-hotfix): https://github.com/bodzio528/FS22_CropRotation/releases/tag/v2.5.0.1-hotfix 2.) Unzip the mod somewhere 3.) Find the crops.xml file (under "data" folder) 4.) Scroll to the bottom of the XML and delete the part for carrots (don't worry, it will be added again) 5.) Add next lines:

    <crop name="CARROT"    returnPeriod="3">
        <good>MAIZE ONION WHEAT BARLEY OAT</good>
        <bad>SUGARBEET POTATO CARROT PARSNIP BEETROOT</bad>
    </crop>

    <crop name="PARSNIP"    returnPeriod="3">
        <good>MAIZE ONION WHEAT BARLEY OAT</good>
        <bad>SUGARBEET POTATO CARROT PARSNIP BEETROOT</bad>
    </crop>

    <crop name="BEETROOT"    returnPeriod="3">
        <good>MAIZE ONION WHEAT BARLEY OAT</good>
        <bad>SUGARBEET POTATO CARROT PARSNIP BEETROOT</bad>
    </crop>

It should look like this: image

6.) Zip the mod again and add it to yours mod folder

Feel free to modify "good" and "bad" crops. I'm not a farmer in real life. If you think "good" and "bad" crops are not correct, feel free to modify them (just please, add the comment here so I and everyone else can see it).

bodzio528 commented 9 months ago

Hi, thank you for your input!

I have incorporated new crops to default crop rotation table, and made it available on github, as version 2.5.0.2, to download https://github.com/bodzio528/FS22_CropRotation/releases/tag/v2.5.0.2