Thelen Posted June 10, 2022 Share Posted June 10, 2022 Hi all, I wanted to share some sort of demo of what I'm working on for the past few months ? I thought, after having my 1st VBXE since 2009, it was time to really do something dedicated with it, I was thinking, such a cool add-on - and not that much support... (I did some tests back in those 2009 days, and ended with a little demo that also worked without VBXE). It's a funny adventure so far, I've learned how to make a scroller, which just doesn't scroll threw the ram, but with double buffering. Also learning about blit-lists, how to use them properly. Really nice to see how people work with it. At first I wanted to use the original NES tiles/gfx and make a sort of replica, but I did a little upgrading, because the VBXE is more capable than that ? Also made it so that the scroll engine so far can use levels which are built with the 'tiled' app so it's easy to design a level, If the tiles are ready. And yes, there is a little bug in the scroller, that will be fixed, but wasn't the main priority so far ? Things working so far are the scroller and Simon ? I also looked at using the original NES 6502 code, but I thought it would be easier to start from scratch. Staying motivated (and being busy with life) to keep working on bigger projects like this is always a little bit tricky for me. Perhaps starting a something smaller game was better Either way, it's so far a nice challenge. And yes, there's a lot of work to do ? The random color on top is the place where the score/indicaters will be. castleataria28.xex 19 Quote Link to comment Share on other sites More sharing options...
Mclaneinc Posted June 10, 2022 Share Posted June 10, 2022 Silky smooth, nice start.. Quote Link to comment Share on other sites More sharing options...
TGB1718 Posted June 10, 2022 Share Posted June 10, 2022 Strange, all I get is This is using Altirra, with and without U1M, booted off a SDX 3.2g disk and ran the XEX, same result for PAL or NTSC Quote Link to comment Share on other sites More sharing options...
Mclaneinc Posted June 10, 2022 Share Posted June 10, 2022 You have not added the VBXE device 2 Quote Link to comment Share on other sites More sharing options...
invisible kid Posted June 10, 2022 Share Posted June 10, 2022 (edited) If you can, include some pics! Edited June 10, 2022 by invisible kid Quote Link to comment Share on other sites More sharing options...
xrbrevin Posted June 10, 2022 Share Posted June 10, 2022 i get the same as @TGB1718 using a PAL XEGS via Fujinet ? Quote Link to comment Share on other sites More sharing options...
Beeblebrox Posted June 10, 2022 Share Posted June 10, 2022 (edited) yup - I took this to be a VBXE only demo so I'll work out how to add virtual VBXE to Altirra to see it on emulation. EDIT: Ah that was easy - Video board XE added under devices and demo run: Edited June 10, 2022 by Beeblebrox 3 Quote Link to comment Share on other sites More sharing options...
+DrVenkman Posted June 10, 2022 Share Posted June 10, 2022 Looking forward to messing around with this tonight/tomorrow on my VBXE-equipped 1088XLD (currently configured as a PAL machine). 1 Quote Link to comment Share on other sites More sharing options...
chevymad Posted June 10, 2022 Share Posted June 10, 2022 I've got to get my vbxe machine working again, several new games now. I took apart my pal XEL to install an internal fujinet, now vbxe software seems to be springing up everywhere. 1 Quote Link to comment Share on other sites More sharing options...
Thelen Posted June 11, 2022 Author Share Posted June 11, 2022 14 hours ago, Mclaneinc said: Silky smooth, nice start.. Thank you ? Quote Link to comment Share on other sites More sharing options...
Thelen Posted June 11, 2022 Author Share Posted June 11, 2022 13 hours ago, invisible kid said: If you can, include some pics! Yes ? I've put it on youtube: 4 Quote Link to comment Share on other sites More sharing options...
Beeblebrox Posted June 11, 2022 Share Posted June 11, 2022 (edited) @Thelen Really nice work! Given the amazing animation we know is possible on the A8 (likes of PoP below), it would be great to see the same quality animation for the main character's running and jumping movement if at all possible in future revisions as you develop this. Perhaps TIX might be interested? Also wonder in terms of scope for a non VBXE version for perhaps 128k machines? DLIs horizontally to bring in more colour, like ADM is using: () Edited June 11, 2022 by Beeblebrox 2 Quote Link to comment Share on other sites More sharing options...
+DrVenkman Posted June 11, 2022 Share Posted June 11, 2022 Very nice sprites and scrolling. Jumping is nice and smooth too. That graphical noise at the top of the display is a little disconcerting though, and it took me a sec to realize I needed to set my VBXE address at 0xD640 instead of 0xD740. But still, I love to see some attention to what the VBXE can do. (1088XLD Beta machine, configured as PAL). 1 Quote Link to comment Share on other sites More sharing options...
Thelen Posted June 11, 2022 Author Share Posted June 11, 2022 10 hours ago, Beeblebrox said: @Thelen Really nice work! Given the amazing animation we know is possible on the A8 (likes of PoP below), it would be great to see the same quality animation for the main character's running and jumping movement if at all possible in future revisions as you develop this. Perhaps TIX might be interested? Also wonder in terms of scope for a non VBXE version for perhaps 128k machines? DLIs horizontally to bring in more colour, like ADM is using: Thank you very much ? I did really doubt about doing a VBXE version or a standard machine version, but can't say if i will adapt it in the future for use on standard/128K hardware. Hardest part for me will be to finish what I started ? 1 Quote Link to comment Share on other sites More sharing options...
Thelen Posted June 11, 2022 Author Share Posted June 11, 2022 20 minutes ago, DrVenkman said: Very nice sprites and scrolling. Jumping is nice and smooth too. That graphical noise at the top of the display is a little disconcerting though, and it took me a sec to realize I needed to set my VBXE address at 0xD640 instead of 0xD740. But still, I love to see some attention to what the VBXE can do. (1088XLD Beta machine, configured as PAL). Thank you ! ? Cool to see you tested it on real 1088 hardware! Yes, the graphical noise is a bit disturbing, it's video memory which is filled with random bytes, this will be the place for the scoring. I will alter that, so it looks a bit more quiet ? Also should do something for selecting the vbxe base ? Quote Link to comment Share on other sites More sharing options...
+Stephen Posted June 12, 2022 Share Posted June 12, 2022 6 hours ago, Thelen said: Thank you ! ? Cool to see you tested it on real 1088 hardware! Yes, the graphical noise is a bit disturbing, it's video memory which is filled with random bytes, this will be the place for the scoring. I will alter that, so it looks a bit more quiet ? Also should do something for selecting the vbxe base ? There's some source code out there, showing some nice routines for detecting and configuring VBXE. It tries $D600, then $D700, if neither, it fails. But it will auto-configure your hardware. This is in the documentation provided for VBXE (candle or lotharek's page). If you would like me to point you to it, feel free. I have also finally started coding for VBXE. Trying to learn it and 6502 assembly, and MADS assembler all at the same time. 3 Quote Link to comment Share on other sites More sharing options...
+Larry Posted June 12, 2022 Share Posted June 12, 2022 On 6/10/2022 at 11:43 AM, Thelen said: Hi all, I wanted to share some sort of demo of what I'm working on for the past few months ? ... (snip) castleataria28.xex 25.69 kB · 68 downloads Could you (or someone else) please put up a YouTube video for those of us without VBXE machines? Quote Link to comment Share on other sites More sharing options...
Beeblebrox Posted June 12, 2022 Share Posted June 12, 2022 6 minutes ago, Larry said: Could you (or someone else) please put up a YouTube video for those of us without VBXE machines? @Larry. Thelen already did, see his post #11. Also you can run it on altirra emulator with the virtual Vbxe installed. 1 1 Quote Link to comment Share on other sites More sharing options...
+Larry Posted June 12, 2022 Share Posted June 12, 2022 Thanks. I'm looking for some inspiration to install my vbxe. Looking for that "killer app" as they say! Quote Link to comment Share on other sites More sharing options...
Dinadan67 Posted June 12, 2022 Share Posted June 12, 2022 the "killer app" is already out: 6 2 Quote Link to comment Share on other sites More sharing options...
Leonard Smith Posted June 14, 2022 Share Posted June 14, 2022 Pretty good work there. The animation and style is spot-on in terms of resembling the NES version. Quote Link to comment Share on other sites More sharing options...
Thelen Posted June 16, 2022 Author Share Posted June 16, 2022 On 6/14/2022 at 8:53 PM, Leonard Smith said: Pretty good work there. The animation and style is spot-on in terms of resembling the NES version. Thank you ? . Yes, I' trying to do everything with the NES version in mind, and maybe eventually upgradable with more color/ more different colorized tiles. Quote Link to comment Share on other sites More sharing options...
Thelen Posted August 5, 2022 Author Share Posted August 5, 2022 I've made some progress... did a complete rewrite of the player/enemy/objects blitterlist, and fixt the scrollbug. Added working whips (3 types) and collision detection... but still a lot of work to do castleataria34.xex 12 Quote Link to comment Share on other sites More sharing options...
ALEXANDER Posted August 22, 2022 Share Posted August 22, 2022 On 8/5/2022 at 2:27 PM, Thelen said: I've made some progress... did a complete rewrite of the player/enemy/objects blitterlist, and fixt the scrollbug. Added working whips (3 types) and collision detection... but still a lot of work to do castleataria34.xex 34.58 kB · 37 downloads Thelen, looks very promising. All the graphics are great specially the character. Keep on doing your best ! 4 Quote Link to comment Share on other sites More sharing options...
Thelen Posted August 22, 2022 Author Share Posted August 22, 2022 3 hours ago, ALEXANDER said: Thelen, looks very promising. All the graphics are great specially the character. Keep on doing your best ! Thank you! 🙂 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.