AuthorTopic: Are hex tiles hard to draw? Any tutes?  (Read 15543 times)

Offline Zolthorg

  • 0010
  • *
  • Posts: 474
  • Karma: +0/-0
    • View Profile

Re: Are hex tiles hard to draw? Any tutes?

Reply #10 on: March 31, 2007, 01:01:06 am
This topic piqued me to remember the name of a fun game ip layed once.
nice site ptoing.

http://www.mobygames.com/game/snes/super-conflict/screenshots/gameShotId,107636/
i think i played super conflict 2, but this one i linked uses hex tiles.

Offline ndchristie

  • 0100
  • ***
  • Posts: 2426
  • Karma: +2/-0
    • View Profile

Re: Are hex tiles hard to draw? Any tutes?

Reply #11 on: April 01, 2007, 01:07:06 pm


thats a very simple very old project i did which tried to show the grid rather than hideit, but you are probably better off hiding it if you can.

bascially, all you need to do is name coords that work for hexes and then place the tile on those, giving priority to the ones on the lower part of the screen.
hexes will feel very natural in a large-scale game which is why i would recommend them, though you may find if you are doing a game on a personal level (rpg) that the shapes may become awkward (my thought there though being that you can always make a hexagonal grid into on that appears square by manipulating your tiles well)
A mistake is a mistake.
The same mistake twice is a bad habit.
The same mistake three or more times is a motif.

Offline candiru

  • 0001
  • *
  • Posts: 26
  • Karma: +0/-0
    • View Profile

Re: Are hex tiles hard to draw? Any tutes?

Reply #12 on: April 01, 2007, 07:06:40 pm
Thanks a lot for the info, but I decided against hexes in my project since I'd have to change the pathfinding and field of view algorithms. Nice mockup there Adarias, reminds me of advance wars.

Offline ndchristie

  • 0100
  • ***
  • Posts: 2426
  • Karma: +2/-0
    • View Profile

Re: Are hex tiles hard to draw? Any tutes?

Reply #13 on: April 07, 2007, 01:55:11 am
Oh well.

If you or anyone else reading this thread decide to, i would strongly suggest using this shape:



or the one i previously mentioned because of the abundance of 'perfect' lines that will come in handy when making shapes to fit them nicely
A mistake is a mistake.
The same mistake twice is a bad habit.
The same mistake three or more times is a motif.

Offline Helm

  • Moderator
  • 0110
  • *
  • Posts: 5159
  • Karma: +0/-0
    • View Profile
    • Asides-Bsides

Re: Are hex tiles hard to draw? Any tutes?

Reply #14 on: April 07, 2007, 09:01:23 am
I present to you therefore, the ultimate tactical grid tile piece!

Offline Gil

  • 0100
  • ***
  • Posts: 1543
  • Karma: +1/-0
  • Too square to be hip
    • http://pixeljoint.com/p/475.htm
    • View Profile
    • My Portfolio

Re: Are hex tiles hard to draw? Any tutes?

Reply #15 on: April 07, 2007, 05:21:48 pm
What would be the smallest size you can get that one Adarias? And how well does it tile? I'm interested :)

Offline ndchristie

  • 0100
  • ***
  • Posts: 2426
  • Karma: +2/-0
    • View Profile

Re: Are hex tiles hard to draw? Any tutes?

Reply #16 on: April 07, 2007, 10:06:03 pm
I present to you therefore, the ultimate tactical grid tile piece!



if that came in F8A0B0 i would make love to it.  The only problem is that you have to check your philosophy meter against your armor integrity by rolling 3 D27 and one scatter die in order to move across it.

you did get though that the white shape was the tile, and the other lines just guides for things that might align themselves within it visually?


GIl, i wouldnt think of going any smaller than 24x12; since you wont even be able to see it after that.
It wroks well at that size or larger though

Im toying with the idea of making a turn-based strategy/citybuilder/god sim based on these shapes, becasue they fit so nice-nice.  Fil tho would kill me should i spend too much time away from partisan >.<
« Last Edit: April 07, 2007, 10:30:44 pm by Adarias »
A mistake is a mistake.
The same mistake twice is a bad habit.
The same mistake three or more times is a motif.

Offline Helm

  • Moderator
  • 0110
  • *
  • Posts: 5159
  • Karma: +0/-0
    • View Profile
    • Asides-Bsides

Re: Are hex tiles hard to draw? Any tutes?

Reply #17 on: April 08, 2007, 12:15:34 am
yeah, I understood the guide, just a little joke :)

Offline Stwelin

  • 0011
  • **
  • Posts: 567
  • Karma: +0/-0
    • View Profile

Re: Are hex tiles hard to draw? Any tutes?

Reply #18 on: April 08, 2007, 06:55:09 pm
What would be the smallest size you can get that one Adarias? And how well does it tile? I'm interested :)

At a certain point it just starts looking like a circle (in perspective.)

Offline ndchristie

  • 0100
  • ***
  • Posts: 2426
  • Karma: +2/-0
    • View Profile

Re: Are hex tiles hard to draw? Any tutes?

Reply #19 on: April 09, 2007, 12:50:03 am
What would be the smallest size you can get that one Adarias? And how well does it tile? I'm interested :)

At a certain point it just starts looking like a circle (in perspective.)

that is the goal, mind, to create something seemingly round out of something with sides.  being indistinguishible though is not a good thing.
A mistake is a mistake.
The same mistake twice is a bad habit.
The same mistake three or more times is a motif.