If you are planning to generate world size and random world generation, kindly follow these steps below.

 

Step 1:

Go to Configuration Files, and click the Text Editor from the serverconfig.xml.
 
 
 
Step 2:
 
Find the World section and modify the size from the name="WorldGenSize"
For example, value="8192"/> (You can start at this map size for a test)
 
 
 
Step 3:
 
You must put RWG from the name="GameWorld" and make sure it is indicated like this: value="RWG"/>
 
 
 
NOTE: For generating a world-size map, make sure it should always be a multiple of 1024. E.g. 1024, 2048, 3072, 4096...
Otherwise, the random map will not work if the multiplier size is not followed. Avoid exceeding more than 8,192 in size if possible to have better server stability.
Was this answer helpful? 0 Users Found This Useful (0 Votes)