codepad
[
create a new paste
]
login
|
about
Language:
C
C++
D
Haskell
Lua
OCaml
PHP
Perl
Plain Text
Python
Ruby
Scheme
Tcl
# 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'] = [5100,5105] # X Position... From <------> To s['y'] = [5100,5105] # Y Position... From <------> To # User Configuration s['firstname'] = "Tom" # Your First Name s['lastname'] = "Jones" # Your Last Name s['useruuid'] = 'get your clients uuid' # Your UUID, You can use a script in game to get this #s['password'] = 'pass' # 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'] = "123.123.123.123" # You need to get this to a internal wired/wireless lan ip address s['externalhost'] = "example.org" # 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. # START OF REGION s = {} # Dont touch this # Region Configuration s['regionname'] = "RegionSetTwo" # Type the name of your island s['x'] = [5200,5205] # X Position... From <------> To s['y'] = [5200,5205] # Y Position... From <------> To # User Configuration s['firstname'] = "Tom" # Your First Name s['lastname'] = "Jones" # Your Last Name s['useruuid'] = 'get your clients uuid' # Your UUID, You can use a script in game to get this #s['password'] = 'pass' # This is optional, it is commented out by default. # Network Configuration s['startport'] = 9100 # We recommend leaving this at 9000 for opensim # unless this isnt the first region. s['internalip'] = "123.123.123.123" # You need to get this to a internal wired/wireless lan ip address s['externalhost'] = "example.org" # 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.
Private
[
?
]
Run code