Ryandor.com

Forums
It is currently Sat Apr 27, 2024 9:47 am

All times are UTC - 7 hours [ DST ]




Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: Here is a Question
PostPosted: Sat May 27, 2006 8:35 pm 
Offline
Apprentice
Apprentice
User avatar

Joined: Thu May 18, 2006 3:08 pm
Posts: 36
In dragon can you space out the trees a little bit more in jungle its really cluttered in there you cant even move


Top
 Profile  
 
 Post subject:
PostPosted: Mon May 29, 2006 1:12 am 
Offline
Master
Master

Joined: Tue May 17, 2005 12:23 am
Posts: 279
Location: USA
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.


Top
 Profile  
 
 Post subject:
PostPosted: Mon May 29, 2006 1:32 am 
Offline
Not your daddy
Not your daddy

Joined: Mon Nov 18, 2002 2:18 am
Posts: 1224
Location: Oregon State
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.

_________________
Forget what you know, know what you forget.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC - 7 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 39 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group