Log In  

Cart #59130 | 2018-11-18 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
14

UPDATE:
version 1.4 - 2018
Major update!

  • fixed major bugs concerning player alignment on the map (for real this time)
  • updated the title screen - it's flashier now
  • added more sound effects and audio cues
  • added more dialogue with more NPCs to talk to
  • some NPCs now say different things depending on player progress
  • sprinkled in a couple new easter eggs

version 1.26 - 2016

  • added missing image flip when turning left towards obstacles. Thanks to dw817 for pointing that out.

version 1.25 - 2016

  • minor improvements to marinara behaviors
  • fixed some positioning issues
  • made an in-game tip easier to discover
  • final boss is now slightly harder

version 1.2 - 2016

  • Fixed slime behaviors. They no longer scale the walls when blocked in by the crate. Thanks to dw817 for pointing that bug out!

version 1.1 - 2016

  • Fixed problem where entering the pizzeria caused the player to lose alignment with game map.
  • Fixed some grammatical errors.
  • moved a dungeon key slightly so it's more visible.

Controls:

Btn 4 (Z) to pull crate or turn 180(when not next to crate)
Btn 5 (X) to use weapon

This game took about a month to make. It's similar to my last game, EGGHUNT, in terms of the layout and walking, but is much more complex as this game has enemy AI, weapons, and crate pushing.

ENJOY!

P#28441 2016-09-12 22:28 ( Edited 2018-11-18 12:59)

I thought I saw this game earlier. No ? Well, I love games like this which always have neat RPG elements in 'em !

P#28442 2016-09-12 22:39 ( Edited 2016-09-13 02:39)

@dw817 - yeah, you did. I had uploaded it in WIP a few weeks ago. The WIP covered the first dungeon, no weapons, and only 1 enemy type. This is the full game with more dungeons and enemies and items.

P#28444 2016-09-12 22:43 ( Edited 2016-09-13 02:43)

Full game ? Well now I simply must play it to conclusion. :)

P#28460 2016-09-13 13:08 ( Edited 2016-09-13 17:08)

... running into a few problems. I lost the first game, started over, had strange player placement. Decided to run the game from reboot to see if it happened normally.

Still had still strange placement. Let me show you.

From here I cannot move right despite there being no obstacle.

From here I can move right, directly onto a bush, and I shouldn't be able to.

Check this out, a slime walking directly on top of the wall.

Something is getting messed up I think when you are dragging the crate from one screen to the next.

I've had problems like this myself when making 'sliding' grid type games. The easiest solution I found is to ensure the player or object is locked onto a grid square before allowing controls.

So if the player is at horizontal 8, and they move to the right, controls will not be released until player is at the next step, in this case 16, then 24, then 32, etc.

Objects too. They are not free to choose a different direction until they have arrived at their grid locked position.

Also, I might recommend enemies that are defeated stay gone. It can be unfair to walk out one particular door and immediately the slime is directly upon you or blocks you from continuing your quest with no way to run around or use your box weapon because of the unique door you entered.

** CORRECTION: I found the Pizza Cutter, this made it a lot easier.

Also when the player wants to PULL the box, by facing the box and not pushing the box immediately, it gives the player greater maneuverability in tight areas and does not commit to always pushing the box forward first each time.

A simple way to do this might be that if the player is one square away from the box (but not diagonally), even if they are not facing the box, pressing (Z) will immediately make them grab the box and pull it one step behind them.

...

As placing the box over a switch is silent, you might have a sound occur to let the player know they have done something good. Also when you unlock a door with a key which is also currently silent.

Boss music continues to play after player has died and resurrected and teleported to last checkpoint.

... ???

Welcome to the Pizza Party ! Yeah, big finish ! :D

P#28477 2016-09-13 19:13 ( Edited 2016-09-14 00:10)

You've made a lot of corrections ! It's definitely looking better.

When you start the game, on the first map, if you go to the far LEFT and then UP or DOWN one and then press LEFT again, the player faces to the right.

Minor - but may answer some questions you had about your code.

P#29577 2016-09-28 10:40 ( Edited 2016-09-28 14:40)

oh wow! Ok...now that's just weird. You can do it too in the dungeons. Something is firing off weirdly. You can only do it when going LEFT, you can't do it going RIGHT. Aieeee. At least most everything else is stabilized.

I did figure out tho the original problems you pointed out were't a frame rate issue, it was an ordering issue, which 1 little line of code fixed thankfully. So hopefully this will be the case too.

P#30821 2016-10-13 01:49 ( Edited 2016-10-13 05:49)

geistvonpa - thanks!

dw817 - I fixed the left-facing bug. thanks for pointing that out. The problem was that I forgot to add the variable to tell it to flip the graphic. d'oh. I had it flip in the walk cycle and not in the initial direction change.

P#31247 2016-10-19 15:31 ( Edited 2016-10-19 19:31)

[Please log in to post a comment]

Follow Lexaloffle:          
Generated 2024-03-29 15:01:42 | 0.023s | Q:24