Page 1 of 1
Weird hex optics
Posted: Fri Nov 25, 2022 1:55 pm
by Wiedrock
While taking screenshots for a new planning map I encountered some weird looking hex optics/looks, it's not gamebreaking but I guess it's somewhat still a "Map Issue". Maybe the colours have been done this way due to RL sea depths, who knows.
See the Screens for some examples.
Re: Weird hex optics
Posted: Sat Nov 26, 2022 12:12 pm
by Denniss
it looks like they have their shades reversed, they would match if flipped
Re: Weird hex optics
Posted: Sat Nov 26, 2022 12:26 pm
by Denniss
Found more, working on it
Re: Weird hex optics
Posted: Sun Oct 22, 2023 9:55 am
by Wiedrock
During Summer/turned off Ground weather it looks okay, but during snow it's little weird.
Re: Weird hex optics
Posted: Sun Oct 22, 2023 10:48 am
by Jace11
Wiedrock wrote: Sun Oct 22, 2023 9:55 am
During Summer/turned off Ground weather it looks okay, but during snow it's little weird.
Have a looks at coastlines during those snow and winter conditions. I figured out what’s causing it, I even have a fix, but it means replacing every tile texture in the game. Basically the game is not reading the tiles correctly when it comes to weather effects. There is a misalignment by a pixel here and there, the normal map conditions are rendered correctly, but as you move through the various seasonal map tiles, a cumulative error occurs so on winter and snow tiles this becomes more noticeable and tiles are drawn several pixels out of alignment.
This creates all these artefacts. I wrote a photoshop script to batch fix it, but it’s better if they fix it in the code really.
At the bottom is the hex in your screenshot (nw of borodyanka): heavywoods 63 notice how the original snow tile (bottom row) is cut off at the edge when read in discreet 72 pixel chunks (marked by purple grid). The tiles are unfortunately in the wrong format 72 + 1 spacer pixel... so by the 5th tile you graphic is out of alignment by 4 pixels...

- Untitled-1.jpg (284.92 KiB) Viewed 1358 times
Re: Weird hex optics
Posted: Sun Oct 22, 2023 11:13 am
by Jace11
Here is a fix for this that I made a month or two ago,
https://www.mediafire.com/file/wr98q2lu ... x.rar/file
try it and see, back up your entire "tiles" folder in DAT/ART/
then copy it in.
note: contains a modded tile for german capital CUSTOM_201.tga, original is there also with _Alt suffix, just swap them.
Re: Weird hex optics
Posted: Mon Nov 06, 2023 6:50 pm
by Wiedrock
weird coastal "Heavy Snow" graphics.
Re: Weird hex optics
Posted: Mon Nov 06, 2023 7:05 pm
by Wiedrock
Jace11 wrote: Sun Oct 22, 2023 10:48 am
Have a looks at coastlines during those snow and winter conditions. I figured out what’s causing it, I even have a fix, but it means replacing every tile texture in the game. Basically the game is not reading the tiles correctly when it comes to weather effects. There is a misalignment by a pixel here and there, the normal map conditions are rendered correctly, but as you move through the various seasonal map tiles, a cumulative error occurs so on winter and snow tiles this becomes more noticeable and tiles are drawn several pixels out of alignment.
This creates all these artefacts. I wrote a photoshop script to batch fix it, but it’s better if they fix it in the code really.
At the bottom is the hex in your screenshot (nw of borodyanka): heavywoods 63 notice how the original snow tile (bottom row) is cut off at the edge when read in discreet 72 pixel chunks (marked by purple grid). The tiles are unfortunately in the wrong format 72 + 1 spacer pixel... so by the 5th tile you graphic is out of alignment by 4 pixels...
Yes you are totally right their images are just all shifted by several Pixels.
Thanks, you fixed also the new issue I've found. Added your mod to my "New Game Install copy-paste mod folder" great work! Did you finish your work there (reworked all graphics already) or shall I look out for more issues and report them to you?
Jace11 wrote: Sun Oct 22, 2023 11:13 am
note: contains a modded tile for german capital CUSTOM_201.tga, original is there also with _Alt suffix, just swap them.
Heeeelp, my German eyes!!! I feel the urgent need to start marching all of the sudden!!!

Re: Weird hex optics
Posted: Tue Jul 28, 2026 4:35 am
by thek3mu
Jace11 wrote: Sun Oct 22, 2023 11:13 am
Here is a fix for this that I made a month or two ago,
https://www.mediafire.com/file/wr98q2lu ... x.rar/file
try it and see, back up your entire "tiles" folder in DAT/ART/
then copy it in.
note: contains a modded tile for german capital CUSTOM_201.tga, original is there also with _Alt suffix, just swap them.
this is gold
... for my old eyes. thanks a lot, man!
