diff options
author | onefang | 2019-05-28 06:19:38 +1000 |
---|---|---|
committer | onefang | 2019-05-28 06:19:38 +1000 |
commit | f921cb712e67893b44496192e5297335ed65caf7 (patch) | |
tree | b3b2782530414e23400f10ecc5b718682d2745b1 /example/config/sim_skeleton/My_sim.xml | |
parent | Management scripts encounters the real world, needs patching up. (diff) | |
download | opensim-SC_OLD-f921cb712e67893b44496192e5297335ed65caf7.zip opensim-SC_OLD-f921cb712e67893b44496192e5297335ed65caf7.tar.gz opensim-SC_OLD-f921cb712e67893b44496192e5297335ed65caf7.tar.bz2 opensim-SC_OLD-f921cb712e67893b44496192e5297335ed65caf7.tar.xz |
Add [Region] .ini block.
For including actual region definition in the normal .ini stack.
Same as the usual Region.ini format, except we add a RegionName
parameter.
Diffstat (limited to 'example/config/sim_skeleton/My_sim.xml')
-rw-r--r-- | example/config/sim_skeleton/My_sim.xml | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/example/config/sim_skeleton/My_sim.xml b/example/config/sim_skeleton/My_sim.xml deleted file mode 100644 index f71df57..0000000 --- a/example/config/sim_skeleton/My_sim.xml +++ /dev/null | |||
@@ -1,20 +0,0 @@ | |||
1 | <Nini> | ||
2 | <Section Name="SIM_NAME"> | ||
3 | <Key Name="RegionUUID" Value="SIM_UUID" /> | ||
4 | <Key Name="Location" Value="SIM_POS" /> | ||
5 | <Key Name="InternalAddress" Value="SIM_IP" /> | ||
6 | <Key Name="InternalPort" Value="SIM_INT_PORT" /> | ||
7 | <Key Name="AllowAlternatePorts" Value="False" /> | ||
8 | <Key Name="ExternalHostName" Value="SIM_URL" /> | ||
9 | <Key Name="RegionType" Value="private sim" /> | ||
10 | <Key Name="SizeX" Value="SIM_SIZE" /> | ||
11 | <Key Name="SizeY" Value="SIM_SIZE" /> | ||
12 | <Key Name="SizeZ" Value="16384" /> | ||
13 | <Key Name="MaxAgents" Value="100" /> | ||
14 | <Key Name="MaxPrims" Value="45000" /> | ||
15 | <Key Name="PhysicalPrimMax" Value="640" /> | ||
16 | <Key Name="NonphysicalPrimMax" Value="2560" /> | ||
17 | <Key Name="ClampPrimSize" Value="False" /> | ||
18 | <Key Name="MaptileStaticUUID" Value="00000000-0000-0000-0000-000000000000" /> | ||
19 | </Section> | ||
20 | </Nini> | ||