noxworld-dev / opennox

OpenNox main repository.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wall corners from secret areas render in some cases, giving away their location

al0fdf opened this issue · comments

In Field of Valor, the walls near this secret area for some reason render, even though they shouldn't. This is present in the original game also:
image

image

Unfortunately this is a map development issue.

The layout of walls are all at the corners of a grid, and determine how the wall intersects at the corner. So if we see that wall configuration, we see the complete configuration on our minimap. This'll be a difficult fix.

image

I wonder if we can make it draw L shape instead of X shape if part of it is not visible 🤔

I didn't look yet how the walls are store in the map and if the all have same codes for X shapes, for example. If not, that would be harder.

Interesting, I never noticed those corners also were visible in the world. I always used the minimap to hunt for secrets.

Is it really something that needs changing though? One still needs to pay attention to find them all, so why make it harder?