<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p>OpenSim Users and Developers</p>
<p><br>
</p>
<p>I have written and released a few python scripts that operate on OpenSimulator version 0.8 OAR files.  Three of them are simply visualization tools, but the primary effort script (split.py) will operate on a VAR region OAR file, and split it into multiple
 standard 256 meter region OAR files.</p>
<p><br>
</p>
<p>VAR regions are very useful, but they have a few shortcomings.  We saw that VAR regions do not scale well, and that normal operations (such as maptile generation, or persistence) could make the larger regions unusable for minutes at a time.  Unfortunately,
 OpenSimulator only provides mechanisms for loading a standard oar into a VAR region.  I could not find any mechanism for saving a tile out of a VAR region.  So I wrote one.</p>
<p><br>
</p>
<p>The scripts are released under MIT, and are available at <a href="https://github.com/M-O-S-E-S/opensim-oar-utilities" id="LPlnk753908" title="https://github.com/M-O-S-E-S/opensim-oar-utilities
Ctrl+Click or tap to follow the link">https://github.com/M-O-S-E-S/opensim-oar-utilities</a>.
  I have only tested these internally, so if anyone would be willing to test them, or provide input, it would be appreciated.  Feedback and contributions are welcome.  I have successfully run it against a 2x2 VAR region and a 6x6 VAR region on the MOSES Grid.</p>
<p><br>
</p>
Caveats on this version:
<div> - The resultant OAR files are currently asset-less.  So they should only be loaded into grids where the assets in question already exist, such as the grid containing the original VAR region.</div>
<div>- Assets that are off-region (coordinates outside of the 0-256,0-256 coordinate square) are ignored.</div>
<div><br>
</div>
<div>Thanks</div>
<div><br>
</div>
<div>Michael Heilmann</div>
<div><br>
</div>
</div>
</body>
</html>