Thanks everyone. :-)<br><br>I got it figured out. I ended up using terrain load-tile in the end. For some reason, Gmail had marked this as read before I actually read all the info. Got some issues with crappy ISP.<br><br>Had the terrain map saved as a .PNG file, so no problem there. It was the info about the number of tiles (not tile size) and using the grid coordinates, not the sim's. Got it loaded now and I'm happy with the result.<br>
<br>Thanks again<br><br>Sarge Misfit<br><br><div class="gmail_quote">On Tue, Sep 25, 2012 at 6:35 AM, Robert Martin <span dir="ltr"><<a href="mailto:robertltux@gmail.com" target="_blank">robertltux@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On Tue, Sep 25, 2012 at 8:00 AM, GarminKawaguichi<br>
<<a href="mailto:garmin.kawaguichi@magalaxie.com">garmin.kawaguichi@magalaxie.com</a>> wrote:<br>
> If your terrain map is a .PNG, you can try the server command : terrain<br>
> load-tile ; I use it with success for MegaRegion.<br>
><br>
> GCI<br>
><br>
> Le 25/09/2012 02:45, Sarge Misfit a écrit :<br>
><br>
> I have a terrain map that is 1024x1024 and I want to use it across a 4x4<br>
> MegaRegion. I tried to break it down into 256x256 files by cropping using<br>
> PhotoShop, Gimp and Paint but I can't get the dimensions right. I tried<br>
> using terrain load-tile in the console but I don't think I am setting the<br>
> arguments right. Any ideas or help will be appreciated.<br>
><br>
> Sarge Misfit<br>
><br>
><br>
<br>
</div>easiest way to do this is to setup your terrain file as a png with a<br>
"floor" of say 5 or 6 greyscale (NOT ZERO). cutting a previous<br>
message in<br>
"terrain load-tile is a solution; image.png is your "the "map" for a<br>
3X3 mega region"<br>
change region reg1<br>
terrain load-tile c:\path\image.png 3 3 8990 7654 (where 8990 is XLOC<br>
address and 7654 is YLOC of the left-most bottommost region)<br>
change region reg2<br>
terrain load-tile c:\path\image.png 3 3 8990 7654 (yes always same values)<br>
----- -----change region reg9<br>
terrain load-tile c:\path\image.png 3 3 8990 7654<br>
but if the region reg1 is the root for that server(and this must be<br>
true for a 3x3 Megaregion) you canuse:<br>
change region root<br>
terrain load-tile c:\path\image.png 3 3 8990 7654<br>
and all the nine terrain regions will be loaded!"<br>
<span class="HOEnZb"><font color="#888888">--<br>
Robert L Martin<br>
</font></span><div class="HOEnZb"><div class="h5">_______________________________________________<br>
Opensim-users mailing list<br>
<a href="mailto:Opensim-users@lists.berlios.de">Opensim-users@lists.berlios.de</a><br>
<a href="https://lists.berlios.de/mailman/listinfo/opensim-users" target="_blank">https://lists.berlios.de/mailman/listinfo/opensim-users</a><br>
</div></div></blockquote></div><br>