The Princess Warrior
Would you like to react to this message? Create an account in a few clicks or log in to continue.


The Princess Warrior project forum
 
HomeLatest imagesSearchRegisterLog in

 

 [System Design - Demo] 3D Isometric Map System ala FF Tactics

Go down 
2 posters
AuthorMessage
Alissa
Project Leader
Alissa


Posts : 25
Join date : 2011-07-10

[System Design - Demo] 3D Isometric Map System ala FF Tactics Empty
PostSubject: [System Design - Demo] 3D Isometric Map System ala FF Tactics   [System Design - Demo] 3D Isometric Map System ala FF Tactics Icon_minitime1Tue Jul 12, 2011 12:59 am

3D Isometric Map System ala FF Tactics
Created using GM 8.

Overview
Isometric map is a tile map that uses isometric projection (click here for definition).

One of games using isometric map system is Final Fantasy Tactics (FFT). FFT uses isometric map (in 3D) as world in the battle system, as shown in screenshot below.
[System Design - Demo] 3D Isometric Map System ala FF Tactics Psdx6d10

FFT's isometric map system has several advantages:
- uses 3D graphics, in isometric projection
- the map can be rotated, unlike other isometric games
- enables slope terrains, using 4 vertices in different heights

And, the system design for the project tries to adopt from FFT's isometric map system. Because of its 3D graphics, it draws the screen using texture primitives.
And because 3D features of GM is limited, for instead I try to draw texture primitives with two-dimensional-coordinate vertices. But I have to compute vertices coordinate using parallel 3D-to-2D projection formula:
[System Design - Demo] 3D Isometric Map System ala FF Tactics Gif
(or
click here to view the formula:
)
And.. the result will be as shown at the screenshot.

Screenshots
[System Design - Demo] 3D Isometric Map System ala FF Tactics Map_gaje_1_by_listra92-d3hkk8w
See more at my deviantART gallery: http://listra92.deviantart.com/gallery/30479947

Instructions
Arrow keys: move character
WSAD: rotate map

Download Demo Game
http://ifile.it/w3njtly/aaa.zip
Back to top Go down
https://princess.forumid.net
SerpentZ
Member



Posts : 4
Join date : 2011-07-12

[System Design - Demo] 3D Isometric Map System ala FF Tactics Empty
PostSubject: Re: [System Design - Demo] 3D Isometric Map System ala FF Tactics   [System Design - Demo] 3D Isometric Map System ala FF Tactics Icon_minitime1Tue Jul 12, 2011 7:02 pm

hm.... :v
ternyata pake formula
Quote :
[System Design - Demo] 3D Isometric Map System ala FF Tactics Gif
Back to top Go down
 
[System Design - Demo] 3D Isometric Map System ala FF Tactics
Back to top 
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
The Princess Warrior :: Project Area :: Concepts Show-Off-
Jump to: