Saturday, March 23, 2013

Make Your RPG: Animated Movement

Today I finally got on and completed animated movement. There's a gif here but for some reason it seems to be really slow. The video file I took is fine, so it's some gif black magic I'm unaware of, but imagine it running at nearly twice the speed, smoothly, and you've got a good idea of where the game is.

My poorly made gif of the character animation.
I think perhaps I'd have better results creating the gif file in Photoshop but my laptop can't handle photoshop for that kind of task.

As I've mentioned several times and irritatingly mention every post, I'm writing a new book about Making SNES era jRPG master pieces. It's takes you from no coding experience to a finish jRPG game and gives you the knowledge required to set off on your own projects. The mini-site can be viewed here:
http://www.howtomakeanrpg.com
Please visit, sign up and share it with anyone you think might be interested!

Ok, that's the plugging over! :D

The first section of the book is about exploration - moving around a map - so as you can see from the gif; it's coming along! There's no collision detection yet, maps only have a single layer and there are no map "events" but it's getting that feeling of potential. I think when you get this far in the book, you'll start to really believe you can make a SNES era RPG, which of course - you can!

Games like Final Fantasy 6 were old games even when I was young, so they passed me by intially, the first jRPG I played was Final Fantasy 7! But the games before that, they were written by small teams of 5-10 guys (yeh all guys at this point in Game Industry history) and they wrote all the code in assembler, which is a fast but an awful way to write anything. Writing in assembler is like writing in invisible ink, you look at the code you've written and you can't understand it, you need to carefully trace through it again to see what's really happening. Which is why, outside the gameboy consoles, very little code is written in assembly these days.

The reality is, writing jRPGs with a modern language like Lua, makes you 10x to a 100x more productive than those guys could ever be on the SNES. Compilers have advanced too, so while you code won't be as fast as hand optimized assembler for the SNES it will be so fast for all modern computers you'll never have to worry about it, especially not with the way the code is presented in the book.

I'm hoping to totally finish the first draft of the exploration section before the end of this month, the next topics I'll be dealing with will be collision detection, layers and map events.

2 comments:

Денис said...

My first jRPG game was Final Fantasy VIII, and I often think about it even now. A favorite one is FFX.

Then I played many other games of this genre, including one for SNES.

This is kinda sad than now develops a small amount of it. Perhaps your book can help it?

balaam said...

Yeh I think 2d rpgs are very doable for a solo dev and there have been a few recently that seem to have done ok commercially.

To the moon
Cthulhu saves the world