Difference between revisions of "RealXtend Server Configuration"

From CRIPTWiki
Jump to: navigation, search
Line 12: Line 12:
  
 
<span style="color:red">sim_UUID="0bcd60d2-6bd6-41fa-b14c-ab0c78d8e4bb"</span>  
 
<span style="color:red">sim_UUID="0bcd60d2-6bd6-41fa-b14c-ab0c78d8e4bb"</span>  
NOTE: You can obtain UUID from [http://www.guidgenerator.com/online-guid-generator.aspx]
+
*NOTE: You can obtain UUID from [http://www.guidgenerator.com/online-guid-generator.aspx]
 +
 
 
<span style="color:red">sim_name="Middle"</span>  
 
<span style="color:red">sim_name="Middle"</span>  
  
Line 25: Line 26:
 
allow_alternate_ports="false"  
 
allow_alternate_ports="false"  
  
<span style="color:red">external_host_name="129.100.26.153"</span>   
+
<span style="color:red">external_host_name="999.999.999.999"</span>   
 
+
*NOTE: this should be your own IP.
 +
 
master_avatar_uuid="00000000-0000-0000-0000-000000000000"  
 
master_avatar_uuid="00000000-0000-0000-0000-000000000000"  
  

Revision as of 19:40, 7 May 2009

Source: http://therexfiles.cybertechnews.org/?p=201

Create New Land

rexserver\Regions\ Create a new xml file with following info: Everything in RED should be changed.


<Root>

<Config

sim_UUID="0bcd60d2-6bd6-41fa-b14c-ab0c78d8e4bb"

  • NOTE: You can obtain UUID from [1]

sim_name="Middle"

sim_location_x="1000"

sim_location_y="1000"

internal_ip_address="0.0.0.0"

internal_ip_port="9000"

allow_alternate_ports="false"

external_host_name="999.999.999.999"

  • NOTE: this should be your own IP.

master_avatar_uuid="00000000-0000-0000-0000-000000000000"

estate_covanant_uuid="00000000-0000-0000-0000-000000000000"

master_avatar_first="Test"

master_avatar_last="User"

master_avatar_account="testuser"

master_avatar_pass="test"

master_avatar_authentication_address="http://127.0.0.1:10001"

flight_ceiling_height="1024.0"

/>

</Root>