[ create a new paste ] login | about

Link: http://codepad.org/tgPbKEWD    [ raw code | fork ]

Alberto_Navarro - Python, pasted on Jan 4:
# REGIONGEN 2.00 CONFIGURATION FILE
configlist = [] # Dont touch this

# START OF REGION
s = {}                          # Dont touch this
# Region Configuration
s['regionname'] = "RegionSetOne" # Type the name of your island
s['x'] = [1000,1011]            # X Position... From <------> To
s['y'] = [1000,1011]            # Y Position... From <------> To

# User Configuration
s['firstname'] = "User"   # Your First Name
s['lastname'] = "Test"      # Your Last Name
s['useruuid'] = '00000000-0000-0000-0000-000000000000'  # Your UUID, You can use a script in game to get this
s['password'] = 'test'     # This is optional, it is commented out by default.

# Network Configuration
s['startport'] = 9000               # We recommend leaving this at 9000 for opensim
                                    # unless this isnt the first region.
s['internalip'] = "0.0.0.0"   # You need to get this to a internal wired/wireless lan ip address
s['externalhost'] = "127.0.0.1"  # This is the address that people connect from the outside world to
configlist.append(s)                # Dont touch this
# END OF REGION
# YOU MAY COPY AND PASTE MORE CONFIGURATIONS INTO THIS FILE TO ADD MORE REGIONS.


Output:
No errors or program output.


Create a new paste based on this one


Comments: