Region Configuration File

Each region in your plaza is configured through a region configuration file. These files are typically stored in the “Regions” directory of your OpenSim installation.

You can host from 1 to 25 regions in a plaze. Every region needs a unique name, unique identifier, location in the plaza, and network port. In addition, you'll need to identify an avatar to be used as the “Master” or owner of the regions. The Master avatar can perform estate management functions on the region.

sim_name the name of your region
sim_UUID the region's unique identifer, generate with “uuidgen” command in Linux or ask scisim-support@googlegroups.com to generate one for you
sim_location_x x coordinate, should be in the range assigned to your plaza
sim_location_y y coordinate, should be in the range assigned to your plaza
external_host_name the domain name or IP address of the server on which the simulator is running
internal_ip_port the network port where the region will accept connections, each region needs a unique port, good numbers are in the range 9000-9100, be sure your firewall provides access
master_avatar_first first name of the avatar that will own the region
master_avatar_last last name of the avatar that will own the region
master_avatar_uuid unique identifier for the master user, to get your identifier you can put this scipt in a prim and touch it
master_avatar_pass leave this blank, there should be no master avatar password in grid mode

Example Region Configuration File

<Root>
<Config
   sim_name="YOUR REGION NAME"
   sim_UUID="YOUR SIM UUID"
   sim_location_x="1000"
   sim_location_y="994"
   internal_ip_address="0.0.0.0"
   internal_ip_port="9000"
   external_host_name="peak.sciencesim.com"
   master_avatar_first="YOUR MASTERUSER FIRST NAME"
   master_avatar_last="YOUR MASTERUSER LAST NAME"
   master_avatar_pass="MASTER PASSWORD"
   master_avatar_uuid="YOUR MASTERUSER UUID"
   allow_alternate_ports="false"
   estate_covanant_uuid="00000000-0000-0000-0000-000000000000"
   lastmap_uuid="00000000-0000-0000-0000-000000000000"
   lastmap_refresh="1234481459"
   nonphysical_prim_max="0"
   physical_prim_max="0"
   clamp_prim_size="false"
   object_capacity="0" />
</Root>
 
 
 
 
regionxml.txt · Last modified: 2009/02/13 11:48 by cmickeyb
 
RSS - 2008 © ScienceSim