Posted Fri Sep 8, 2017 1:19 PM
Posted Fri Sep 8, 2017 2:24 PM
this is awesome!
Posted Sat Sep 9, 2017 5:07 AM
It looks awesome ! Greetings!
Posted Fri Sep 15, 2017 3:14 PM
Latest update: you can shoot a few things.
Posted Fri Sep 15, 2017 5:28 PM
Looking really good. Only played it on JS99.net but it's moving really fast and smooth. Well done.
Posted Sat Sep 16, 2017 2:03 AM
Awesome!
A question :
- How do I shoot in JS99 ? I cannot find the key
A suggestion:
- Why not adding a smple animation of the tile for sea?
All you need to do is to chanage the tile definition while scrolling. There is no computational overhead nor extra VRAM usage if you take the 8 scrolling steps from 8 animated frames of the waves
Edited by artrag, Sat Sep 16, 2017 3:17 AM.
Posted Sat Sep 16, 2017 3:30 AM
A question :
- How do I shoot in JS99 ? I cannot find the key
Use the Tab key.
Posted Sat Sep 16, 2017 4:45 AM
Latest update: you can shoot a few things.
It is so niiice ! I played it until the 2° level with ships... it is higly playable and great already. Thanks
Posted Sat Sep 16, 2017 8:26 AM
A suggestion:
- Why not adding a smple animation of the tile for sea?
All you need to do is to chanage the tile definition while scrolling. There is no computational overhead nor extra VRAM usage if you take the 8 scrolling steps from 8 animated frames of the waves
Yes I will probably do that later, but it requires some changes because I'm currently storing one 8x16 tile for 8 frames instead of 8 8x8 tiles for 8 frames. My current approach only takes 1/4 of the space, but I guess I have enough room on the cartridge.
Posted Sat Sep 16, 2017 1:14 PM
Maybe you could deal with animated tiles as axceptions instead of explanding all tiles by 8
Posted Sat Sep 16, 2017 2:03 PM
Maybe you could deal with animated tiles as axceptions instead of explanding all tiles by 8
Maybe, but there are quite a lot of tiles that involve water, e.g. 28 on level 2.
Posted Sat Sep 16, 2017 3:54 PM
Edited by artrag, Sun Sep 17, 2017 5:27 AM.
Posted Sun Sep 17, 2017 10:07 AM
I smashed in to the edge of the world.
Untitled.png 46.01KB
3 downloads
Posted Sun Sep 17, 2017 12:41 PM
By "tile" you mean a couple of adjacent characters, do you?
I expect a lot of "tiles" when you have transitions with ground, ships, shadows etc.
Using pointers, you can use the same code for accessing to independent frames and to data within a 16 byte frame
Yes.
I do maintain a list of addresses (pointing into the ROM bank) of the characters to upload, but I only update the list every 8th frame. In other frames I just add an offset (1-7) to the addresses. It's much more efficient simply to switch to a new ROM bank every frame rather than trying to figure out which characters to treat specially. This means I would have to use a 512K ROM instead of a 256K ROM, but the cost difference of producing a physical cartridge is minimal (if any), and for the FinalGROM it doesn't matter at all.
Posted Sun Sep 17, 2017 8:37 PM
You are right that there is minimal to no cost difference between the 256K and the 512K chips, @Rasmus (a few cents per chip at most). Sometimes the larger chips actually come out cheaper. . .it all depends on quantity and source availability at the time I need the chips. All other costs would be the same, as they both use identical cartridge parts for everything else.
Posted Tue Sep 19, 2017 2:16 PM
Great!
Posted Fri Sep 22, 2017 3:44 PM
I have now refactored the whole thing so it's possible to animate each character/pattern/tile in 8 frames as the screen scrolls.
Problem is that the scrolling speed is a bit faster than what's desirable for an animation so it's difficult to make it look good.
In order to make more use of animation than just for the water, I have made a wind animation for the palm trees. Again it's a bit fast, but it does make the background more dynamic. Let me know what you think.
For the water I have struggled to come up with a reasonable animation. I have ended up just scrolling it sideways and changing the colors a bit. Let me know if you have any ideas. The water is currently only one 8x8 tile, but it could possibly be expanded to 4 tile (or 16x16).
I don't think there's more in the current graphics set that it makes sense to animate, but let me know if you have any ideas. Animation is completely free in terms of performance, unless you add new tiles.
The ROM is now 512K with a lot of redundancy and about 160K free.
Posted Fri Sep 22, 2017 5:32 PM
Rasmus, you keep pushing the limits of the 99/4A computer! Congratulations!
Posted Sat Sep 23, 2017 5:21 AM
Posted Sat Sep 23, 2017 4:33 PM
Wow it is really fantastic... i just had a bit of seasickness in the second level
Posted Mon Sep 25, 2017 1:01 AM
Posted Thu Sep 28, 2017 11:23 PM
What about scrolling back and forth the 3 waves within the sea tile?
Yes that's a good idea. I have tried something like that in this version.
Posted Fri Sep 29, 2017 12:36 AM
Posted Fri Sep 29, 2017 3:51 AM
Very impressive! Well done!
Posted Fri Sep 29, 2017 4:40 AM
the effect on the c64 version looks pretty good, also the speccy except the water's yellow of course.
I think the wind effect on the trees is a bit too fast though.
This is going to be a TI favourite when finished.
Edited by Imperious, Fri Sep 29, 2017 4:41 AM.
0 members, 0 guests, 0 anonymous users