+splendidnut Posted November 28, 2022 Author Share Posted November 28, 2022 Alright, I'm not making any promises, but I think I have the infinite end_of_round issue fixed.... and the ChefLives counter should now be working as a lives-in-reserve counter. Let me know if that's not the case. Also, switching back to the old way of doing the file names to make sure Stella and potentially other emulators know the TV mode to use. Enjoy! NTSC: chaoticGrill_20221128_NTSC.bin PAL60: chaoticGrill_20221128_PAL60.bin 8 Quote Link to comment Share on other sites More sharing options...
+johnnywc Posted November 29, 2022 Share Posted November 29, 2022 2 hours ago, splendidnut said: Alright, I'm not making any promises, but I think I have the infinite end_of_round issue fixed.... and the ChefLives counter should now be working as a lives-in-reserve counter. Both seem to be working as expected! One thing to note is that you now get 4 lives instead of 3 since the # is now the # of reserves; not sure if that is intended or if you want it to be 3 lives (in which case your reserve # should be set to 2 at game start). A couple small issues potentially. One is that the pepper timer doesn't seem to work (although I'm not sure how long it's supposed to stay displayed). Most of the time I would purposefully wait to see how long it would stay and it never disappeared. One other issue that *may* be a bug; it seems that when you're dropping a burger piece with enemies on it and get killed while it's still dropping, the burger pieces continue to fall but the enemies don't (they'll be suspended in mid air). Not sure what happens on the arcade but figured I'd mention it. Thanks! John Quote Link to comment Share on other sites More sharing options...
+ZeroPage Homebrew Posted November 29, 2022 Share Posted November 29, 2022 ZeroPage Homebrew is playing Chaotic Grill on tomorrow's ZPH stream LIVE on Twitch, hope you can join us! Tue Nov 29, 2022 | LIVE @ 6PM PT | 9PM ET | 2AM GMT+1Day WATCH LIVE: https://www.twitch.tv/zeropagehomebrew/WATCH LATER: https://youtube.com/zeropagehomebrew/ Games: Chaotic Grill (2022 WIP Update | 2600) by Philip Blackman @splendidnut (Code, Graphics, Sound) / NostAlgae37 @NostAlgae37 (Sprites) / Kurt Woloch @Kurt_Woloch (Misc) Immunity (2022 Exclusive WIP Update | 2600) by Mike Losh @Sohl Top & Tom 2 (2022 WIP Update | 2600) by Thomas Jentzsch @Thomas Jentzsch (WATCH AT 1080P60 FOR BEST QUALITY) 2 Quote Link to comment Share on other sites More sharing options...
+splendidnut Posted November 29, 2022 Author Share Posted November 29, 2022 33 minutes ago, johnnywc said: A couple small issues potentially. One is that the pepper timer doesn't seem to work (although I'm not sure how long it's supposed to stay displayed). Most of the time I would purposefully wait to see how long it would stay and it never disappeared. Yup, I see that too... It seems the bonus item timer only works IF the number of pieces stacked at the bottom doesn't change while the timer is running. Somehow I missed that case EVERY time I tested it. I need to fix the code to keep better track of things. 35 minutes ago, johnnywc said: One other issue that *may* be a bug; it seems that when you're dropping a burger piece with enemies on it and get killed while it's still dropping, the burger pieces continue to fall but the enemies don't (they'll be suspended in mid air). Yeah, the player and the enemy logic currently get shutdown when death or end_of_level condition is triggered. I may or may not look into that depending on how crazy I go with my optimization attempts in that area. Quote Link to comment Share on other sites More sharing options...
+splendidnut Posted November 29, 2022 Author Share Posted November 29, 2022 Maybe this time the bonus item and it's timer will work properly... NTSC: chaoticGrill_20221129_NTSC.bin PAL60: chaoticGrill_20221129_PAL60.bin 8 Quote Link to comment Share on other sites More sharing options...
+Nathan Strum Posted December 9, 2022 Share Posted December 9, 2022 Noticed another bug (I think): The more enemies that you have on a burger piece when you drop it, the farther it falls - except when you get all four enemies on board, then it only drops a single level. 2 Quote Link to comment Share on other sites More sharing options...
+splendidnut Posted December 10, 2022 Author Share Posted December 10, 2022 Good catch! I forgot about checking that. Currently, the burger drop count has a max count of 7 platforms (it's limited to a 3 bit counter). So, when all 4 enemies are on a piece that drops (2 per enemy), the drop count ends up being set to zero. The code will always allow a piece to fall down by at least one platform when dropped. I just tried capping the drop count to 7... but that only drops 7, so I need to do some other code adjustments to get that extra drop. 3 Quote Link to comment Share on other sites More sharing options...
StephenJ Posted January 5 Share Posted January 5 Just a reminder...and as you already know...there's lots of us looking forward to the cartridge release of Chaotic Grill! No pressure :0) 1 Quote Link to comment Share on other sites More sharing options...
+splendidnut Posted January 5 Author Share Posted January 5 Yeah, I hit a bit of a roadblock with Burger editing, so I took a break. I did fix a couple of dropping/scoring bugs, but I'll probably sit on those until I get the burger editing working. Quote Link to comment Share on other sites More sharing options...
BIGHMW Posted January 23 Share Posted January 23 Well some improvements since I last downloaded this brilliant game 3 years ago, I enjoy that one already, I just downloaded this past one, let's see what imrpovements have been made to her since 3 years ago. Quote Link to comment Share on other sites More sharing options...
BIGHMW Posted January 23 Share Posted January 23 Quite nice indeed, but, there is an issue at game's end it freezes, and does not take you back to the main menu nor the title screen, that has to be cleared up but I do enjoy the new title screen and faster play, but the time length of the availability of the bonus peppers needs to be reverted back to where it was in the WIP version, it's too short now, but I do love the new port other than those two quirks. Quote Link to comment Share on other sites More sharing options...
+splendidnut Posted January 28 Author Share Posted January 28 I probably won't revert back to the old bonus pepper timer. The old code made the game TOO easy, since you could easily rack up more pepper by just waiting around for it. The new version works based on the count of plated burger pieces and should be more inline with how the arcade works. It's a feature, not a quirk. The missing "return to menu after game-over" feature is an oversight, and something I'll fix. 1 Quote Link to comment Share on other sites More sharing options...
BIGHMW Posted January 28 Share Posted January 28 (edited) Thanks, I'm glad you saw the part where it didn't revert back to the title screen after the game ended. As for the bonus pepper timing I'll get myself used to it, but I knew 4 years ago when I first played one of the earlier WIPs that this game was gonna be something and that it indeed has. Edited January 28 by BIGHMW Quote Link to comment Share on other sites More sharing options...
StephenJ Posted January 31 Share Posted January 31 splendidnut, Don't want to take you away from the final touches on the game... But, I was wondering if anything has been started regarding the artwork. Thanks, Stephen Quote Link to comment Share on other sites More sharing options...
+splendidnut Posted January 31 Author Share Posted January 31 Nothing has been started in regards to a manual or artwork for a cartridge release. I'm not really an artist, so I'll need to find someone willing/able to do that. Quote Link to comment Share on other sites More sharing options...
Albert Posted January 31 Share Posted January 31 2 minutes ago, splendidnut said: Nothing has been started in regards to a manual or artwork for a cartridge release. I'm not really an artist, so I'll need to find someone willing/able to do that. I can help find someone to do that. ..Al 4 Quote Link to comment Share on other sites More sharing options...
+johnnywc Posted January 31 Share Posted January 31 4 minutes ago, Albert said: I can help find someone to do that. How about a 2-fer and throw in Elevator Agent? Quote Link to comment Share on other sites More sharing options...
Albert Posted January 31 Share Posted January 31 3 minutes ago, johnnywc said: How about a 2-fer and throw in Elevator Agent? I thought you were doing the art for that? ..Al 1 Quote Link to comment Share on other sites More sharing options...
+Nathan Strum Posted January 31 Share Posted January 31 2 minutes ago, Albert said: I thought you were doing the art for that? I think I am. We ran out of Daves. I could really go for a burger right about now. 2 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.