[Opensim-dev] Configuration problems, regionload_webserver_url
David Saunders
abitar.com at gmail.com
Wed Jul 9 15:17:35 UTC 2014
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://opensimulator.org/pipermail/opensim-dev/attachments/20140709/f03ec52d/attachment.html>
More information about the Opensim-dev
mailing list