<div dir="ltr">The region size parameters are in the Nini configuration reader so they should be accepted. I did notice that the XML reader for RegionInfo configuration silently eats any exceptions. That should probably be fixed.<div>
<br></div><div>SizeZ exists for when we allow vertical regions but, for the moment, the parameter stubs are here and there.</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Jul 9, 2014 at 9:07 AM, Melanie <span dir="ltr"><<a href="mailto:melanie@t-data.com" target="_blank">melanie@t-data.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">The format you used is correct.<br>
<br>
<Nini><br>
<Section Name="AVN3B Mainstage"><br>
<Key Name="RegionUUID" Value="acaf2f54-14fc-427f-92b0-7c3d6a5597d4" /><br>
<Key Name="Location" Value="981,1009" /><br>
<Key Name="InternalAddress" Value="a.b.c.d" /><br>
<Key Name="InternalPort" Value="x" /><br>
<Key Name="AllowAlternatePorts" Value="false" /><br>
<Key Name="ExternalHostName" Value="188.138.100.42" /><br>
<Key Name="ScopeID" Value="07f8d89e-cd5e-4239-a1ed-943f75d09992" /><br>
<Key Name="NonPhysicalPrimMax" Value="1024" /><br>
<Key Name="PhysicalPrimMax" Value="64" /><br>
<Key Name="ClampPrimSize" Value="false" /><br>
<Key Name="MaxPrims" Value="45000" /><br>
<Key Name="MaxAgents" Value="100" /><br>
<Key Name="RegionType" Value="" /><br>
<Key Name="MaptileStaticUUID"<br>
Value="00000000-0000-0000-0000-000000000000" /><br>
</Section><br>
</Nini><br>
<br>
The above is an actual configuration (UUIDs and host/port changed).<br>
This works for us.<br>
<br>
Varregion support may or may not be included in webloading yet, so<br>
it may well be that your server barfs because of the size params.<br>
<span class="HOEnZb"><font color="#888888"><br>
- Melanie<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
On 09/07/2014 17:17, David Saunders wrote:<br>
> Hey,<br>
><br>
> Â Â I been working on migrating my grid from 0.7.6 to 0.8.0. And I load my<br>
> region data via a web server (as pointed by regionload_webserver_url in<br>
> startup). I remember reading a patch about removing the old format for<br>
> this, apparently I am using the old format.<br>
><br>
> I search the world over.. Delved into the code.. Â I tried using the current<br>
> ini on a nini xml format and still get no region data found.<br>
><br>
> What I have for 7.6:<br>
><br>
> <Regions><Root><Config sim_UUID="102b4f34-9999-46eb-a294-22d32b667ae0"<br>
> sim_name="Training Grounds" sim_location_x="9997" sim_location_y="9991"<br>
> object_capacity="10000" internal_ip_address="0.0.0.0" internal_ip_port="9121"<br>
> external_host_name="127.0.0.1" sim_size_x="256" sim_size_y="256" sim_size_z<br>
> ="4096" /></Root><br>
> </Regions><br>
><br>
><br>
> my last atempt 0.8.0<br>
><br>
><br>
> <Nini> <Section Name="Training Grounds" > <Key Name ="RegionUUID" Value = "<br>
> 102b4f34-9999-46eb-a294-22d32b667ae0" /> <Key Name ="Location" Value = "<br>
> 9997,9991" /> <Key Name ="RegionLocX" Value = "9997" /> <Key Name ="<br>
> RegionLocY" Value = "9991" /> <Key Name ="MaxPrims" Value = "10000" /> <Key<br>
> Name ="InternalAddress" Value = "0.0.0.0" /> <Key Name ="InternalPort" Value<br>
> = "9121" /> <Key Name ="ExternalHostName" Value = "127.0.0.1" /> <Key Name<br>
> ="SizeX" Value = "256" /> <Key Name ="SizeY" Value = "256" /> <Key Name ="<br>
> SizeZ" Value = "4096" /> </Section></Nini><br>
><br>
><br>
> I appreciate any help in resolving this<br>
> Thanks<br>
><br>
> David<br>
><br>
><br>
><br>
><br>
</div></div><div class="HOEnZb"><div class="h5">> _______________________________________________<br>
> Opensim-dev mailing list<br>
> <a href="mailto:Opensim-dev@opensimulator.org">Opensim-dev@opensimulator.org</a><br>
> <a href="http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-dev" target="_blank">http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-dev</a><br>
_______________________________________________<br>
Opensim-dev mailing list<br>
<a href="mailto:Opensim-dev@opensimulator.org">Opensim-dev@opensimulator.org</a><br>
<a href="http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-dev" target="_blank">http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-dev</a><br>
</div></div></blockquote></div><br></div>