Shawn Posted June 10, 2019 Share Posted June 10, 2019 Thanks, but I don't have an EEPROM burner or anything like that. What I was hoping for is more like a Harmony Cart-like device for the 7800. If you plan on making carts you will need a burner. If you want a cheaper one that will do the job I have one I will sell you. I have an extra MiniPro TL866CS with A firmware installed and breakout headers installed on the pcb (you will probably never use them, but they are there). It's a real one, not one of the clones. Quote Link to comment https://forums.atariage.com/topic/291619-gosub-wip/page/3/#findComment-4289407 Share on other sites More sharing options...
+atari2600land Posted June 10, 2019 Author Share Posted June 10, 2019 I was actually hoping that Al would like to publish this for me. If not, I'd just be happy with one cartridge that I can get made at the store. Quote Link to comment https://forums.atariage.com/topic/291619-gosub-wip/page/3/#findComment-4289415 Share on other sites More sharing options...
Shawn Posted June 10, 2019 Share Posted June 10, 2019 I was actually hoping that Al would like to publish this for me. If not, I'd just be happy with one cartridge that I can get made at the store. Fair enough. Quote Link to comment https://forums.atariage.com/topic/291619-gosub-wip/page/3/#findComment-4289432 Share on other sites More sharing options...
+-^CrossBow^- Posted June 10, 2019 Share Posted June 10, 2019 Those of us with access to a Mateos 16 in 1 or working Concerto carts need to be testing this for you on actual hardware. Now that mod work has cleared out for the time being, I can devote some time to test this and I would think others can as well since you are posting binaries as frequent as you are. Quote Link to comment https://forums.atariage.com/topic/291619-gosub-wip/page/3/#findComment-4289545 Share on other sites More sharing options...
+atari2600land Posted June 10, 2019 Author Share Posted June 10, 2019 Can I get a Concerto cart? How do I? Quote Link to comment https://forums.atariage.com/topic/291619-gosub-wip/page/3/#findComment-4289549 Share on other sites More sharing options...
+-^CrossBow^- Posted June 10, 2019 Share Posted June 10, 2019 (edited) Can I get a Concerto cart? How do I? Concerto carts were only released in a small batch for beta testing a few years back. I don't know the ratio of them working vs non, but I know that the compatibility with them I think was pretty hit and miss depending on the 7800s it was used with. Not sure that the specific ones it was found to be working with were ever fully documented beyond their Serial#s (Which honestly doesn't mean squat since I've seen factory reworked original '84 boards in very late 80s era shells). Currently the Concerto is on hiatus as I understand it. That is why it was suggested you contact CPUWIZ for a dev cart to be able to use. The other option of course is to see if you can manage to find someone willing to sell their own Cuttle Cart II. That was an MMC card based solution created by Chad Schell back in the early 2000s. If Juan Mateos ever comes back, it would be nice to see him offer the 7800 16 in 1 flash cart again. I've got one of those and it has been fantastic for me provided I use it with my old XP based netbook. Edited June 10, 2019 by -^Cro§Bow^- Quote Link to comment https://forums.atariage.com/topic/291619-gosub-wip/page/3/#findComment-4289630 Share on other sites More sharing options...
SIO2 Posted June 12, 2019 Share Posted June 12, 2019 (edited) One thing I don't get is why in the bonus level it gives you the same y values despite me using the rand function. I tried seeding rand but that didn't help. Not sure if you got an answer for this one. It does pull the same sequence - like from a table of random numbers. Somewhere I saw how others handle this but basically, you need to tie your rand pulls to user input like if the player is moving up pull an extra rand and throw that value away. If anybody has a better example or link I am sure it would be appreciated. For testing, if you can get one of the CPUWIZ Devcarts that would be a great way to go. For my own stuff, I end up using an Eprom burner and an EEPROM most often for testing. Best to test often on the target hardware because, emulators have been letting my slop slide by too much. Edited June 12, 2019 by SIO2 Quote Link to comment https://forums.atariage.com/topic/291619-gosub-wip/page/3/#findComment-4290637 Share on other sites More sharing options...
+atari2600land Posted June 13, 2019 Author Share Posted June 13, 2019 Changed the score's position and added a new level, level 13. You start on level 11. gosub26.zip Quote Link to comment https://forums.atariage.com/topic/291619-gosub-wip/page/3/#findComment-4291641 Share on other sites More sharing options...
gambler172 Posted June 14, 2019 Share Posted June 14, 2019 Hi Chris plays very well.....maybe you could add a 2nd enemy in later levels??? greetings Walter Quote Link to comment https://forums.atariage.com/topic/291619-gosub-wip/page/3/#findComment-4292207 Share on other sites More sharing options...
+atari2600land Posted June 15, 2019 Author Share Posted June 15, 2019 Like a shark or something? I'll see what I can do. I don't want two things going after the sub at the same time, so perhaps the shark can move randomly around the screen? 1 Quote Link to comment https://forums.atariage.com/topic/291619-gosub-wip/page/3/#findComment-4292430 Share on other sites More sharing options...
gambler172 Posted June 15, 2019 Share Posted June 15, 2019 Like a shark or something? I'll see what I can do. I don't want two things going after the sub at the same time, so perhaps the shark can move randomly around the screen? good idea......but let him appear in later levels 1 Quote Link to comment https://forums.atariage.com/topic/291619-gosub-wip/page/3/#findComment-4292518 Share on other sites More sharing options...
gambler172 Posted June 16, 2019 Share Posted June 16, 2019 Hi Chris another suggestion.....maybe instead of the bonud wave.... could you add a boss wave....maybe a big Jelly...or an Octopus, who must be defeated??? This wouls make the game even more interesting... Just a suggestion.... greetings Walter 1 Quote Link to comment https://forums.atariage.com/topic/291619-gosub-wip/page/3/#findComment-4292852 Share on other sites More sharing options...
+atari2600land Posted June 16, 2019 Author Share Posted June 16, 2019 OK, great idea. I'll work on that as well. Quote Link to comment https://forums.atariage.com/topic/291619-gosub-wip/page/3/#findComment-4292869 Share on other sites More sharing options...
+atari2600land Posted June 17, 2019 Author Share Posted June 17, 2019 Here is a first attempt at a boss screen. What I can change are + octopus sprite + octopus speed + how many hits it takes to kill the octopus. After 10 torpedo hits the octopus stops chasing you and just wanders away from you in fear. I can change that as well. I also plan to put in future boss fights more coral walls to run into to make it more challenging, but for now it's just a simple square screen. gosub2019june17.zip Quote Link to comment https://forums.atariage.com/topic/291619-gosub-wip/page/3/#findComment-4293456 Share on other sites More sharing options...
gambler172 Posted June 17, 2019 Share Posted June 17, 2019 Hi Chris Boss wave is great...maybe some animation at the boss??? Maybe roling eyes,when you beat him? Other ideas for bosses....Jelly,Shark,Giant Mussel.... Keep up the great work.... greetings Walter Quote Link to comment https://forums.atariage.com/topic/291619-gosub-wip/page/3/#findComment-4293894 Share on other sites More sharing options...
+atari2600land Posted June 19, 2019 Author Share Posted June 19, 2019 Added a shark just to see if I could. I'll disable the shark until later levels, but he appears in there now as a test. I also made a few other minor changes, like making the sub white instead of red. gosub2019june19.zip Quote Link to comment https://forums.atariage.com/topic/291619-gosub-wip/page/3/#findComment-4294986 Share on other sites More sharing options...
TIX Posted June 19, 2019 Share Posted June 19, 2019 Hey man, just to say I love this game, and offer a helping hand, if you like him I can provide a png.. Quote Link to comment https://forums.atariage.com/topic/291619-gosub-wip/page/3/#findComment-4295191 Share on other sites More sharing options...
+atari2600land Posted June 19, 2019 Author Share Posted June 19, 2019 Your nice looking shark has been added in the game. Thanks for designing a better one for me. gosub2019june19v2.zip 2 Quote Link to comment https://forums.atariage.com/topic/291619-gosub-wip/page/3/#findComment-4295197 Share on other sites More sharing options...
gambler172 Posted June 20, 2019 Share Posted June 20, 2019 Hi Chris plays vety well so far,but i would make the SUB only in 2 colours. Black and White would be good. greetings Walter Quote Link to comment https://forums.atariage.com/topic/291619-gosub-wip/page/3/#findComment-4295682 Share on other sites More sharing options...
TIX Posted June 20, 2019 Share Posted June 20, 2019 Sorry I cant help it.. it's my favorite subject, feel free to use it ! Quote Link to comment https://forums.atariage.com/topic/291619-gosub-wip/page/3/#findComment-4295718 Share on other sites More sharing options...
+atari2600land Posted June 20, 2019 Author Share Posted June 20, 2019 Added TIX's sub into the game. It was hard because it was animated, but I eventually did it. gosub2019june20.zip 2 Quote Link to comment https://forums.atariage.com/topic/291619-gosub-wip/page/3/#findComment-4295844 Share on other sites More sharing options...
TrekMD Posted June 20, 2019 Share Posted June 20, 2019 Downloaded to try out! Thanks! Quote Link to comment https://forums.atariage.com/topic/291619-gosub-wip/page/3/#findComment-4295876 Share on other sites More sharing options...
SIO2 Posted June 21, 2019 Share Posted June 21, 2019 (edited) I tried the June 20 version on my red 7800 console. Looking good. When I tried it at first, I had a 2600 joystick in the left port. Looks like this game will not support 2600 joysticks? I switched to a 7800 compatible game pad. Then it worked. I don't know how but somehow, I managed to activate pause a few times. Really cool game. Thanks for bringing this to 7800. Edited June 21, 2019 by SIO2 Quote Link to comment https://forums.atariage.com/topic/291619-gosub-wip/page/3/#findComment-4295959 Share on other sites More sharing options...
TIX Posted June 21, 2019 Share Posted June 21, 2019 (edited) 8 hours ago, atari2600land said: Added TIX's sub into the game. It was hard because it was animated, but I eventually did it. Thank you !! I think you missed a pixel on the propeller.. other than that it looks great ? If you want help with other sprites let me know. Edited June 21, 2019 by TIX Quote Link to comment https://forums.atariage.com/topic/291619-gosub-wip/page/3/#findComment-4296058 Share on other sites More sharing options...
+atari2600land Posted June 21, 2019 Author Share Posted June 21, 2019 10 hours ago, SIO2 said: I tried the June 20 version on my red 7800 console. Looking good. When I tried it at first, I had a 2600 joystick in the left port. Looks like this game will not support 2600 joysticks? I switched to a 7800 compatible game pad. Then it worked. I don't know how but somehow, I managed to activate pause a few times. Really cool game. Thanks for bringing this to 7800. I don't know about the problems you had, I was just using 7800 Basic and its default settings. Thanks for the compliments. 1 Quote Link to comment https://forums.atariage.com/topic/291619-gosub-wip/page/3/#findComment-4296129 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.