TileSet internal data

SGDK only sub forum

Moderator: Stef

bioloid
Very interested
Posts: 184
Joined: Fri May 18, 2012 8:22 pm

TileSet internal data

Post by bioloid »

Hello,
how need to be the TileSet tiles data please, I got tiles order correct but I don't know if each individual tile should have origin at top-left or ...
does it requires bitswapping ?
Thanks.
bioloid
Very interested
Posts: 184
Joined: Fri May 18, 2012 8:22 pm

Post by bioloid »

ok, its top-left & classic way.
bioloid
Very interested
Posts: 184
Joined: Fri May 18, 2012 8:22 pm

Post by bioloid »

any guides about handling tiles priorities when using isometric mode ?
bioloid
Very interested
Posts: 184
Joined: Fri May 18, 2012 8:22 pm

Post by bioloid »

Got this:
Image

i highlighted plane which is over. but it means using same palette for both planes which sounds bad...
any idea ?
Stef
Very interested
Posts: 3131
Joined: Thu Nov 30, 2006 9:46 pm
Location: France - Sevres
Contact:

Post by Stef »

Can you use 2 plans just to separate low and high priority ?
For 3D isometric stuff it seems to be the easiest way to handle it.
bioloid
Very interested
Posts: 184
Joined: Fri May 18, 2012 8:22 pm

Post by bioloid »

yes the highlighted is another plane. will try that thanks.
bioloid
Very interested
Posts: 184
Joined: Fri May 18, 2012 8:22 pm

Post by bioloid »

WIP :

Image

not sure where it'll go. I'll continue posting here.
TmEE co.(TM)
Very interested
Posts: 2452
Joined: Tue Dec 05, 2006 1:37 pm
Location: Estonia, Rapla City
Contact:

Post by TmEE co.(TM) »

That looks cool ~~~
Mida sa loed ? Nagunii aru ei saa ;)
http://www.tmeeco.eu
Files of all broken links and images of mine are found here : http://www.tmeeco.eu/FileDen
Nitro
Newbie
Posts: 8
Joined: Wed Jan 21, 2015 7:32 pm

Post by Nitro »

An isometric engine? That's something really interesting. BTW in "isometric-3D engine" must be one helpful effect (in a gameplay), where main character "shines" through walls, like in one obscure post-nuclear rpg: http://i52.tinypic.com/2dhwdfo.png

Is it hard to do on Genny?
bioloid
Very interested
Posts: 184
Joined: Fri May 18, 2012 8:22 pm

Post by bioloid »

thanks!
yes with highlight and shadows i will try..
or removing plane B tiles around the player, kind of your screenshot, will see.
Nitro
Newbie
Posts: 8
Joined: Wed Jan 21, 2015 7:32 pm

Post by Nitro »

bioloid wrote:thanks!
yes with highlight and shadows i will try..
or removing plane B tiles around the player, kind of your screenshot, will see.
Or... Swap tiles around player character with "surround"-tiles with adaptive palette (to wall tiles)? DMA, hello there. :roll:
bioloid
Very interested
Posts: 184
Joined: Fri May 18, 2012 8:22 pm

Post by bioloid »

great idea.
for now I'm working a bit on the "bodies", cause I would like to have human mode to walk on the roofs and car mode..
i've put the repo here between: https://github.com/achambriat/megadrive-sme
Nitro
Newbie
Posts: 8
Joined: Wed Jan 21, 2015 7:32 pm

Post by Nitro »

bioloid wrote: for now I'm working a bit on the "bodies", cause I would like to have human mode to walk on the roofs and car mode..
i've put the repo here between: https://github.com/achambriat/megadrive-sme
Fantastic! Keep up the good work. Very promising game is drawing on horizon.
bioloid
Very interested
Posts: 184
Joined: Fri May 18, 2012 8:22 pm

Post by bioloid »

Thanks nitro, its just testing you know ;)

I've added a little component based system, with A/B it dynamically create "a new player"... Performances are not good, will see (bunch of casting and things).

the rom is here : https://github.com/achambriat/megadrive ... er/rom.bin
Nitro
Newbie
Posts: 8
Joined: Wed Jan 21, 2015 7:32 pm

Post by Nitro »

Nnniice...

Thug's sprite animation is indeed rolling a bit slow, but car is fast. I see you handled 3D-isometric perspective very well. :)

VDPRam usage for plane tiles looks a bit umoptimized... Maybe not, and I'm wrong...

Image
Post Reply