Files
libremetaverse/bin/SimianData/RegionConfig/Tamarin.ini
John Hurliman 3c5d40402f [Simian]
* Added region flags to the region config files
* Implemented grid map support (still acts weird until MapLayerReply is properly implemented)
* Temporarily disabling HyperGrid teleport until proper HyperGrid config file support is added

git-svn-id: http://libopenmetaverse.googlecode.com/svn/libopenmetaverse/trunk@2489 52acb1d6-8a22-11de-b505-999d5b087335
2009-03-17 01:26:59 +00:00

46 lines
1.5 KiB
INI

[Region]
; Region name
Name = Tamarin
; UDP Port for this region to listen on. If this value is not present, the next
; available port (starting from 9000) will be assigned
;UDPPort = 9000
; Coordinates of this simulator on the grid. If these values are not present,
; the server will automatically assign grid coordinates
RegionX = 7001
RegionY = 6999
; The region certificate used to identify this region. This is a PKCS#12 file
; that must be signed (usually generated) by the grid server that this region
; belongs to. This path is relative to the SimianData directory
RegionCertificate = JunkRegionCertificate.p12
; The default terrain file to use if no terrain data has been stored for this
; region yet. This path is relative to the SimianData directory
DefaultTerrain = flat30m.tga
; Default water level (in meters). This can be edited in-world, and the current
; state of the simulator will override the default here
WaterHeight = 20.0
; Maximum number of static (non-physical) objects allowed in the scene
StaticObjectLimit = 16000
; Maximum number of physical objects allowed in the scene. This includes avatars
PhysicalObjectLimit = 1000
; Various default region settings. These can be edited in-world, and the current
; state of the simulator will override the defaults here
AllowDamage = false
SunFixed = false
BlockTerraform = false
SkipScripts = false
SkipPhysics = false
PublicAllowed = true
NoFly = false
AllowDirectTeleport = true
RestrictPushObject = false
AllowParcelChanges = true