Hey Thanks for the help, KNowing that was close to the write solution was a big help and maybe, this will be able to be found when someone else need the information by googling it :)
My orignal problem was more complex then just getting the format correct, but I resolve that and now Now we up with 50 sims running smooth. David On Thu, Jul 10, 2014 at 1:06 AM, Mister Blue <[email protected]> wrote: > 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. > > SizeZ exists for when we allow vertical regions but, for the moment, the > parameter stubs are here and there. > > > On Wed, Jul 9, 2014 at 9:07 AM, Melanie <[email protected]> wrote: > >> The format you used is correct. >> >> <Nini> >> <Section Name="AVN3B Mainstage"> >> <Key Name="RegionUUID" Value="acaf2f54-14fc-427f-92b0-7c3d6a5597d4" /> >> <Key Name="Location" Value="981,1009" /> >> <Key Name="InternalAddress" Value="a.b.c.d" /> >> <Key Name="InternalPort" Value="x" /> >> <Key Name="AllowAlternatePorts" Value="false" /> >> <Key Name="ExternalHostName" Value="188.138.100.42" /> >> <Key Name="ScopeID" Value="07f8d89e-cd5e-4239-a1ed-943f75d09992" /> >> <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" /> >> <Key Name="RegionType" Value="" /> >> <Key Name="MaptileStaticUUID" >> Value="00000000-0000-0000-0000-000000000000" /> >> </Section> >> </Nini> >> >> The above is an actual configuration (UUIDs and host/port changed). >> This works for us. >> >> Varregion support may or may not be included in webloading yet, so >> it may well be that your server barfs because of the size params. >> >> - Melanie >> >> On 09/07/2014 17:17, David Saunders wrote: >> > Hey, >> > >> > I been working on migrating my grid from 0.7.6 to 0.8.0. And I load >> my >> > region data via a web server (as pointed by regionload_webserver_url in >> > startup). I remember reading a patch about removing the old format for >> > this, apparently I am using the old format. >> > >> > I search the world over.. Delved into the code.. I tried using the >> current >> > ini on a nini xml format and still get no region data found. >> > >> > What I have for 7.6: >> > >> > <Regions><Root><Config sim_UUID="102b4f34-9999-46eb-a294-22d32b667ae0" >> > sim_name="Training Grounds" sim_location_x="9997" sim_location_y="9991" >> > object_capacity="10000" internal_ip_address="0.0.0.0" >> internal_ip_port="9121" >> > external_host_name="127.0.0.1" sim_size_x="256" sim_size_y="256" >> sim_size_z >> > ="4096" /></Root> >> > </Regions> >> > >> > >> > my last atempt 0.8.0 >> > >> > >> > <Nini> <Section Name="Training Grounds" > <Key Name ="RegionUUID" Value >> = " >> > 102b4f34-9999-46eb-a294-22d32b667ae0" /> <Key Name ="Location" Value = " >> > 9997,9991" /> <Key Name ="RegionLocX" Value = "9997" /> <Key Name =" >> > RegionLocY" Value = "9991" /> <Key Name ="MaxPrims" Value = "10000" /> >> <Key >> > Name ="InternalAddress" Value = "0.0.0.0" /> <Key Name ="InternalPort" >> Value >> > = "9121" /> <Key Name ="ExternalHostName" Value = "127.0.0.1" /> <Key >> Name >> > ="SizeX" Value = "256" /> <Key Name ="SizeY" Value = "256" /> <Key Name >> =" >> > SizeZ" Value = "4096" /> </Section></Nini> >> > >> > >> > I appreciate any help in resolving this >> > Thanks >> > >> > David >> > >> > >> > >> > >> > _______________________________________________ >> > Opensim-dev mailing list >> > [email protected] >> > http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-dev >> _______________________________________________ >> Opensim-dev mailing list >> [email protected] >> http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-dev >> > > > _______________________________________________ > Opensim-dev mailing list > [email protected] > http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-dev > >
_______________________________________________ Opensim-dev mailing list [email protected] http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-dev
