[Opensim-users] Is there a quick way to recover the region UUID for a region where region.ini file is not available
Jeff Kelley
opensim at pescadoo.net
Wed Feb 19 15:26:37 UTC 2014
At 1:27 PM +0000 19/2/14, Ai Austin wrote:
>> Did you keep a landmark?
>
>'fraid not. I can still see the map tiles on the map for the regions
>that were there
>are not online. But wondered if there was a way to find the UUIDs of OSGrid
>regions where "Ai Austin" avatar is the owner?
The source for the uuid is the region file. Then, it is written to
the 'regions' table as long as the simulator is running. This is the
only place where the (id x name) mapping is stored. If the simulator
quits, the row gets deleted (this is what I observe in my standalone).
However, if somebody teleported directly to your region from his
grid, he should still have a record in his database
(http://hg.osgrid.org:80: Vue-Rig). Unfortunately, I only have
Vue-Port since this is your recommended HG gateway. This is how I
know that Vue-Port is 2aa49e09-f1b1-4f20-8ae3-55e0399a674c.
Another place where the region uuid is used is the 'prims' table. So,
supposing you get a copy of the simulator database and remember the
name of an object belonging to the region, you can recover the region
uuid.
-- Jeff
More information about the Opensim-users
mailing list