[Opensim-dev] Legacy region XML support - Removed!

Melanie melanie at t-data.com
Sat Apr 12 17:04:22 UTC 2014


I have now removed support for the legacy format. The new format for
XML, both for files and for web loading, is below:

<Nini>
<Section Name="Region Name">
<Key Name="RegionUUID" Value="acae2f54-24fc-427f-92b0-7c3d6a5597d4" />
<Key Name="Location" Value="981,1009" />
<Key Name="InternalAddress" Value="1.2.3.4" />
<Key Name="InternalPort" Value="9000" />
<Key Name="AllowAlternatePorts" Value="false" />
<Key Name="ExternalHostName" Value="1.2.3.4" />
<Key Name="NonPhysicalPrimMax" Value="1024" />
<Key Name="PhysicalPrimMax" Value="64" />
<Key Name="ClampPrimSize" Value="false" />
<Key Name="MaxPrims" Value="45000" />
<Key Name="MaxAgents" Value="100" />
</Section>
</Nini>

Multiple "Section" statements can be placed within "Nini".

- Melanie



More information about the Opensim-dev mailing list