For changing the distribution of trees, you'll have to edit the files in the /Dragon/scripts/items folder. Here's the basics using a line out of the forest.txt file:
Code:
//Tree + green leaves
0001 0cd3 0000 0000 0000 0000 0cd4 0000 0000 0000 0000
| | | | | | | | | | |
| item Alt Color (X) (Y) item Alt Color (X) (Y)
| to (z) to (z)
| place place
|
| {-----first item ------} {-----second item------}
|
+--- Frequency (how often to place as a precentance: xxx.x%)
In this example, 0cd3 is the tree and 0cd4 is the canopy (leaves)
The frequency is what you need to play with to get more trees. increase this value a little at a time until you get the amount of trees that you want. You'll have to rerun Dragon each time you edit this, as it's calculated when it's run.
The X, Y, and Z are relative values from the point where Dragon calculates. For example:
Code:
//fallen log N/S
0001 0cf3 0000 0000 0000 0000 0cf4 0000 0000 0000 0001
The 0001 on the end tells Dragon to calucate the second item (in this case the other half of the log) to the south by one tile.
-Ryandor