Jump to content
IGNORED

Pac-Man Collection's log (updated May, 10th)


opcode

Recommended Posts

Hi there!

 

If you don't depend on it too much, and if varying user inputs cause varying cycle counts, it should be a decent source of randomness.

 

You know, Eduardo is such a maniac, he is not going for "any" randomness. If it costs 8K to have the "original" Pac-Man randomness, he'll go for it... :)

 

Greetings,

Manuel

Link to comment
Share on other sites

Hi there!

 

If you don't depend on it too much, and if varying user inputs cause varying cycle counts, it should be a decent source of randomness.

 

You know, Eduardo is such a maniac, he is not going for "any" randomness. If it costs 8K to have the "original" Pac-Man randomness, he'll go for it... :)

 

Greetings,

Manuel

 

Hi Manuel,

 

Looks like you already know me a lot... :)

But in fact I will just need 2KB for that random lookup table.

BTW, I have now the ghosts working. There is a small bug I still need to work out (sometimes the red ghost keeps walking in circles) but nothing too serious. It's still amazing me how close I have managed to get with this game. When you see it running you will think it's an emulated game, not a port.

Now I just need to keep a promise and share it with a friend...

Link to comment
Share on other sites

UPDATE (May 12th):

 

- Gameplay almost done. Just need to correct a bug which is locking the game from time to time and give final touchs on my sprite driver.

- Next to do: intermissions, which will require separated set of sprites (now full arcade size) and a new sprite driver.

- Check new pics bellow, straight from the game itself.

post-1432-1084382590_thumb.jpg

Link to comment
Share on other sites

Hi opcode,

Did you ever consider programming the game so the maze is displayed horizontally instead of shrinking it to fit vertically? You would need to tilt your TV to play it but hey, if you're going to go for total arcade accuracy you might as well go all the way. Are you still planning to include easier difficulty settings instead of just the regular arcade difficulty settings, which are pretty hard? NE146 mentioned that most all home versions lack the arcade trick where you can tap the joystick in the opposite direction you're traveling so when you reach a wall you'll just stop, facing the other way. Do you know what he's talking about and can you do this on your CV version?

Link to comment
Share on other sites

UPDATE: May 18th

 

- Pac-Man is now fully functional (aside a few bugs)

- Intermissions included, though my second sprite driver (just for intros and intermissions) is still missing a few fetures.

- Included the random lookup table (2KB). Now you will think this game is being emulated. 8)

 

TODO: lots of debugging, Ms Pac-Man.... ;)

Link to comment
Share on other sites

Hi opcode,

                    Did you ever consider programming the game so the maze is displayed horizontally instead of shrinking it to fit vertically? You would need to tilt your TV to play it but hey, if you're going to go for total arcade accuracy you might as well go all the way.

 

The original arcade is 224 pixels wide, so it couldn't be displayed horizontally either (the CV vertical resolution is just 192 pixels).

 

Are you still planning to include easier difficulty settings instead of just the regular arcade difficulty settings, which are pretty hard?

 

I used to think the same, but with 5 lives and normal difficult I am now able to reach the 1st bell stage. :)

 

NE146 mentioned that most all home versions lack the arcade trick where you can tap the joystick in the opposite direction you're traveling so when you reach a wall you'll just stop, facing the other way. Do you know what he's talking about and can you do this on your CV version?

 

Yep, I have already noticed that. If it is possible in the original game, then it's possible here, that is my motto. 8)

Link to comment
Share on other sites

My take on this...

Think about the best Pac-man conversion you've ever played. Think about how close it was to the original. I'm sure it had a few hiccups but nothing where you couldn't play it.

 

Now forget about it :D This one is 100%. Believe me! You'll think you're running MAME on your CV :thumbsup:

Link to comment
Share on other sites

UPDATE: May 18th

 

- Pac-Man is now fully functional (aside a few bugs)

- Intermissions included, though my second sprite driver (just for intros and intermissions) is still missing a few fetures.

- Included the random lookup table (2KB). Now you will think this game is being emulated.  8)

 

TODO: lots of debugging, Ms Pac-Man.... ;)

 

A few questions...

How much of the rom area is currently unused?

If Ms.Pac is going to be attempted, any chance at including alternates? Like the original "Crazy Otto"? Or Ms.Pac Attack/Plus?

If extra mazes are possible (i.e. with Ms.Pac), would options to select them in the Pac Man versions be possible (i.e. to include various hacks of Pacman...like NuPuckX or Plus...most of them use the same maze sets - Pacman's or NuPuckX's).

Are speedup conversion options included? Like fast-moving player/monsters and/or increased difficulty?

 

Awesome work :thumbsup:

Link to comment
Share on other sites

UPDATE: May 18th

 

- Pac-Man is now fully functional (aside a few bugs)

