Rez boxes rezzing items in middle of region

Creating scripts
Post Reply
User avatar
Genavieve Page
Posts: 61
Joined: Thu Jun 02, 2016 2:54 pm
Has thanked: 116 times
Been thanked: 44 times

Rez boxes rezzing items in middle of region

Post by Genavieve Page »

hello lovely people
just a quick question. I have an issue with my own created rez boxes (uses to rez fine in front of the rez box) now it complete the rez in the middle of my region. I have a 8x8 and previously had the 4x4 which used to rez fine.. I use buddy builder and they always worked fine before.
any tips would be welcomed. I don't have any other rez boxes out only trying one at a time so they cant be getting confused hehehe
kind regards Genavieve Page
Last edited by Genavieve Page on Tue May 24, 2022 5:01 am, edited 1 time in total.
These users thanked the author Genavieve Page for the post:
Ilan Tochner
User avatar
Ilan Tochner
Posts: 6503
Joined: Sun Dec 23, 2012 8:44 am
Has thanked: 4942 times
Been thanked: 4454 times
Contact:

Re: Rez boxes rezzing items in middle of region

Post by Ilan Tochner »

Hi Genavieve,

If I'm not mistaken builder buddy is set to a max region size of 1024x1024 and you need to change that for it to work on a 8x8 world. I seem to recall this being discussed in the forums but I can't find the relevant post ATM.
These users thanked the author Ilan Tochner for the post:
Genavieve Page
User avatar
Dot Matrix
Posts: 1625
Joined: Sun Jul 28, 2013 3:26 am
Has thanked: 1208 times
Been thanked: 2324 times

Re: Rez boxes rezzing items in middle of region

Post by Dot Matrix »

Here's the thread: viewtopic.php?f=24&t=6331

Brayla explained how to tweak Builder's Buddy. Ilan suggested amendments to work with 8x8 worlds, which I've added to the quote below:
Brayla Sana wrote:
Fri Feb 04, 2022 8:07 pm
In the Builder's Buddy main script, about 40 or so lines down, you will see this:

Code: Select all

///////////////////////////////////////////////////////////////////////////////
// Variables for Positioninglimits within the sim
//
// Change these values if your using Megaregions or want to limit otherwise.
float vDestPosXMIN = 0.0;
float vDestPosXMAX = 2048.0;  //2048 for 8x8 Varregions
float vDestPosYMIN = 0.0;
float vDestPosYMAX = 2048.0;  //2048 for 8x8 Varregions
float vDestPosZMAX = 10000.0;
Make sure the values are set as above, for Opensim Varregions [i.e. Kitely 8x8 Worlds]. The copy of Builder's Buddy for Opensim available in the free scripts area of Brayla Sana Gallery has this change made already. I have used it for years on multiple builds and have had zero problems.
These users thanked the author Dot Matrix for the post (total 4):
Ilan TochnerGraham MillsGenavieve PageIain McCracken
User avatar
Genavieve Page
Posts: 61
Joined: Thu Jun 02, 2016 2:54 pm
Has thanked: 116 times
Been thanked: 44 times

Re: Rez boxes rezzing items in middle of region

Post by Genavieve Page »

Thank you so much that worked well. will apply that to all my rez boxes.
much appreciated
Genavieve Page
Post Reply