Jump to content
IGNORED

Pacman4K


DEBRO

Recommended Posts

And while we're at it...

post-2272-1229391953_thumb.png

 

I did make all four Ms. Pac-man mazes but I only posted the pink maze. The other three weren't that hard to make once one figures out the "core" elements. I know it's very much possible to make an fairly accurate Hangly Man maze with this port.

Edited by Bakasama
Link to comment
Share on other sites

I still agree with the 5200 ghosts. As much as putting more details likens it more to the original's form, there just aren't enough pixels and colors available to finish the deed. No discredit to those who were involved in trying to make this part emulate the arcade (i think it was zylonbane), but these little guys end up looking more like raccoons than ghosts. ;)

 

I have to respectfully disagree. The 5200 ghosts in this port, looks like...well...the ghosts ripped from the 5200 port of Pac-Man and place into this one - It gives it more of a "hacked" look to me.

 

I think the 'non-5200' ghosts in this port look great and are a part of this 2600 port's personality and style.

 

Just my 2 cents.

 

-Trebor

I like the 5200 ghosts because it's got that "2600 is as powerful as the 5200" feel to it.Nice Ms.Pac-Man screens!!I changed it into a Super Pac-Man maze once,but I couldn't figure how to get Pac- to go in the maze.He and the ghost went thru the walls,lol.

 

 

DEBRO's got a really tight game here ;)

Edited by Breakpack
Link to comment
Share on other sites

  • 2 weeks later...

I played the most recent version, Dennis. Awesome job! At first on the emulator, I had to get used to constant mild flickering of everything. then I loaded the original 2600 Pac-Man to compare .. no comparison! Good choice to flicker everything (at 30hz?) instead of a solid Pac-Man and ghosts flickered so much (I assume the original used 1/4 of a second or 20Hz flickering for each -ugh!) that you can't even see what they are.

 

I appreciated how the ghosts don't kill you by a just grazing them with Yes/no sprite collision. Just like with the coin-op, in this version you can be semi-covered by a ghost and escape! I also noticed how you programmed the safe zone above the ghost den. No ghost ever goes up to those 2 paths, they only travel down from the top those 2 ways. That has always been a strategy I exploit. I can't remember if the 5200 version also holds true to that safe zone.

 

Ghosts with colors, arcade-true maze, great sounds and playable, and we even get on-screen points! Good job.

 

(_)3

Link to comment
Share on other sites

And while we're at it...

post-2272-1229391953_thumb.png

I did make all four Ms. Pac-man mazes but I only posted the pink maze. The other three weren't that hard to make once one figures out the "core" elements.

And some more screens...

post-2272-1229480189_thumb.pngpost-2272-1229480201_thumb.png

YES! Someone absolutly needs to do this.

Link to comment
Share on other sites

Hi there,

 

I want to make some edges a little bit smoother but I have problems with it. When I set some pixels, other ones appears, too. Is this a bug or a feature?

Some of the maze data is shared to conserve on ROM space. I wouldn't be able to answer fully without seeing your changes in code though.

 

I'd be curious to know if those Ms. Pac-man maze hacks were actual hacks or mock-ups. They do look good. :cool: :thumbsup:

 

Good choice to flicker everything (at 30hz?) instead of a solid Pac-Man and ghosts flickered so much (I assume the original used 1/4 of a second or 20Hz flickering for each -ugh!) that you can't even see what they are.

This game flickers every thing at 20Hz (i.e. 6 objects and 2 player sprites alternating frames). The original 2600 Pac-man used 15Hz flicker (i.e. 4 objects and 1 player alternating frames).

 

I'm glad you like it. Doing this project completed a childhood dream I had since I bought Pac-man for the 2600 when it was released.

Edited by DEBRO
  • Like 1
Link to comment
Share on other sites

I wouldn't be able to answer fully without seeing your changes in code though.

 

Here it is: pacman4K_PAL_NDtest.bin

It's what I expected.

 

That data is being shared with the lower maze data to conserve on ROM space. If you change this then the maze data would cross a page boundary and could potentially affect kernel timing.

  • Like 1
Link to comment
Share on other sites

  • 4 weeks later...
2. There seems to be a slight difference in speed when moving side-to-side as compared to up-and-down. This tends to take away from the controllability. It becomes more difficult to judge your movement in relationship to the ghosts.

Yes, the 2600 vertical resolution is better than the horizontal. Here is a new version where I increased the vertical speed the best I can in 4K. It kind of reminds me of the A8/5200 version where it doubles the vertical speed. Is this better or would you prefer the other version?

pacman4K_new.zip

  • Like 2
Link to comment
Share on other sites

It seems like the orange ghost has a set path for the first part of its journey. It likes to go around the bottom left thing a few times before going up. Intentional?
Yes, Clyde goes to his home corner first as does all monsters. After the first scatter mode then they go into their algorithm to find Pac-man. They will go to their home corners again when the do another reversal. This is similar to the arcade version.
  • Like 1
Link to comment
Share on other sites

would it be possible to use this to make something like the new pacman champion edition, where the maze changes in halves (the other half of the screen is usually blacked out so that might help with the playfield,) and I bet you could do some cool stuff with making the maze itself cycle colors in gradients.

 

I didn't have time to redraw the maze to be CE correct, but the attached pix gives an idea. i know changing color on a scanline is like asking the 2600 to scroll horizontally, but even if you could manage an occasional 2 or 3 color shift (especially if you did it intelligently as a part of drawing new maze elements, you could devote everything to just that and freeze everything during the fade/shift,) you could at least approximate the effect that CE uses when it shifts things from one side of the maze to the other.

 

having the gradient itself move up and down as pac man moves would pretty cool too :)

 

possibly at some points you could even have some gradients as the bg color instead of black to help enhance the psychaedelicia.

 

Even without any of that, some subtle vertical color shifts through the maze in the 4k pac would definitely make it look even better. a sample pic of that, too.

post-1570-1233104538_thumb.jpg

post-1570-1233104553_thumb.jpg

  • Like 1
Link to comment
Share on other sites

2. There seems to be a slight difference in speed when moving side-to-side as compared to up-and-down. This tends to take away from the controllability. It becomes more difficult to judge your movement in relationship to the ghosts.

Yes, the 2600 vertical resolution is better than the horizontal. Here is a new version where I increased the vertical speed the best I can in 4K. It kind of reminds me of the A8/5200 version where it doubles the vertical speed. Is this better or would you prefer the other version?

Yes, that is much better. I agree, very similar to A8/5200 version. Has good feel when the game-speed increases in later levels.

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...