nonner242 Posted July 17, 2012 Share Posted July 17, 2012 Please put me down for a cart too. Awesome Quote Link to comment Share on other sites More sharing options...
+Propane13 Posted July 17, 2012 Author Share Posted July 17, 2012 yeah, played it for 3 hours last night with one of yurkies modded ball knob prolines and all new dome contacts in it, perfect for that game. love the underwater valcanoes ... very nice touch. really wanted to get some long playing time using a 7800 with stock controllers. this game is pretty huge and what a great game. cant wait to see if you can come up with a nice catchy tune for the game.more to come Thanks for the feedback. I haven't written any music in awhile, so I'm going to take my time and try to put something good together. Very nice John! I finally had a chance to sit down and play it last night and enjoyed the challenge. Nice to see those old demos I tested many years ago finally coming to a finished form. Mitch Took awhile, but I hope the end result is worth it. Does the hardware help with collision detection at all? What's your collision solution look like? For collision-detection, I'm doing some sort of "overlapping square" comparison. Consider the player a square (8x16) and each object an 8x16 square. If any corner / edge overlaps a spike / fire / bat, it's checked X-coordinates first, then Y-coordinates second. It's all done with some greater-than / less-than comparisons. That's actually why the bat looks a little funny-- I wanted his corners / sides to be pretty much straight lines so that collision detection looked effective. The only issue where you could feel an unfair detection is if you're falling down away from a spike-- there's a space behind the player that can touch the tip of a spike. It doesn't look like a collision, but it technically is. I only get that problem a handful of times when playing a full round, but it doesn't seem too bad. I'd be curious as to if people feel like the detection is unfair. -John Quote Link to comment Share on other sites More sharing options...
+Propane13 Posted July 17, 2012 Author Share Posted July 17, 2012 Hi Guys How many gems did you collect? I got 45 greetings gambler172 That's pretty good! I'd say you're on the leaderboard. Propane how many Gems total are there? If you collect all the Gems, does the game stop? At least 45... There's definitely an end to the game if you collect them all. That ending will be improved a little later. -John Quote Link to comment Share on other sites More sharing options...
gambler172 Posted July 17, 2012 Share Posted July 17, 2012 Hi John i think,there are about 50 gems to collect.And it also seems,that nobody found a bug I also did not get any bugs,while playing more than 4 hours And i got no bug,when not moving greetings Walter Quote Link to comment Share on other sites More sharing options...
+Propane13 Posted July 17, 2012 Author Share Posted July 17, 2012 Haha... well, I do know the actual number of gems, but, part of the fun is letting you guys figure that part out. Somebody else sent me a PM and mentioned the "black screen of death" on this build, so I think it's still in there somewhere, but maybe not as pronounced as the last build. I didn't really do anything to fix it, except that I guess the timing of some things changed due to more code added. That's why I suspect that there's some sort of thing that happens during DMA accesses where it can return in a funky state. If I had a logic analyzer, I could try to drill down, but I don't really have one, nor the hardware to hook it up. I'm guessing GroovyBee may be the only one that has this setup-- do any others have any systems set up like that? -John Quote Link to comment Share on other sites More sharing options...
+Gemintronic Posted July 18, 2012 Share Posted July 18, 2012 (edited) This would be an easy port to the Sega Genesis. What kind of license are you using for this? Edited July 18, 2012 by theloon Quote Link to comment Share on other sites More sharing options...
+Propane13 Posted July 18, 2012 Author Share Posted July 18, 2012 Honestly, I haven't even thought about it. The source is proprietary, and I've never programmed for other systems (except the 2600). Are you suggesting that others may be interested in porting this game to other systems? If so, I'd love to hear from those guys. I'm sure an arrangement could be made. Of course, I'd like to finish on the first platform first. -John Quote Link to comment Share on other sites More sharing options...
atomickneedrop Posted July 19, 2012 Share Posted July 19, 2012 this is really neat. please let me know when it hits hardware! Quote Link to comment Share on other sites More sharing options...
gooner73 Posted July 19, 2012 Share Posted July 19, 2012 I'll take one, as long as it will play on pal systems! Currently, it auto-detects, so you should be good to go, -John lovely! put me down for one please! Quote Link to comment Share on other sites More sharing options...
+Propane13 Posted July 19, 2012 Author Share Posted July 19, 2012 So, I'm thinking of how to debug without proper hardware. One thought I had was to ask a question about emulator support. Does anyone actively code for ProSystem? I think that one of the things I'd like to do is see how many cycles over I'm going per screen. i.e. I'd like to get a cycle count each time I pass into my main loop. I'm definitely over by a little for my frame, but I really need to figure out how much I have to trim. That trimming could end up being the difference between a game with an occasional screen glitch, and a version that is glitch-free. I'm just not sure if this functionality exists, or could exist. Quote Link to comment Share on other sites More sharing options...
mmervine Posted July 22, 2012 Share Posted July 22, 2012 John -great work...like everyone else, looking forward to the finished product!!! Quote Link to comment Share on other sites More sharing options...
PacManPlus Posted July 23, 2012 Share Posted July 23, 2012 I am sooooooooooooooooo looking forward to this. I'll be purchasing a cart as well. Quote Link to comment Share on other sites More sharing options...
Stun Runner 87 Posted July 23, 2012 Share Posted July 23, 2012 D O N T F O R G E T M E!!!!!! I want a Cart of lost too...... Thanks Quote Link to comment Share on other sites More sharing options...
+cmart604 Posted July 23, 2012 Share Posted July 23, 2012 Looks great, I'd definitely like a cart too. Quote Link to comment Share on other sites More sharing options...
Mot Posted July 23, 2012 Share Posted July 23, 2012 You should name the diamonds John Locke, Jack, Kate, Hurley, Charlie, ect. (*Rim shot*) When people crash the game on the real system, do you know where/what they were doing? Maybe people should record while they play to show you how to reproduce the problem. Quote Link to comment Share on other sites More sharing options...
JonnyBritish Posted July 24, 2012 Share Posted July 24, 2012 Add me to the cart list please Quote Link to comment Share on other sites More sharing options...
fred Posted July 25, 2012 Share Posted July 25, 2012 Very cool, how soon can I buy a cart? Quote Link to comment Share on other sites More sharing options...
keitaro Posted July 25, 2012 Share Posted July 25, 2012 Cool game!! The final version will have lives or time limit? Also cart version is a must Quote Link to comment Share on other sites More sharing options...
+Sauron Posted July 26, 2012 Share Posted July 26, 2012 Just gave this a quick go-through. There's some very clever design in it. I can't wait to play the finished game! Quote Link to comment Share on other sites More sharing options...
+Propane13 Posted July 26, 2012 Author Share Posted July 26, 2012 Wow; I can't believe the outpouring of support. Honestly, I was not expecting anybody to keep commenting on this thread. It seemed pretty much done, in my mind. This kind of support is leading me to think that maybe I could try to fix the "big black screen bug"... but I'd need help. Does anyone here have hardware expertise that could help me to figure out: 1) specs for hooking up a logic analyzer to a 7800 cart? I can solder, but directions help 2) What kind of logic analyzer I'm looking for? I don't think I can solve this just by looking at my code. If anyone can help me to climb hardware hurdles; I am willing to try to meet halfway. I'm just frankly not very hardware savvy; if that's someone's cup of tea, I'd be much obliged. Plus, solving this issue may lead to some new "best practices" that could help other programmers to not encounter this type of issue. So, this may be good for everyone in the long run. Could anyone help me to get what I need, and to give me instructions for how to hook it up? This is just not a road that I'm used to driving on, so I think it's time to see if anyone knows what to do here. Again; thanks to everyone for commenting and for the kind remarks. I made the game to try to make people happy, and to try to close out a very long journey. This community is awesome. Regards, -John Quote Link to comment Share on other sites More sharing options...
AtariBrian Posted July 26, 2012 Share Posted July 26, 2012 Wow; I can't believe the outpouring of support. Honestly, I was not expecting anybody to keep commenting on this thread. It seemed pretty much done, in my mind. This kind of support is leading me to think that maybe I could try to fix the "big black screen bug"... but I'd need help. Does anyone here have hardware expertise that could help me to figure out: 1) specs for hooking up a logic analyzer to a 7800 cart? I can solder, but directions help 2) What kind of logic analyzer I'm looking for? I don't think I can solve this just by looking at my code. If anyone can help me to climb hardware hurdles; I am willing to try to meet halfway. I'm just frankly not very hardware savvy; if that's someone's cup of tea, I'd be much obliged. Plus, solving this issue may lead to some new "best practices" that could help other programmers to not encounter this type of issue. So, this may be good for everyone in the long run. Could anyone help me to get what I need, and to give me instructions for how to hook it up? This is just not a road that I'm used to driving on, so I think it's time to see if anyone knows what to do here. Again; thanks to everyone for commenting and for the kind remarks. I made the game to try to make people happy, and to try to close out a very long journey. This community is awesome. Regards, -John Im sure someone can help. just maybe keep at it and I hope all the final things are coming along well for you. I know I will be wanting one if you ever get it released on cart! Quote Link to comment Share on other sites More sharing options...
PAC-MAN PRIME Posted July 26, 2012 Share Posted July 26, 2012 Awesome! Please put me down for a cart as well! :-) Quote Link to comment Share on other sites More sharing options...
Future Primitive Posted July 26, 2012 Share Posted July 26, 2012 Looking forward to these platformers for the 7800! Get Lost and Bentley Bear: Crystal Quest! are aiming to be a solid one-two punch! Quote Link to comment Share on other sites More sharing options...
+Yurkie Posted July 27, 2012 Share Posted July 27, 2012 Propane any tips for the green area underwater filled with ?s. I was playing your game for around an hour last night and it seems that there are gems that are impossible to get to. Quote Link to comment Share on other sites More sharing options...
atarinut76 Posted July 28, 2012 Share Posted July 28, 2012 please add me as well if you put on cart!!! Matt 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.