I hope there is upgrades for that shitty bullet that it shots.
NIce graphics and great job.
125 sprites… Gonna add some “bullet hell” bosses?
@flyguille & @jlemos Thanks for your support
@Grauw you mean something like this ? lol! :P
This looks extremely good. I'm looking forward to this game
Yeah
And we're not showing everything, for example, the MSX screen has an active dashboard showing the current spaceship location on an area map.
Can you show some pictures of this? (you can pause emulation and type on openMSX console window "set videosource msx" without the quotes as well)
even a 3.5mhz z80 on msx1 has to gain from v9990 ;-) the simplified management and hw support outweight the 16 bitness of name table...... and the bigger vram
@scrimpeh Thanks!
@tvalenca please check on this
@PingPong 100% agreed.
It makes development quite quicker. On the other hand, as far as I saw for the time being, you've got more resources (sprites for example) so you may try to move and use more stuff at the same time thus more calculations and your cpu power becomes a real issue.
It's a new bottle neck and great z80 code optimization is becoming the new challenge. Total fun !!! ^^
@scrimpeh Thanks!
@tvalenca please check on this
@PingPong 100% agreed.
It makes development quite quicker. On the other hand, as far as I saw for the time being, you've got more resources (sprites for example) so you may try to move and use more stuff at the same time thus more calculations and your cpu power becomes a real issue.
It's a new bottle neck and great z80 code optimization is becoming the new challenge. Total fun !!! ^^
You can do preset paths on lookup tables, so, no calculations involved. If you want it to react to the player's position, you can offset them using just two ADD instrictions, to where the player is, dragging the action to that place, with smaller corrections.