Oakfield w. Seasons no snow patch

User avatar
Jeytav
Moderator
Posts: 100
Joined: Mon Aug 11, 2014 7:33 pm

Oakfield w. Seasons no snow patch

Post by Jeytav »

Got the first snow and noticed that there was a perfect square with no snow on it between F24 and F28

Image

Not sure the cause of it atm but will report back if/once I figure it out

Edit: the square chunk is right in the middle of the map

Edit 2 Le Fix:
Files that needs to have the seasons maskAreas code added:

These files can be found in "FS19_Oakfield\Sellpoints"

bunkerSiloSmall.xml
doghouse.xml
farmSiloLarge.xml
farmSiloLarge2.xml
house.xml
husbandryChicken.xml
husbandryCowLarge.xml
husbandryHorse.xml
husbandryPig.xml
husbandrySheepLarge.xml
Marwellfarm.xml
Sheep1.xml
Sheep2.xml
Workshop.xml

Code: Select all

<seasons>
        <maskAreas>
            <!-- empty list so there is no masking -->
        </maskAreas>
</seasons>
Last edited by Jeytav on Sun Aug 11, 2019 12:22 pm, edited 4 times in total.
User avatar
Jeytav
Moderator
Posts: 100
Joined: Mon Aug 11, 2014 7:33 pm

Re: Oakfield w. Seasons no snow patch

Post by Jeytav »

So the issue lies with the custom placeables, in the map it self they have a custom made snowmask but each individual xml file for th placeables doesn't contain the seasons mask area code(below) to prevent seasons from making a fallback mask. Adding this code to each placeable xml fixes the issue

Code: Select all

<seasons>
        <maskAreas>
            <!-- empty list so there is no masking -->
        </maskAreas>
</seasons>
Ritchie
Posts: 1490
Joined: Tue Jun 19, 2018 12:15 pm
Location: Scotland

Re: Oakfield w. Seasons no snow patch

Post by Ritchie »

You'd probably be better messaging Oxygendavid on his FB page with this.
User avatar
alpha117
Posts: 326
Joined: Mon Jun 19, 2017 4:12 pm

Re: Oakfield w. Seasons no snow patch

Post by alpha117 »

Jeytav wrote: Sat Aug 10, 2019 11:13 am So the issue lies with the custom placeables, in the map it self they have a custom made snowmask but each individual xml file for th placeables doesn't contain the seasons mask area code(below) to prevent seasons from making a fallback mask. Adding this code to each placeable xml fixes the issue

Code: Select all

<seasons>
        <maskAreas>
            <!-- empty list so there is no masking -->
        </maskAreas>
</seasons>
Do you just add this to the bottom of the XML for every placeable?

Thanks
User avatar
Jeytav
Moderator
Posts: 100
Joined: Mon Aug 11, 2014 7:33 pm

Re: Oakfield w. Seasons no snow patch

Post by Jeytav »

alpha117 wrote: Sat Aug 10, 2019 2:43 pm
Jeytav wrote: Sat Aug 10, 2019 11:13 am So the issue lies with the custom placeables, in the map it self they have a custom made snowmask but each individual xml file for th placeables doesn't contain the seasons mask area code(below) to prevent seasons from making a fallback mask. Adding this code to each placeable xml fixes the issue

Code: Select all

<seasons>
        <maskAreas>
            <!-- empty list so there is no masking -->
        </maskAreas>
</seasons>
Do you just add this to the bottom of the XML for every placeable?

Thanks

Aye in FS19_Oakfield/Sellpoints you need to edit each xml file that has <clearAreas>blablabla</clearAreas> and add that bit of code I posted to them

like this in sheep2.xml
Image

This thread has been forwared to Oxy as well

Edit: Added list to OP with all the files that needs to be edited
User avatar
alpha117
Posts: 326
Joined: Mon Jun 19, 2017 4:12 pm

Re: Oakfield w. Seasons no snow patch

Post by alpha117 »

All changed here

many thanks
Post Reply