|
Core Dump - Work In Progress
Episode 9January 13, 1997: Control methods, busy-o-meterThis weekend I've been redoing the control method of the player completely. You see, I had this problem doing "interesting" enemies in AKIN because of the weapons you had and the way you could use them. Basically, you could "slash" left and right, but nothing else. You could run up slopes, duck, jump... but that was it! So I've been doing a lot of thinking about control methods and types of weapons. And since last weekend the player can do a lot indeed!!
I've also been considering homing missiles, but I'm afraid that might prove too processor-time consuming for my MSX. It's not too difficult to program, but with a lot of other things going on at the same time, it might be too expensive in the time-departement. I've also included a very ingenious (if I might say so) method to combine graphic fx and speed. I've been rating all the onscreen-happenings from 0 (very important) to 7 (graphic detail that is not important, but just cool to look at). In the game I always measure the frame rate. If it's very slow, only the 0-rated FX are done (very important), and when it gets faster more surface FX are shown, up to the full-detail level. Before you start saying "oi! so you're going to skip cool FX sometimes!",
let me explain. At this moment, I've already got a lot of details implemented:
Water splashes when you jump into or out of it, bullets hitting walls
explode, bullets hitting water cause small splashes, bubbles are caused
by swimming players, andsoforth. That's a lot of detail! So there's been a lot of keyboard-thrasing this weekend. I really think the improved control methods will make this a far better game than Akin, with much more action than ever before in my games!
|