Completing Wesnoth's isometric view

Brainstorm ideas of possible additions to the game. Read this before posting!

Moderator: Forum Moderators

Forum rules
Before posting a new idea, you must read the following:
Post Reply
User avatar
Elvish_Pillager
Posts: 8137
Joined: May 28th, 2004, 10:21 am
Location: Everywhere you think, nowhere you can possibly imagine.
Contact:

Completing Wesnoth's isometric view

Post by Elvish_Pillager »

Almost everything in Wesnoth is drawn in an isometric view, except for one thing: the hexes. Everything in the hexes is drawn isometrically from about 45 degrees below vertical, but for some reason, the hexes themselves are just as wide as they are tall to the viewer, and thus, if the view were truly isometric, the hexes would be, in reality, wider in one dimension. :o

Thus, my idea is this: Squash the hexes vertically - now, don't scale them, because the things in the hexes are already in the right positions - but cut them so that the hexes are a different size with the same things drawn in them.

See the image for clarity. The top piece is the current state of affairs. The bottom one is my proposal.
Image
It's all fun and games until someone loses a lawsuit. Oh, and by the way, sending me private messages won't work. :/ If you must contact me, there's an e-mail address listed on the website in my profile.
User avatar
Ken_Oh
Moderator Emeritus
Posts: 2178
Joined: February 6th, 2006, 4:03 am
Location: Baltimore, Maryland, USA

Post by Ken_Oh »

I like. Not sure if I wish the extra work on the devs, but I've noticed how it would look better when it's completely isometric.
User avatar
turin
Lord of the East
Posts: 11662
Joined: January 11th, 2004, 7:17 pm
Location: Texas
Contact:

Post by turin »

No opinion. It would be a lot of work, and I can't say right now whether it would look better or not. One thing it would require is allowing units to overlap the hex above, which has code problems and useability problems (I HATE how in HoMM the tall units like Titans and Dragons obscure the units above them).
For I am Turin Turambar - Master of Doom, by doom mastered. On permanent Wesbreak. Will not respond to private messages. Sorry!
And I hate stupid people.
The World of Orbivm
Mille
Art Contributor
Posts: 350
Joined: May 6th, 2006, 11:48 am
Location: Germany

Post by Mille »

turin wrote:No opinion. It would be a lot of work, and I can't say right now whether it would look better or not. One thing it would require is allowing units to overlap the hex above, which has code problems and useability problems (I HATE how in HoMM the tall units like Titans and Dragons obscure the units above them).
The problematic is correct. If it changeable is another question.
I thought for a week over it. The only solution i see is to make hexes wider. Making them less high is no opinion over all i think.
But even this a correct problem it makes a lot work for only a small satisfaction. That speaks against it. If someone wants to improve the general isometric view i would suggest to improve the grass and dirt tiles.
Rhuvaen
Inactive Developer
Posts: 1272
Joined: August 27th, 2004, 8:05 am
Location: Berlin, Germany

Re: Completing Wesnoth's isometric view

Post by Rhuvaen »

Elvish Pillager wrote:Everything in the hexes is drawn isometrically from about 45 degrees below vertical
Everything on the map, but not the units. It's an abstract representation with some isometric spicing on the map, and it helps to make the units stick out and give a good representation of distance along both the horizontal and vertical axis - the distance on the screen is proportional to the distance in the game.
Elvish Pillager wrote:the hexes themselves are just as wide as they are tall to the viewer, and thus, if the view were truly isometric, the hexes would be, in reality, wider in one dimension. :o
Yes, but most maps represent landscapes, where things like right angles and square features don't matter. For indoor or dungeon-type maps your observations would be important.
Elvish Pillager wrote:Thus, my idea is this: Squash the hexes vertically - now, don't scale them, because the things in the hexes are already in the right positions - but cut them so that the hexes are a different size with the same things drawn in them.
How would you for instance cut the castle graphics? They would have to be remade entirely.

