Ok, so I updated the website. The link has changed slightly because I messed up uploading everything, and there's like 14,000 image files or something, so I'm not real psyched to fix that right now. The new link is
www.deadlykitten.com/ff3_online/FF3_Online. Here's where things stand. Unless you have Firefox 3 and a pretty fast computer, mine's 2.8 GHz and it just barely runs right, it's going to run real slow until I make the option to have things on a smaller screen. Here's what done, here's what's needs to be done.
Done:
-Map's 0-99 layers 1 and 2 are dumped and displayable
-map scrolling is working, along with the character of your choice being able to walk around
Not Done:
-Map Tile Properties aren't existant, so you can walk through anything
-Figuring out how things like bridges and stuff work (sometimes you walk under them, sometimes on top, this could be tricky)
-makeing character move instead of map when character is near edge of map
-figuring out how to work in the animated tiles.
-layer 3
Bugs:
-Borders around tiles
-sometimes the map x/y is off by a tile and the map splits (you'll see)
-need to work on the movement controls, if you start going a different direction before map has finished moving, you'll just keep scrolling the same direction
-some layering issues.
Anyway, it's pretty rough at this point, but I think it's enough to serve as a proof of concept that this can in fact be done. I'm going to work next on cleaning up the graphics, and the controls are fixed. I'll either start in on figuring out how I'm going to get the animated tiles to animate, I'm using the <canvas> tag to draw the maps on, so the animated pngs aren't going to work, or tackle the map tile properties.