Jump to content

W2XP problem with fouling next to all fields


Recommended Posts

Posted

Hi!
I am pretty sure it is the wrong forum to ask this (and hopefully someone more wise than me will move the question).

I have a problem finding the rule that defines the fouling next to every OSM field.
Best example is if you just look at the two attached screenshots.

I would like to just have no fouling next to the fields - that's all.
My config file is also attached (more or less the HD one).

THX in advance!!!

spacer.png

spacer.png

Posted

Finally I found out what generates the fouling around fields.

As the manual states (on page 49):
"This rule would surround farmland fields with small trees."
The rule looks as follows:

<rule type="forest">
  <filter type="key‐value">
    landuse=farmland
  </filter>
  <density>200</density>
  <perimeteronly>true</perimeteronly>
  <pass-through>true</pass-through>
  <forests>
    <forest>shrubs.for</forest>
    <forest>mixed.for</forest>
  </objects>
</rule>

Looking into the configuration file I use (originated from the HD config file) the following rule (including the marked change) solves my problem:

<rule type="forest">
  <filter type="key-value">
    landuse=farm
    <!-- landuse=farmland -- THIS FINALY SOLVED MY PROBLEM! -->
    natural=meadow
    landuse=meadow
    landuse=recreation_ground
    landuse=village_green
    natural=grassland
    landuse=grass
    <!-- landuse=field -- I ALSO CHANGED THIS - BELIEVE IT IS ALSO A GOOD IDEA :-) -->
    natural=field
  </filter>
  <simplify>0.5</simplify>
  <perimeter-only>true</perimeter-only>
  <pass-through>true</pass-through>
  <random-density-min>170</random-density-min>
  <random-density-max>235</random-density-max>
  <skip-airport>true</skip-airport>
  <regions>
    <region>!MED</region>
  </regions>
  <forests>
    <forest>forests/Europe/shrubs.for</forest>
  </forests>
  <random-execute seed="farming" min="0" max="100"/>
</rule>

 

Archived

This topic is now archived and is closed to further replies.

  • Tom Allensworth,
    Founder of AVSIM Online


  • Flight Simulation's Premier Resource!

    AVSIM is a free service to the flight simulation community. AVSIM is staffed completely by volunteers and all funds donated to AVSIM go directly back to supporting the community. Your donation here helps to pay our bandwidth costs, emergency funding, and other general costs that crop up from time to time. Thank you for your support!

    Click here for more information and to see all donations year to date.
×
×
  • Create New...