Notes |
|
|
I am preparing a patch for review once I have run some more in-depth testing. |
|
|
|
well at this point i can only tell that code doesn't make much sense to me
neither does a comand based on grid positions.
sounds like mega regions logic, with incorrect upgrade to var regions, we didn't noticed till now :(
i will wait for your patch, since you are already working on it |
|
|
|
btw looks like part of the issue is the use off current region dimensions, where it should be Constants.RegionSize (ie 256m) |
|
|
|
Yes, part of the issue is definitely use of current region dimensions. They are still required, but many should be changed. This code is a mess, trying to clean it up a little...
How does a command based on grid positions not make sense? If you have another preference, please let me know and I will see if it can possibly be implemented. I don't see any other way of specifying the bottom-left corner region. |
|
|
|
those are region relative coords.. made sense in megaregions times
those comands are just obsolete.
note also that the load will only load a tile, losing all the rest of the region
(by tile the code assumed 256x256 i think)
again made sense on mega regions... |
|
|
|
Is there a new standard for indexing Varregions? The wiki page for Varregion states "the region coordinates are specified in 256m region count". Should I be using something else?
With my current, minimal changes, the load-tile will load an entire file in at the given grid location. |
|
|
|
grid positions are in multiples of 256m so, no changes
i just don't see why use them to load/save heighmaps when we are on the region console. Made sense in mega region days... |
|
|
|
It's mainly because we have multiple regions for sims. We are at the region console but we don't know which regions we want it to affect. |
|
|
|
one could change to the relevant region on console, making it a lot more easier than remembering grid locations etc
but never the less we still need a fixed loadtile comand to suport files saved on megaregions. |
|
|
|
"We are at the region console but we don't know which regions we want it to affect."
This confuses me ..
various console commands to see what regions you want to affect ..
show regions
change region
terrain load
terrain save |
|