I’m a derp. Didn’t even register the F2 for screenshot.
Anyway, messed with the classic black border:
Before
After
Not sure it fits really, but definitely more legible.
Only thing I see regarding “bleeding” (running 1080p) is flashing very brief “cracks” between tiles as it scrolls, not too big of an issue, might not be fixable either. (likely a vsync issue if it is though)
mhmm, thought I fixed that issue. Are they black vertical lines or actual texture bleeding?
If it’s the black lines, I should be able to eliminate it.
There’s a few gifs on the front page already, but a full blown gif would be way too large. Since my game has a ton of contrasting and moving colors it doesn’t compress well at all.
hah, that was pretty much dead-on exactly what I was going to try. We’ll see how it looks in-use next release.
As for the cracks, I think I have a good solution, but I have to try it out first. The cracks I believe are being caused by the subpixel movement since the map position is controlled by floats, if I round off all the excess decimals in the movement code it may eliminate the issue. I would just make the mapX/Y coordinates ints, but I lose a lot of control when I do that.
When hovering over the buttons in the tools on the map editor, you need to position the mouse more towards the center or even pretty much the last pixel of the last button, as the text starts off the edge of the screen.
not sure how you code your text rendering, but you should just check to see if the beginning x is less then 0, if it is put it to like x = 5 or something, so their is a little gap from the edge.
Or something like that. Green is correct texture, and red is part of the texture that is not supposed to be displayed. This happens for brief moments, because the camera is moving. If you were to stop the camera the moment this happens, it would stay on the screen until you changed camera position. This happens when using non-int camera positions, which causes screen pixels and texels to missallign.
I tried the map editor tech demo, its awesome work! Both technologically and style-wise, I love how it looks and feels.
Some things I noticed:
the help popups on mouseover sometimes are partly off-screen (always centered on the cursor I presume), making them unreadable when over e.g. a button on the edge of the screen
not being able to connect tiles with anything other than grass is a bit limiting: it would be nice to put e.g. a desert tile next to rock tiles, or different shades of mud next to each other. Currently I cant see how to do this (I suppose this is because its hard to make all the combinations)
walls have directional shadows from the sun even at night, which looks a bit weird
But overall excellent job, and I’m looking forward to (buying) the game!
Some loading screens (you know, just “loading” and a moving gif…) could help to give the transitions e.g. from menu to editor a more necessary and less laggy feeling…
Also the option to create an image from the map does… hm, not sure what it does. The display disappears, shows the desctop (no interaction possible) and goes back to normal after some time. Could you make this more like a background worker?
I like your UI, it is quite nice and polished. Simple (not in code ofc) but pleasant to look at.
It has a nice “feel” to it, the only thing is that the whole thing seems utterly pointless as it stands right now and I lost interest in it within about 30 seconds. Once it has more purpose and it is implemented into the game itself, in a way we can use; it will be good.
Sweet, you’ve released something!!!
Downloading now. Let the testing commence
Edit:
Alright, its pretty awesome. Everything is very smooth and easy to understand.
You should release something that lets us play around with the AI stuff you were originally talking about!