skywaffle Posted February 11, 2019 Share Posted February 11, 2019 (edited) Hello everyone, I figured while working on polishing up various things for my Castlevania project, I could at least assemble a small demo for people to play around with on emulators or the LTO Flash. It is only the first two levels, but should give an impression of what to expect. There are no in game instructions, If anyone is unfamiliar with the gameplay mechanics, there should be plenty of information online. If anyone has questions otherwise, I will be happy to answer. Matthew cvdemo.rom Edited February 12, 2019 by skywaffle 18 Quote Link to comment Share on other sites More sharing options...
carlsson Posted February 11, 2019 Share Posted February 11, 2019 You can use the BIN2ROM utility included with jzintv to make a ROM file with the configuration built in, or consider zipping the BIN + CFG files together. 1 Quote Link to comment Share on other sites More sharing options...
skywaffle Posted February 11, 2019 Author Share Posted February 11, 2019 Thank you for the suggestion. I replaced the two files with a .ROM to make things easier You can use the BIN2ROM utility included with jzintv to make a ROM file with the configuration built in, or consider zipping the BIN + CFG files together. Quote Link to comment Share on other sites More sharing options...
JohnPCAE Posted February 11, 2019 Share Posted February 11, 2019 When this eventually goes CIB it will be beyond epic. 2 Quote Link to comment Share on other sites More sharing options...
skywaffle Posted February 11, 2019 Author Share Posted February 11, 2019 I would love to see a boxed version with a cartridge. Originally when I had first started programming in IntyBASIC, that was a goal-- until I realized that you can't just program a 27c128 and slap it onto a game PCB. I had purchased an LTO Flash to at least get to see and test things on the real console. This is great and convenient; But still not quite the same as a physical cartridge and box. When this eventually goes CIB it will be beyond epic. Quote Link to comment Share on other sites More sharing options...
+Steve Jones Posted February 12, 2019 Share Posted February 12, 2019 Thanks, will check it out. Talk to Rev about a CIB release. Quote Link to comment Share on other sites More sharing options...
+cmadruga Posted February 12, 2019 Share Posted February 12, 2019 Bravo! Hard to believe I'm playing an Intellivision game! An inspiration to all aspiring programmers like me. 1 Quote Link to comment Share on other sites More sharing options...
sinistermoon Posted February 12, 2019 Share Posted February 12, 2019 So awesome! I'm about to go play it now. 1 Quote Link to comment Share on other sites More sharing options...
JohnPCAE Posted February 12, 2019 Share Posted February 12, 2019 (edited) EDIT: never mind. I finally noticed the flashing counter when you get hit. Edited February 12, 2019 by JohnPCAE Quote Link to comment Share on other sites More sharing options...
+bhall408 Posted February 12, 2019 Share Posted February 12, 2019 There are no in game instructions, If anyone is unfamiliar with the gameplay mechanics, there should be plenty of information online. If anyone has questions otherwise, I will be happy to answer. This gives an error when trying to run from OpenEMU (Mac)... Any suggestions? Quote Link to comment Share on other sites More sharing options...
ColecoJoe Posted February 12, 2019 Share Posted February 12, 2019 This gives an error when trying to run from OpenEMU (Mac)... Any suggestions? Use jzintv Quote Link to comment Share on other sites More sharing options...
+Steve Jones Posted February 12, 2019 Share Posted February 12, 2019 One suggestion, map the whip action to buttons on both sides of the controller, I hold controller in left hand, using right for disc etc Its awkward to press left buttons but easy to press right ones. 2 Quote Link to comment Share on other sites More sharing options...
skywaffle Posted February 12, 2019 Author Share Posted February 12, 2019 Hello, sorry for the trouble, I went ahead and uploaded a new ROM image that allows both the lower left and right buttons to work as attack. One suggestion, map the whip action to buttons on both sides of the controller, I hold controller in left hand, using right for disc etcIts awkward to press left buttons but easy to press right ones. 1 Quote Link to comment Share on other sites More sharing options...
skywaffle Posted February 12, 2019 Author Share Posted February 12, 2019 This was done due to the sprite limitations, and backtab scrolling which makes displaying information somewhat tricky. I had settled for flashing the health number when it is under 10, and then the border will flash red to signify if health is too low. EDIT: never mind. I finally noticed the flashing counter when you get hit. Quote Link to comment Share on other sites More sharing options...
+nanochess Posted February 12, 2019 Share Posted February 12, 2019 Cool project! Well done! 1 Quote Link to comment Share on other sites More sharing options...
SiLic0ne t0aD Posted February 12, 2019 Share Posted February 12, 2019 Hell yeah, this is awesome! Thank you for sharing the demo.. I've been wanting to try this out for a long time! 1 Quote Link to comment Share on other sites More sharing options...
+bhall408 Posted February 12, 2019 Share Posted February 12, 2019 Use jzintv Yeah, runs on jzintv4Droid on Android. OpenEmu on Mac uses Bliss... It just hangs on that. Are you meant to be able to jump and move forward at the same time? I can do or the other, but not both... (I'm wondering if that is a jzintv4Droid issue...) Quote Link to comment Share on other sites More sharing options...
skywaffle Posted February 12, 2019 Author Share Posted February 12, 2019 I would imagine this is an issue in the emulator. The only issue control-wise that I really noticed is if you press both lower buttons, it will register as a jump. I don't believe there is any work around for this though. Yeah, runs on jzintv4Droid on Android. OpenEmu on Mac uses Bliss... It just hangs on that. Are you meant to be able to jump and move forward at the same time? I can do or the other, but not both... (I'm wondering if that is a jzintv4Droid issue...) Quote Link to comment Share on other sites More sharing options...
Bamse Posted February 13, 2019 Share Posted February 13, 2019 Yeah, runs on jzintv4Droid on Android. OpenEmu on Mac uses Bliss... It just hangs on that. Are you meant to be able to jump and move forward at the same time? I can do or the other, but not both... (I'm wondering if that is a jzintv4Droid issue...) On jzintv4droid on my phone and tablet you can't press 2 buttons at the same time. This maybe why you can't jump and move together. Quote Link to comment Share on other sites More sharing options...
mr_me Posted February 13, 2019 Share Posted February 13, 2019 (edited) I would imagine this is an issue in the emulator. The only issue control-wise that I really noticed is if you press both lower buttons, it will register as a jump. I don't believe there is any work around for this though.When any two of the three side buttons are pressed simultaneously, the intellivision has no way of knowing which two are pressed. Assume all are pressed. It's a good idea to program left and right lower side buttons to the same function in action games. Edited February 13, 2019 by mr_me Quote Link to comment Share on other sites More sharing options...
skywaffle Posted February 13, 2019 Author Share Posted February 13, 2019 Yeah, when setting up the control scheme, I opted to use the readings from cont1 rather than cont1.b0 and b1, etc. Those would not allow simultaneous presses which made things control more difficult. I had noticed though that two of bits 6, 7, and 8 of the cont1 readings are set for each input. unfortunately both lower buttons result in bits 6 and 8 being set which are the same bits set for pressing the top button. Overall it does not seem like a big issue, but I noticed when playing that I would inadvertently squeeze the entire controller and cause some unexpected jumps. When any two of the three side buttons are pressed simultaneously, the intellivision has no way of knowing which two are pressed. Assume all are pressed. It's a good idea to program left and right lower side buttons to the same function in action games. Quote Link to comment Share on other sites More sharing options...
SiLic0ne t0aD Posted February 13, 2019 Share Posted February 13, 2019 I just played it via the LTO Flash and that looks and sounds great! Never in a million years, did I ever expect to be playing Castlevania on an Intellivision of all things. 2 Quote Link to comment Share on other sites More sharing options...
skywaffle Posted February 13, 2019 Author Share Posted February 13, 2019 Thank you! Strangely I have had most of this demo more or less ready months ago (I had posted videos of the first two levels on Youtube). Although much more time has been spent trying to add things like hidden blocks, various polish on controls (stairs mostly), sound effects, and then constant rewriting of routines, music, and other optimizations for performance and/or freeing up space. There are bits that I still would like to improve on as time allows, but overall I had felt that everything was beginning to feel more similar to how Castlevania on the NES feels. I even spent an evening last week just playing through the original NES game, and then through the second loop (which is a harder difficulty), to help identify where some shortcomings / balance issues might be; especially in the later areas. I just played it via the LTO Flash and that looks and sounds great! Never in a million years, did I ever expect to be playing Castlevania on an Intellivision of all things. 2 Quote Link to comment Share on other sites More sharing options...
Bamse Posted February 14, 2019 Share Posted February 14, 2019 Just played it on my Inty with the lto flash cart and I'm impressed. Very nice especial for an early stage demo. So when you talking to Elektronite about publishing? Quote Link to comment Share on other sites More sharing options...
SiLic0ne t0aD Posted February 15, 2019 Share Posted February 15, 2019 No offense to other Intellivision publishers out there, but If anybody publishes it, I really hope Rev/Inty Revolution does, because otherwise, any "officially licensed" version (like the other publisher usually puts out) would never fly.. I highly doubt the original publisher/rights holder (you know who.. I don't even want to mention their name here) would ever give their "blessing" on it, so it would have to be a clone type game and titled as such, like it currently is: "Intellivania", which I'm perfectly happy with. 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.