zachtaylor / JPokemon

An open-source endeavor to rewrite the first generation of Pokemon games in Java
16 stars 9 forks source link

Map Package Refactor #22

Closed zachtaylor closed 11 years ago

zachtaylor commented 12 years ago

Tables

Map package is going to need a bunch of tables...

All this crap should probably be in it's own database file. That way, non-technical server hosts could drag'n'drop new maps onto the JPokemon server.

I'm not even content that this is all that needs to be done.

Bad feelings

There probably needs to be a concept of a SubArea. For example, you can go inside buildings. Also, Viridian Forest is INSIDE Route 2 (There could be a Route-2 NORTH and a Route-2 SOUTH which neighbor Viridian Forest).

I'm also not completely confident that the (semi-) existing tag system it the right way to implement pokemon spawning in different sets in the same area.

zachtaylor commented 12 years ago

There also needs to be a table for stores. ie, each store can have it's own stock and it's own prices...

zachtaylor commented 12 years ago

MartItemMap

areaID vendor itemID

area then has many vendors

zachtaylor commented 11 years ago

This is all done! woo!

Water doesn't work yet. Framework is in for all this stuff, which was the hard part. Probably.