Ryandor.com
https://ryandor.com/forum/

Here is a Question
https://ryandor.com/forum/viewtopic.php?f=2&t=2883
Page 1 of 1

Author:  mogmoogle [ Sat May 27, 2006 8:35 pm ]
Post subject:  Here is a Question

In dragon can you space out the trees a little bit more in jungle its really cluttered in there you cant even move

Author:  Spudz777 [ Mon May 29, 2006 1:12 am ]
Post subject: 

Just adjust either the frequency of the trees in scripts/Items/jungle.txt or decrease the ChanceToPlace for the jungle in the /scripts/Items.txt. The first option will decrease the frequency of the trees in relation to all other statics. The second option will decrease the numbers of all statics in the jungle, making for an overall thinner jungle.

Author:  Dian [ Mon May 29, 2006 1:32 am ]
Post subject: 

In Dragon/Scripts/Items.txt
Code:
01 0130 0000 0000 6143 4095 Forest.txt

numbers represent:
[SourceGroup] [ChanceToPlace] [Left] [Top] [Right] [Bottom] [Filename]

So the 0130 is the overall density the forest.txt file items will be given to place. this number is between 0000 and 1000.

In Dragon/Scripts/Items/Forest.txt
Code:
//Tree (Grey) + green leaves
0008 0ccd 0000 0000 0000 0000 0cce 0000 0000 0000 0000

numbers represent:
[Frequency] [ItemGroup1] [ItemGroup2] [ItemGroup3] ...

The number 0008 represents that specific items chance to place, within the entire forest.txt list of items to place. This number is also between 0000 and 1000.

So, now given a 0130 overall density forest gets, we can give individual items their own 'chance' to place within the entire group of items.

Not sure why you need this info, after already claiming to be an old school Dragon user.. but, there is is.

Page 1 of 1 All times are UTC - 7 hours [ DST ]
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/