Mr. Hat I - Demo Inside -

Hello :slight_smile:

This game is a remake of a RPG-Maker 2000 Game I made for a Gameboy-Contest. The basic idea is a Jump’n’Run with RPG-Elements. The orginal game was a top-down but i just love side-scroller so the remake must be done this way :durr:

The story is very very simple. You are Mr. Hat. You a the hero who tries to rescue the princess. That’s it, but I can promise that there is a twist :smiley:

The gameplay consists of 2 types. the first ist the jump’n’run part were you run around, push boxes and stuff. Like Cave Story you can return to previous locations to find new items with new equipment. Then there is the second part where you fight enemies you encountered on the maps. The battle system is a action based battle system with some round base elements. It’s not coded yet so no screens :frowning:

The graphics are done by a fellow student and the music by a good friend of mine and lead guitarist of the band: Our Slight Indulgence. Sounds are done by me.

Screenshots:

jumping on the test map. / pulling boxes.

opening box in color mode (this is story depending) / The equipment menu were you equip hats to your sword or shield.

What you can’t see on the screens is that a lot stuff is animated. the cursor has a waggle animation, the menu pops up with a smooth animation and so on.


Videos:
Showing Testmap

Demos:
Ver 0.4: Windows / Linux / Mac (Jar File)

Edit:
added missing natives for mac


TODO-List

[tr][td]

  • new graphics
  • new background handling
  • dust effects
    [/td]
    [td]
  • new collision system
  • new box moving (old one has bugs)
  • add rain (?)
    [/td]
    [td]
  • battle system
  • enemies
  • game switches
    [/td]
    [/tr]

Hope you like it ;D

I love the overall style, especially of the HUD and debug mode. What font are you using?

Overall, it’s looking good, great job :slight_smile:

Thanks :slight_smile:
I’m not using a font, I have my own font renderer which is based on a sprite sheet (with different width/height per tile and capable of doing these textanimation you can see in the video). I pixel fonts myself^^ (this one is based on Niagara Solid with changes)

Oh cool!

Also, what are those numbers used for render and update? Milliseconds per second? They seem a bit too large to be so :S

Oh those are micro seconds :slight_smile: Vut changable to nano seconds or so (hence the bunch of gray zeros :D)

Edit:
Oh and the even smaller font you can see is tottaly pixeled by myself :smiley:

Those are microseconds?! Your update and rendering don’t even take a millisecond? Wow :stuck_out_tongue:

you have a consistent theme and art style and a very nice hud

also: paper mario style turning around, I see =D

I like it so far

@ra4king
Is that weird? it just System.nanoSeconds() / 1000, that’s micro or is it not? (Just asking because I’m confused xD)

Cero
Thanks, I love to have one style over the hole game, makes it feel more playable imho :smiley:

Yup that’s microsecond. And haha I notice that that paper style turning around too, really cool! :slight_smile:

So where’s the download link? :wink:

@ra4king
Well then it should be accurate I guess :smiley: btw the paper like turning is also on the small cursor in the textbox and ond the menu cursor :slight_smile:

@ReBirth
I wish I could give you one :confused: Maybe I will upload the source to google since it BSD and Open Source (I don’t think people will ever use my code, but maybe some one get the final hint to implement something :))

[quote]I don’t think people will ever use my code
[/quote]
who said that? I’ll use your font sprite renderer ;D

What really? It’s not that good imho but if it helps you, I’m glad :smiley: I will do that after the 2/8/2012 when I have to show it to my prof :wink:

And your HUD debug. It has text and somekind of progressbar right? good luck, just hope your prof see it well~

Well the hud debug is very hacky, especially the “time” part :smiley: But it does the job and that’s what count’s.
The text is no text but a graphic which was made by me, just the numbers are text :slight_smile: (This is done to make it faster) The menus are the same way. Wherer I have spots which would have the same text always I just made a graphic and put in my 512x512 menu file :smiley: the progress bar is just a filled quad over a value ( 0.0 -1.0 * maxPixelWidth).
I will show him this stuff too of course xD I wann get my 1… or A (I don’t no what students in america get xD)

Updates:

  • added run animation. Had to pixel it myself, my artist is too lazy xD
  • fixed some bugs, when running is on and turning in mid-air.
  • added push/pull animation.
  • added “kick box”-anmation (again pixeled myself). No I have a nice Animation for Mr. Hat I when he opens a chest
  • added turn animation, which will be used when Mr. Hat reads a sign.
  • added dust effects
  • added save menu

No new image tho… :frowning: Maybe next week. Oh and btw on 2/8/2012 or something like that I will release a demo… where you can push boxes around xD

Demo Time!

Ver 0.4: Windows / Linux / Mac (Jar File)

Edit:
The source will come with a later demo or with the final game. I’m not happy with the code since I hade to do much stuff the hacky way. I just had no time for thinking on how to implement a feature the best way. This is my first game written in Java but don’t hesitate to attack me with all the bugs you can find :smiley:

Known Bugs:
Glitch while pushing / pulling crates.

A really awesome polished game! Everything look nice on eyes! Great ;D
I didn’t find your glitch bug so everything worked fine.
Nice work on loading screen!

This looks REAL sweet! only bug i found was a level design bug. I was stuck at some place (couldn’t get up or down).

@ReBirth
Haha thanks :smiley: btw you wanted the font renderer right? As said the source will come with the final version, but I could send you the stuff in a PM if you want. Just write me :smiley:

elamre
Argh~ I hate does :smiley: I have a long list of such design bugs and I promise to make the puzzles better in the final version.