------------------------------------------------------------------
RR-Gen by X101 Batch Output Readme
------------------------------------------------------------------
Outputting more than one map at a time
To do this, you should run the program passing the following arguments: (all optional)   
/n00 - Where 00 is the maximum number of maps you want to output 
 Default: 1, Max: 500, Min: 1   
/r00 - Where 00 is the number of rows your maps will have 
 Default: 7, Max: 14, Min: 3   
/c00 - Where 00 is the number of columns your maps will have 
 Default: 15, Max: 30, Min: 5   
/b00 - Where 00 is the max percentage of blank (unused) squares to leave 
 Default: 40, Max: 100, Min: 10   
/t00 - Where 00 is the timeout in seconds for generating maps
 Default: 200, Max: 5000, Min: 1   
Examples
Ex1:  rrgen.exe /n10 /r10 /c22 /b30   
Generate 10 maps, each with 10 rows and 22 columns.  Each map would  have upto 30% blank space on it.
Ex2:  rrgen.exe /n8 /b20 /t10
Generate upto 8 maps, with the default amount of rows and columns.  Each map would have upto 20% blank space.  If the maps aren't all generated in 10 seconds, then quit. 
  
Note:  If, after the given number of attempts, a map matching the specified criteria has not been generated, no map will be output.   
For example: If you specify 10 maps, and one fails, then only 9 maps will be output.  This is to prevent the program running into endless loops, or taking a very long time to finish processing.
------------------------------------------------------------------
Distributed by RRkit.com
------------------------------------------------------------------
 
Your Comments: