Page 1 of 2

32bpp test (ingame) two height levels

Posted: 10 Jan 2006 09:34
by Alltaken
this test is done in Simutrans (not OpenTTD) but it is using TTD and new GFX for the test.

the tiles don't yet have grid-lines on them, the intention is for them to have grid lines, but we are waiting for them to be done so they can be composited onto all GFX.

coments... questions....

Alltaken

Posted: 10 Jan 2006 09:41
by egladil
Looking good :)

The pyramid mountain looks nonsymmetrical. I take it the slope angle is different on different sides, or is it just me imagining things? Its kinda hard to tell without the gridlines.

Posted: 10 Jan 2006 09:54
by prissi
Maybe I should not reply as programmer, but personally, I found it easier to navigate with more contrast on the slopes. Otherwise the one hieght slope was nearly identical to the no slope. But maybe line would do the same trick.

Posted: 10 Jan 2006 10:37
by peter1138
I think (toggleable) grid lines would do the trick :-)

Posted: 10 Jan 2006 11:14
by Alltaken
But maybe line would do the same trick.
yeah i think that grids do make a big difference, they have made a huge difference in previous tests i have done. they aid the visual recognition of edges.
peter1138 wrote:I think (toggleable) grid lines would do the trick :-)
yes, this is what i would ideally like. but first i would need a set of gridlines before making it toggleable.

but i do agree that this would be the best option. :D

Alltaken

Posted: 10 Jan 2006 11:31
by prissi
Grid lines could be made manually, i.e. all first pixel of a tile gets the grid color. No ned to do the on the source images, I think.

Posted: 10 Jan 2006 12:02
by WWTBAM
are the tiles the same size as the old ones if so i can whip up a blank black border for testing

Posted: 10 Jan 2006 12:12
by Alltaken
r0b0t_b0y2003 wrote:are the tiles the same size as the old ones if so i can whip up a blank black border for testing
yes they are, however there are now 85 tiles rather than 19.

we are only needing each edge, then we can compile those edges into tiles, i think there are about 7 different edges that would need to be made.

Alltaken

Posted: 10 Jan 2006 12:34
by dmh_mac
Yay progress!

Posted: 10 Jan 2006 12:38
by WWTBAM
28 according to the original sprites.

Posted: 10 Jan 2006 12:38
by Red*Star
I've already done simple grid lines for testing purposes in the past - but only for the 19 standard sprites. For the beginning they may be useful, so I'll throw them here. If you could use them then use them, if not, also ok ;).

Posted: 10 Jan 2006 13:28
by Alltaken
ah ok excellent, will give them a try.

after that the other 60 wouldn't be such a huge deal to make :D (hopefully)

Alltaken

Posted: 10 Jan 2006 17:26
by Red*Star
What's about a software-based solution? Is it - in a _simple_ way, of course - possible in SimuTrans to add something like a vector-based graphic-layer with transparency possibilities above the surface, so that lines are drawn by software instead of having to "hardcode" them into the grf files?

[When that is done, it would be also easy possible to add the grid lines for more than 2 height levels (like it was in SimCity 3000 or which version it was). Just as an option - I know that currently also 2 height levels are just a thing we can dream of, because of missing graphics ;).]

Posted: 10 Jan 2006 18:53
by prissi
This is exactly under way. Just change the first left pixel would generate a grid automatically without the need of another tileset in memory.

The second idea is to use the tile just as brightness map and lighten/darken the actual texture. This would easily allow for seasons without much more tiles to render.

Posted: 10 Jan 2006 19:37
by Wolf01
yeah, half of the work is done... now remain:
- vertical walls for tiles like locomotion/rollercoaster terraforming :wink:
- realistic water (see below)

water slopes and waterfalls would be wonderfull, but ships will be unable to climb up them without a lock

Posted: 10 Jan 2006 21:37
by prissi
Simutrans has vertical walls since ages. The current code is much improved; but since the internal data structures are very different, I am not sure, it would help the OTTD developers.

Also the cost system is different from OTTD, and water slopes mainly lack graphics ...

Posted: 11 Jan 2006 07:55
by Tyrell
...

Posted: 11 Jan 2006 10:06
by Alltaken
these are the internal borders of the tiles? or the external ones?

if they are the internal ones this is great. the probelm is the tiles are not the same as the ones i have done. my angles seem to be totally different.

my offsets are 16 and 32 pixels respectively. yours are 8 and 16 i think.

Alltaken

Posted: 11 Jan 2006 11:11
by Tyrell
...

Posted: 11 Jan 2006 11:26
by Alltaken
you have an MSN addy or anything i can contact you on? PM me, i can then send you the outline files i currently have. it may help you.

Alltaken