- Intermissions included, though my second sprite driver (just for intros and intermissions) is still missing a few fetures.

- Included the random lookup table (2KB). Now you will think this game is being emulated.  8)

 

TODO: lots of debugging, Ms Pac-Man.... ;)

 

A few questions...

How much of the rom area is currently unused?

If Ms.Pac is going to be attempted, any chance at including alternates? Like the original "Crazy Otto"? Or Ms.Pac Attack/Plus?

 

Or 2 player simultaneous ms pac.

Link to comment
Share on other sites

It's all a matter of free space... I will be using a 64KB EPROM, so first I want to make sure I will have space for Ms Pac-Man and Pac-Man Plus. If I end with some free space I could include something else (Pac-Man has consumed so far 24KB, not bad considering I have two sets of sprites, maze graphics take a lot more space than the original, and I need several tables in ROM, like that random number table).

 

BTW, the game is very stable now and 2 players mode is working correctly. I think I have corrected all major bugs. :)

Link to comment
Share on other sites

the only option i think is critical is a speed up option. slow pac-man no matter how pretty is just not nearly as fun as pac-man with extra speed. Even if that means letting the ghosts move faster. i really cant wait for this cart.

 

one other minor question, if keypad functions werent needed in this game, could one use an Atari CX40 joystick instead of a coleco controller?

Link to comment
Share on other sites

the only option i think is critical is a speed up option.  slow pac-man no matter how pretty is just not nearly as fun as pac-man with extra speed.  Even if that means letting the ghosts move faster.  i really cant wait for this cart.  

 

That's a good possibility...

 

one other minor question, if keypad functions werent needed in this game, could one use an Atari CX40 joystick instead of a coleco controller?

 

Control scheme is same as Space Invaders Collection, 1 for 1P, 2 for 2P, # for credits and * for pausing. But you can select everything from controller #2, so port #1 is free to use with an Atari joystick. Or even better, you can use the soon to be released OpController arcade controller, which will feature dedicated 1P, 2P, credits and pause buttons. :D

Link to comment
Share on other sites

So is it all right for me to post about the game?  I wasn't sure whether or not you wanted me to keep quiet about it.  Judging from all the comments by other beta testers, it looks like it's OK to spill the beans.

 

JR

 

HI Jess,

 

That's ok, no problem at all. I just don't want to show the game running till I have a solid build... It's almost there. :)

Link to comment
Share on other sites

Now that's interesting... Check the screenshots bellow. Do you see anything interesting? The top screenshots came from MAME, the bottom screenshots came from MESS(running my version of PM). In the first row I just started a game and didn't do anything till a ghost touched PM. In the second row, I just watched the attract mode self play till a ghost touched PM. :)

I tried several combinations and every time I got similar results.

post-1432-1085158252_thumb.jpg

Link to comment
Share on other sites

Now that's interesting... Check the screenshots bellow. Do you see anything interesting? The top screenshots came from MAME, the bottom screenshots came from MESS(running my version of PM). In the first row I just started a game and didn't do anything till a ghost touched PM. In the second row, I just watched the attract mode self play till a ghost touched PM. :)

I tried several combinations and every time I got similar results.

 

It looks like a carbon copy (minus the obvious color & resolution differences).Dang--WOW :) I'll take a copy....:D

Link to comment
Share on other sites

Now that's interesting... Check the screenshots bellow. Do you see anything interesting?

I'm going to take a guess on the collision. In the attract mode Inky "swallows" PM before stopping. In the game it looks more like a partial collision detection. If this is what you're talking about, I've noticed it before (on the real machine) but it doesn't bother me.

Link to comment
Share on other sites

Now that's interesting... Check the screenshots bellow. Do you see anything interesting?

I'm going to take a guess on the collision. In the attract mode Inky "swallows" PM before stopping. In the game it looks more like a partial collision detection. If this is what you're talking about, I've noticed it before (on the real machine) but it doesn't bother me.

 

That wasn't the point... :)

I just wanted to show people the ghosts are behaving exactly like the arcade game.... :)

Link to comment
Share on other sites

I don't pay much attention to the minutae in arcade game translations (like, for instance, monster patterns)... I judge them based on how they sound, look, and feel. I can sense whether a game is a faithful arcade translation or not using the above criteria.

 

After extensively testing Pac-Man Collection, I can confidently say that it is a faithful arcade translation. I can just FEEL it. The monsters move at the right speed (Blinky gradually closes in while pursuing you, while Clyde lags behind), the sound is as close as it could possibly be on the ColecoVision, and the control is right on target.

 

It's funny... I thought Atarisoft's Pac-Man was a good game, but it took a lot of unnecessary liberties with the source material. Pac-Man Collection is the geniune article, though, with nothing added or taken away from the original arcade experience.

 

JR

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...