I think a purely isometric representation would be more pleasing to the eye, but then our unit sprites would really look out-of-place (not only the angle, but you're also calling for a more "realistic" style in a way by wanting a more realistic view). One thing you never have with an isometric representation is a map grid where the spaces (hexes in our case) directly line up vertically, so we'd have to rotate our grid and map representation by 60 degrees.

In a realistic isometric view you also have to create interactions between objects in a hex and the units - i.e. the units would have to stand under the tree or in front of the house. It just doesn't make a lot of sense otherwise.

Sure, geometrically it's no big deal, and I've always wondered about the hexes in wesnoth. They are not even symmetrically hexagonal! But there are more far-reaching considerations in this one than just squashing one dimension.

I like the current view because it just looks like pieces standing on a planar map-board, which reminds me of the past age of strategy boardgames :).
zaimoni
Posts: 281
Joined: January 27th, 2005, 7:00 am
Location: Linn Valley, KS U.S.A.
Contact:

Post by zaimoni »

One thing you never have with an isometric representation is a map grid where the spaces (hexes in our case) directly line up vertically, so we'd have to rotate our grid and map representation by 60 degrees.
First, a rotation of 60 degrees doesn't do anything for the artwork; it just moves hexes onto hexes. One'd want a rotation of 30 degrees (so that they line up horizontally instead of vertically).

Second, one doesn't want walls running vertically. But none of the current terrain artwork has walls running vertically. [Castles follow the hex sides, none of which are vertical; villages are already drawn diagonally; and so on). A 30 degree rotation would have castle walls running vertically.
Rhuvaen
Inactive Developer
Posts: 1272
Joined: August 27th, 2004, 8:05 am
Location: Berlin, Germany

Post by Rhuvaen »

zaimoni wrote:First, a rotation of 60 degrees doesn't do anything for the artwork; it just moves hexes onto hexes. One'd want a rotation of 30 degrees (so that they line up horizontally instead of vertically).
Read that as 30 degrees, which is what I wrote before I "corrected" myself with an edit. I see you understood my meaning, though :).
zaimoni wrote:Second, one doesn't want walls running vertically. But none of the current terrain artwork has walls running vertically. [Castles follow the hex sides, none of which are vertical; villages are already drawn diagonally; and so on). A 30 degree rotation would have castle walls running vertically.
I'm not at all saying a 30 degree rotation is without problems - actually I'm saying the opposite. But for a useful isometric view it's a must-have, unfortunately.
zaimoni
Posts: 281
Joined: January 27th, 2005, 7:00 am
Location: Linn Valley, KS U.S.A.
Contact:

Post by zaimoni »

Frankly, it would be useful to disconnect "board hex coordinates" from "screen hex coordinates". That would give the (low-demand) eye candy of being able to rotate the board by multiples of sixty degrees automatically, and with extra terrain graphics we could manage the 30-degres rotations as well. Major code hacking...no way I'm going to schedule coding that patch in the next few weeks.

Hmm...is the object to not draw walls parallel to the x-axis, or not draw them parallel to the y-axis? I was thinking that avoiding the y-axis ones was fundamental (it's hard to see them), but in terms of blocking view avoiding x-axis ones might be more important -- with realistic scaling (which Wesnoth unit graphics most definitely aren't).
Dragon Master
Posts: 1012
Joined: February 11th, 2006, 1:04 am
Location: Somewhere

Post by Dragon Master »

You'll also have to redo all the shadows.
User avatar
Elvish_Pillager
Posts: 8137
Joined: May 28th, 2004, 10:21 am
Location: Everywhere you think, nowhere you can possibly imagine.
Contact:

Re: Completing Wesnoth's isometric view

Post by Elvish_Pillager »

Rhuvaen wrote:How would you for instance cut the castle graphics? They would have to be remade entirely.
Nah, the towers are already isometric. You'd only need to squash the walls, and it wouldn't take *that* much correction to get them right (although, there are a lot of them, it would still be a bunch of work.)
It's all fun and games until someone loses a lawsuit. Oh, and by the way, sending me private messages won't work. :/ If you must contact me, there's an e-mail address listed on the website in my profile.
User avatar
zookeeper
WML Wizard
Posts: 9742
Joined: September 11th, 2004, 10:40 pm
Location: Finland

Post by zookeeper »

This would be a nice improvement IMHO, but applied to units, not terrain (it already is applied to terrain in a sense). Not going to happen without the OpenGL support though for sure. It would also change how units are selected - now you just click on the hex, but if the unit positioning was changed like this most units would have a big part of them sticking out to the hex to the north, and obviously you should be able to select a unit by clicking on any part of it.

But still, it would look nicer.
Attachments
hexes.png
hexes.png (4.22 KiB) Viewed 2714 times
Post Reply