Category | Farming Simulator 22 |
Created | 11.04.2022 00:59 |
Jason Thomas (Malachi2241) | 11.04.2022 00:59 |
---|---|
Attempting to create map_growth.xml which accommodates double cropping for map I'm working on. I have been able to figure out how to create 2 planting windows but harvesting times is all screwed up. Anyone had any luck with figuring it out and have any pointers? |
Jason Thomas (Malachi2241) | 11.04.2022 01:01 |
---|---|
This is an example of what I have for wheat currently: <fruit name="wheat" initialState="8"> <period index="1" plantingAllowed="true"> <update range="1" add="1" /> <update range="2" add="2" /> </period> <period index="2" plantingAllowed="true"> <update range="1-2" add="1" /> <update range="4" add="1" /> </period> <period index="3" plantingAllowed="true"> <update range="1-3" add="1" /> <update range="5" add="1" /> </period> <period index="4"> <update range="2-4" add="1" /> <update range="6" add="1" /> </period> <period index="5"> <update range="3-5" add="1" /> </period> <period index="6"> <update range="4-6" add="1" /> </period> <period index="7" plantingAllowed="true"> <update range="7" add="1" /> <update range="1" add="1" /> </period> <period index="8" plantingAllowed="true"> <update range="8" add="1" /> <update range="1-2" add="1" /> </period> <period index="9" plantingAllowed="true"> <update range="1-2" add="1" /> </period> <period index="10"> </period> <period index="11"> </period> <period index="12"> </period> </fruit> |
Duke Giantsdevelopernetwork (duke54) | 09.05.2022 04:19 |
---|---|
This mod will teach you how to adjust the seasonal cycles for a crop: Real Life Numbers https://www.modhoster.com/mods/fs22_reallifenumbers-41f7ef8e-e47e-46dc-a21e-527be8e2eb2f |
Sean Michael (Boundless84) | 18.03.2023 17:26 |
---|---|
Have a read in this thread: https://1-ls--modcompany-com.translate.goog/forum/thread/9741-maps-growth/?l=2&_x_tr_enc=1&_x_tr_sl=de&_x_tr_tl=en&_x_tr_hl=en&_x_tr_pto=wapp That link should translate to English from German. If not, here's the original link, and you can enter it into Google Translate directly yourself: https://ls-modcompany.com/forum/thread/9741-maps-growth/ |
Note: Log in to post. Create a new account here.