prostx23 #1 Posted December 31, 2010 Hi Folks, After reading this very facinating thread... http://www.atariage.com/forums/topic/68707-pac-man-ghost-ai-question/ I was wondering if anyone could tell me how closely the 7800 version of Ms PacMan's AI resembles the arcade version. Despite the fact that GCC programmed both, I wonder if it may have been difficult to emulate the Arcade's AI. Ms. PacMan's programming was an overlay of the original PacMan and it seems some of the overrides GCC put in place for the Ghost logic didn't take properly, and there may have been some unintended quirks. I've played the arcade version very little, so I have no way of knowing by "feel" how close the two are. Thanks, Mike Quote Share this post Link to post Share on other sites
prostx23 #2 Posted January 1, 2011 ...if noone here knows, can someone point me in the direction of someone who might. Based on the thread I linked to, I wonder if the GCC guys programmed the ghost logic the wat they originally intended to for the arcade version, but couldn't quite get there because some of the old PacMan code overrode their new code. Quote Share this post Link to post Share on other sites
PacManPlus #3 Posted January 1, 2011 Hey Mike: There is a *perfect* complete explanation of how the arcade code works here: http://home.comcast.net/~jpittman2/pacman/pacmandossier.html Having said that, the original 7800 Ms. Pac-Man is pretty close approximation of what the arcade does. I tried to make the AI even closer in Pac-Man Collection, replicating the 'error' that happens in the arcade with Pinky and Inky's "up" algorithm. I also tried to recreate the directional 'choices' like the arcade when more than one direction is the same distance to the target (that wasn't there before). I don't think you could ever get close enough to mimick the arcade AI perfectly, due to the great difference in the screen resolution (I would love to be proved wrong on that, but I don't think it's possible). The arcade Pac-Man/Ms. Pac-Man is 224 (H) X 288 (V), whereas the 7800's resolution (for Ms. Pac-Man) is 112 (H) X 198 (V) - or 204 (V) for Pac-Man Collection. Although things like collision detection, direction processing, etc. do use 'tiles' instead of pixels for their algorithm, the movement of the sprites themselves do not. I believe I've modified the code for Pac-Man Collection to come as close as possible to the arcade AI, especially after reading Jamey's article. You can even rarely move through a monster unharmed in Pac-Man collection - just like the arcade. Hope this helps. Bob 4 Quote Share this post Link to post Share on other sites
prostx23 #4 Posted January 1, 2011 (edited) Hey Mike: There is a *perfect* complete explanation of how the arcade code works here: http://home.comcast.net/~jpittman2/pacman/pacmandossier.html Having said that, the original 7800 Ms. Pac-Man is pretty close approximation of what the arcade does. I tried to make the AI even closer in Pac-Man Collection, replicating the 'error' that happens in the arcade with Pinky and Inky's "up" algorithm. I also tried to recreate the directional 'choices' like the arcade when more than one direction is the same distance to the target (that wasn't there before). I don't think you could ever get close enough to mimick the arcade AI perfectly, due to the great difference in the screen resolution (I would love to be proved wrong on that, but I don't think it's possible). The arcade Pac-Man/Ms. Pac-Man is 224 (H) X 288 (V), whereas the 7800's resolution (for Ms. Pac-Man) is 112 (H) X 198 (V) - or 204 (V) for Pac-Man Collection. Although things like collision detection, direction processing, etc. do use 'tiles' instead of pixels for their algorithm, the movement of the sprites themselves do not. I believe I've modified the code for Pac-Man Collection to come as close as possible to the arcade AI, especially after reading Jamey's article. You can even rarely move through a monster unharmed in Pac-Man collection - just like the arcade. Hope this helps. Bob Hi Bob, Thanks for the reply. I'm familiar with the site you linked, I've been reading it in bits and pieces over the last few days. This all started because I recently got the most recent version of the PacMan plug and play. Up till now I've always assumed that Ms. PacMan's AI was an exact copy because GCC programmed both, I just figured the graphics were what had to take the neccessary hit. After poking around trying to find some tips and patterns that I could use for my plug and play, I ran into the Pac Man Dossier. I guess my next question is how closely the plug and play follows the arcade? BTW: I love PacMan Collection I play it in emulation, If I ever find it in cartridge form at the same time that I actually have the money to buy it. I'm going to snap it up. Mike Edited January 1, 2011 by prostx23 Quote Share this post Link to post Share on other sites
+HammR25 #5 Posted January 1, 2011 BTW: I love PacMan Collection I play it in emulation, If I ever find it in cartridge form at the same time that I actually have the money to buy it. I'm going to snap it up. Mike It'll be waiting for you next time you actually have the money to buy it: http://atariage.com/store/index.php?l=product_detail&p=849 Quote Share this post Link to post Share on other sites
prostx23 #6 Posted January 1, 2011 BTW: I love PacMan Collection I play it in emulation, If I ever find it in cartridge form at the same time that I actually have the money to buy it. I'm going to snap it up. Mike It'll be waiting for you next time you actually have the money to buy it: http://atariage.com/store/index.php?l=product_detail&p=849 LOL... this is going to seem ultra stupid, but I never noticed the store link at the top of the page. I was used to seeing it on the left and assumed it was shut down when it wasn't there anymore... time to get my eyes examined. As soon as I get my post Christmas finances in order (Feb) I'll be buying that Cart! Quote Share this post Link to post Share on other sites
Metal Ghost #7 Posted January 3, 2011 Is anyone else having trouble with the store? The only page I can get to is for the 2600 magnets. All links seem to bring me there Quote Share this post Link to post Share on other sites
Chuplayer #8 Posted January 3, 2011 Is anyone else having trouble with the store? The only page I can get to is for the 2600 magnets. All links seem to bring me there You're not the only one. Quote Share this post Link to post Share on other sites
Metal Ghost #9 Posted January 5, 2011 (edited) Is anyone else having trouble with the store? The only page I can get to is for the 2600 magnets. All links seem to bring me there You're not the only one. Thanks for the response Chuplayer. I hate to say misery loves company, but..... J/K I'm hoping this gets fixed soon. Does anyone know if it's even known about by the 'powers that be'? Also, sorry for hijacking this thead for this (really!). If I need to create a thread about it (in marketplace??) I can do that. The only reason why I started discussing it here is because I tried to get to the store to purchase the Pac Man Collection after reading Pac Man Plus' comment and this thread in general, but couldn't get to the page. Edited January 5, 2011 by Metal Ghost Quote Share this post Link to post Share on other sites
Chuplayer #10 Posted January 6, 2011 Is anyone else having trouble with the store? The only page I can get to is for the 2600 magnets. All links seem to bring me there You're not the only one. Thanks for the response Chuplayer. I hate to say misery loves company, but..... J/K I'm hoping this gets fixed soon. Does anyone know if it's even known about by the 'powers that be'? Also, sorry for hijacking this thead for this (really!). If I need to create a thread about it (in marketplace??) I can do that. The only reason why I started discussing it here is because I tried to get to the store to purchase the Pac Man Collection after reading Pac Man Plus' comment and this thread in general, but couldn't get to the page. I already created a thread about it in that feedback or whatever subforum. It's near the bottom of the forum list. It's temporarily offline because of USPS rate changes and other technical issues. Quote Share this post Link to post Share on other sites
jpittman #11 Posted April 29, 2011 I believe I've modified the code for Pac-Man Collection to come as close as possible to the arcade AI, especially after reading Jamey's article. You can even rarely move through a monster unharmed in Pac-Man collection - just like the arcade. As the author of the Pac-Man Dossier and a fan of all things Pac, I would love to see the Pac-Man Collection. I do not own a 7800 however. Is there a version available that would work on an emulator (like MESS)? J Quote Share this post Link to post Share on other sites
tep392 #12 Posted April 29, 2011 (edited) I believe I've modified the code for Pac-Man Collection to come as close as possible to the arcade AI, especially after reading Jamey's article. You can even rarely move through a monster unharmed in Pac-Man collection - just like the arcade. As the author of the Pac-Man Dossier and a fan of all things Pac, I would love to see the Pac-Man Collection. I do not own a 7800 however. Is there a version available that would work on an emulator (like MESS)? J Sure is. Try this one. Edited April 29, 2011 by tep392 Quote Share this post Link to post Share on other sites
jpittman #13 Posted April 29, 2011 Sure is. Try this one. Thanks much! J Quote Share this post Link to post Share on other sites
treismac #14 Posted February 14, 2015 As the author of the Pac-Man Dossier and a fan of all things Pac, I would love to see the Pac-Man Collection. I do not own a 7800 however. Is there a version available that would work on an emulator (like MESS)? J There is an awesome 7800 emulator that run on a softmodded Wii. I highly recommend that for getting your 7800 emulation fix on. Quote Share this post Link to post Share on other sites