-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Recently created ramp polygon in a region sets all previous polygons within region as plateau behavior #48
Comments
In this gif, I've made an entirely new region. Its elevation is 0/10'. The region is set to ramp, with plateau elevation at 10', lowest ramp at 0', and the ramp facing east, or 270 according to your documentation. I made three polygons in a row, starting with the most west. If I make just one polygon, the ramp functions correctly. If I make several, (in this case, first was west, second was center, third was right) the ramp behavior breaks. In this example, the second one functions normally, the first doesn't function at all, and the third acts like a plateau. These are all polygons in the same region which should all be acting like ramps. |
New region, same settings. All polygons west of the token do not function at all. The polygon immediately east of the token works normally, and all polygons beyond that function like plateaus. I created them in order from east to west. Actually, something that might be super useful! The token is standing on the center of the map. Maybe it has something to do with that? The ramp nearest to his east works normally, and is the closest ramp to the center of the map. Beyond that, they all function like plateaus, and all ramps to his west don't work at all. That's got to be important! |
Yes! After changing the ramp orientation to face west, the first ramp west of the center of the map works normally. The ramps beyond that work like plateaus, and all ramps to the east of center of the map don't work at all. |
There are at least two things going on here.
|
Okay, so in v0.4.4, I made several changes that should address this. I fixed the bug about measuring ramp dimensions with multiple polygons. And you should see a new config checkbox in the Terrain Mapper region tab to treat polygons separately for ramps. This gives you two options:
|
Absolutely perfect. All issues I had with Terrain Mapper and Elevation Ruler are fixed as of your update. You are an angel! |
When using a single region to make several ramps, only the most recent ramp is functioning properly. [EDIT: I discovered this has to do with the region closest to the center of the map works normally, not the region most recently created] On this map, the roofs all have East facing ramps for the west facing roofs, meaning as I understand this module, the base of the ramp is furthest west, and the top is furthest east.
When making this map, I have one region for that ramp. Floor 3 Roof East. There are several polygons within this region for each west facing roof.
However, all these roof region polygons are acting like plateaus, where the token remains at the top elevation and does not go up or down the ramp. The East Ramp roof is set up without any region behavior, and in the Terrain Mapper tab is set to ramps like this.
They were acting as ramps until I started making several of them throughout the map. Currently, only the most recently created roof is acting like a ramp. In these gifs, the first token is moving on the most recently created ramp. It works as intended. The second token is north of this ramp, where the region overlaps longitude with the first. The third token is moving on a ramp far away from the first two, to demonstrate it is not functioning at all. And again, the module does seem to be taking control of token elevation, it just seems to be treating all previously created ramps as plateaus or not at all.
The text was updated successfully, but these errors were encountered: