Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
If you use VisualStudioCode or similar editors (check for code editors with syntax highlighting) you may also benefit from useful auto-completions.
<tree_override_prototype>
<id value="Cherry"/>
<density value="10" />
</tree_override_prototype>
--> add a few lines
<tree_override_prototype>
<id value="Cherry"/>
<density value="10" />
<min_altitude value="-0.3" />
<max_altitude value="80"/>
<min_angle value="-45" />
<max_angle value="90"/>
</tree_override_prototype>
min_ and max_ altitute defines at what height they spawn. If you set min below 0 don't go to deep, megaliths in lakes (-5) cause errors.
min_ and max_ angle defines how steep the terrain may be (from flat space to steep montain).
My ultimate recommendation is to copy flatlands and make a local copy for yourself with all your tweaks and edits.
Open swamped_trees.xml in editor.
Example for possible parameter as used for FIR:
[code]
<tree_override_prototypes>
<tree_override_prototype>
<id value="Fir"/>
<density value="10" />
<min_altitude value="-0.3" />
<max_altitude value="80"/>
<min_angle value="-45" />
<max_angle value="90"/>
</tree_override_prototype>
</tree_override_prototypes>
[/code]
You are looking for Pear Cherry Chestnut?
Other config examples on the bottom of that file in the comment.
I assume there is also a config for berries in one scenario / location, if you maybe search for Strawberry / blueberry / blackberry in that folder it could pop up if it is there :)
<trees_everywhere value="false"/>
to
<trees_everywhere value="true"/>
It puts stuff in the water but at least they are there.