why no ISO games
Moderator: Coders of Rage
why no ISO games
i have notices that most of there 3rd person 2D's like Flacos game (and his crew) and others
use square tiling.
why does no one make isometric ones anymore. i like that style better.
use square tiling.
why does no one make isometric ones anymore. i like that style better.
Some person, "I have a black belt in karate"
Dad, "Yea well I have a fan belt in street fighting"
Dad, "Yea well I have a fan belt in street fighting"
- PixelP
- Chaos Rift Regular
- Posts: 153
- Joined: Tue Oct 07, 2008 12:23 pm
- Programming Language of Choice: c/c++
- Location: sweden
- Contact:
Re: why no ISO games
yeah, isometric games is cool, but i prefer "normal" 2ds.
Re: why no ISO games
iso's are 2d, the tiles are just rotated 45 degrees and slanted to give illusion of depth.PixelP wrote:yeah, isometric games is cool, but i prefer "normal" 2ds.
the drawing algorithm and collision algorithms are a bit more complex tho. i think that probably the reason.
Some person, "I have a black belt in karate"
Dad, "Yea well I have a fan belt in street fighting"
Dad, "Yea well I have a fan belt in street fighting"
- PixelP
- Chaos Rift Regular
- Posts: 153
- Joined: Tue Oct 07, 2008 12:23 pm
- Programming Language of Choice: c/c++
- Location: sweden
- Contact:
Re: why no ISO games
i know what isometric games are, but i mean that i like square tiling 2d games better.
- trufun202
- Game Developer
- Posts: 1105
- Joined: Sun Sep 21, 2008 12:27 am
- Location: Dallas, TX
- Contact:
Re: why no ISO games
Once upon a time, I was making an isometric RPG... I had it displaying a 2D array of tiles in the isometric view and you could pan around the map. That's about as far as I got.
- MarauderIIC
- Respected Programmer
- Posts: 3406
- Joined: Sat Jul 10, 2004 3:05 pm
- Location: Maryland, USA
Re: why no ISO games
Seems like it might get annoying to tell what's going on in an RPG environment. Turn-based, sure, but constantly scrolling isometric? I'm not sure about that.
I realized the moment I fell into the fissure that the book would not be destroyed as I had planned.
Re: why no ISO games
diablo is ISO...MarauderIIC wrote:Seems like it might get annoying to tell what's going on in an RPG environment. Turn-based, sure, but constantly scrolling isometric? I'm not sure about that.
Some person, "I have a black belt in karate"
Dad, "Yea well I have a fan belt in street fighting"
Dad, "Yea well I have a fan belt in street fighting"
- trufun202
- Game Developer
- Posts: 1105
- Joined: Sun Sep 21, 2008 12:27 am
- Location: Dallas, TX
- Contact:
Re: why no ISO games
So is Ultima Online, and I think they both work well with ISOavansc wrote:diablo is ISO...MarauderIIC wrote:Seems like it might get annoying to tell what's going on in an RPG environment. Turn-based, sure, but constantly scrolling isometric? I'm not sure about that.
- Falco Girgis
- Elysian Shadows Team
- Posts: 10294
- Joined: Thu May 20, 2004 2:04 pm
- Current Project: Elysian Shadows
- Favorite Gaming Platforms: Dreamcast, SNES, NES
- Programming Language of Choice: C/++
- Location: Studio Vorbis, AL
- Contact:
Re: why no ISO games
Yeah, I like isometric games, but it's not the type of game that we were trying to make with Elysian Shadows. JS Lemming and I were working on a project like waaay back in the day, though.
- MarauderIIC
- Respected Programmer
- Posts: 3406
- Joined: Sat Jul 10, 2004 3:05 pm
- Location: Maryland, USA
Re: why no ISO games
I guess I was thinking of something like XCom which has a lower camera, my bad.
I realized the moment I fell into the fissure that the book would not be destroyed as I had planned.
- dandymcgee
- ES Beta Backer
- Posts: 4709
- Joined: Tue Apr 29, 2008 3:24 pm
- Current Project: https://github.com/dbechrd/RicoTech
- Favorite Gaming Platforms: NES, Sega Genesis, PS2, PC
- Programming Language of Choice: C
- Location: San Francisco
- Contact:
Re: why no ISO games
I actually looked into isometric tiling a few months ago. I still don't really get the concept of drawing it though. All of the diagrams I saw were diamond shaped.. how do I fill the whole screen so that the 4 corners aren't giant black empty triangles? If anyone knows a good article or can explain it decently feel free to let me know .
Falco Girgis wrote:It is imperative that I can broadcast my narcissistic commit strings to the Twitter! Tweet Tweet, bitches!
Re: why no ISO games
This article is pretty old(1996), but I'm sure you'll find it to be exactly what you're looking for.
http://www.gamedev.net/reference/articl ... cle744.asp
Here's another link that will also help if you haven't already found it.
http://www.gamedev.net/reference/list.asp?categoryid=44
http://www.gamedev.net/reference/articl ... cle744.asp
Here's another link that will also help if you haven't already found it.
http://www.gamedev.net/reference/list.asp?categoryid=44
- JS Lemming
- Game Developer
- Posts: 2383
- Joined: Fri May 21, 2004 4:09 pm
- Location: C:\CON\CON
Re: why no ISO games
We worked on an isometric project? I don't remember that one.GyroVorbis wrote:JS Lemming and I were working on a project like waaay back in the day, though.
Small girl at the harbor wrote:Look Brandon, that crab's got ham!
- Falco Girgis
- Elysian Shadows Team
- Posts: 10294
- Joined: Thu May 20, 2004 2:04 pm
- Current Project: Elysian Shadows
- Favorite Gaming Platforms: Dreamcast, SNES, NES
- Programming Language of Choice: C/++
- Location: Studio Vorbis, AL
- Contact:
Re: why no ISO games
The "hangout" for NEStix.JS Lemming wrote:We worked on an isometric project? I don't remember that one.GyroVorbis wrote:JS Lemming and I were working on a project like waaay back in the day, though.
- dandymcgee
- ES Beta Backer
- Posts: 4709
- Joined: Tue Apr 29, 2008 3:24 pm
- Current Project: https://github.com/dbechrd/RicoTech
- Favorite Gaming Platforms: NES, Sega Genesis, PS2, PC
- Programming Language of Choice: C
- Location: San Francisco
- Contact:
Re: why no ISO games
Thanks, Andrew.
Falco Girgis wrote:It is imperative that I can broadcast my narcissistic commit strings to the Twitter! Tweet Tweet, bitches!