View Single Post
Old 05-04-06, 03:12 AM   #4
JScones
Navy Seal
 
Join Date: Apr 2005
Posts: 5,501
Downloads: 19
Uploads: 0
Default

Quote:
Originally Posted by don1reed
How many of these "[#_data....]" can you put into the Randomized events file?
Until you run out of memory...Maybe 100's, maybe 1000's. Definitely more than what we currently have though. For example, Zones.cfg has 203 sections.

Quote:
Originally Posted by don1reed
...and do they have to be numbered sequentially?
No, but they *must* be unique. This is not an SH3Cmdr requirement, it's a fundamental OS requirement. The easiest way to achieve distinctness, of course, is to prefix each repeated filename with an incrementing integer, ie:

[0_data\Menu\en_menu.txt]
[1_data\Menu\en_menu.txt]
[2_data\Menu\en_menu.txt]
[0_data\Menu\de_menu.txt]
[1_data\Menu\de_menu.txt]
[2_data\Menu\de_menu.txt]
JScones is offline   Reply With Quote