[Opensim-dev] Estate export

Mic Bowman cmickeyb at gmail.com
Tue Mar 3 20:13:56 UTC 2009


I know this is a fast hack and is probably obvious... but i use a
command script to load/save oar files across a full estate. create a
file like this:

change-region foo1
load oar /share/opensim/estate/foo1.tgz

change-region foo2
load oar /share/opensim/estate/foo2.tgz

and then in the console:
command-script <whatever-you-named-the-file>

--mic

On Tue, Mar 3, 2009 at 10:07 AM, SignpostMarv Martin
<opensim at signpostmarv.name> wrote:
> Justin Clark-Casey wrote:
>> SignpostMarv Martin wrote:
>>
>>> Is it possible to export multiple regions to a single archive for easy
>>> import/export ?
>>>
>>
>> Unfortunately not right now.  I do recognize that it would be nice to have but the feature is a lot of work.  Exporting
>> itself would require quite a lot of code (as well as overcoming the fact that the archiver module is not currently
>> shared between regions).  Importing requires the same work and in addition code to make sure that the region layout on
>> the server matched that of the archive being imported (or maybe even more snazzy things like automatically setting up
>> regions), etc.
>
> I'd imagine that the CLI syntax would be similar to "terrain load-tile",
> e.g. "load-oar-tile foo.tgz 2 3 1000 1000".
>
> One possibility (that I've considered doing myself) would be to have
> individual region archives built client-side- it's hacky but it'd get
> things working now.
>
>
> ~ Marv.
>
> _______________________________________________
> Opensim-dev mailing list
> Opensim-dev at lists.berlios.de
> https://lists.berlios.de/mailman/listinfo/opensim-dev
>



More information about the Opensim-dev mailing list