Community Forum

Cover

Forum Overview >> Farming Simulator 22

CategoryFarming Simulator 22
Created08.07.2023 21:34


Henri Henkka (MaanTieBanani) 08.07.2023 21:34
a little help is needed with covers!
Is there a way to get cover to open when unloading but still to allow loading when closed? When i put fillunitindex it opens when unloading but i would need it to allow loading when closed for my mod.

I would appreciate the help!

Wenjie Feng (HatsuneKid) 09.07.2023 03:35
Missing fillUnitIndices="x" in your code?

<cover>
<coverConfigurations>
<coverConfiguration openCoverWhileTipping="true">
<cover openAnimation="toggleCover" fillUnitIndices="4"/>
</coverConfiguration>
</coverConfigurations>
</cover>


Henri Henkka (MaanTieBanani) 09.07.2023 08:01
thanks for the answer Wenjie Feng! but I understood that I can't do what I want with cover. but I found another way to accomplish what I want to my mod


Note: Log in to post. Create a new account here.