Allegro.cc - Online Community

Allegro.cc Forums » The Depot » [ChristmasHack '06] The Three Magi

This thread is locked; no one can reply to it. rss feed Print
[ChristmasHack '06] The Three Magi
Onewing
Member #6,152
August 2005
avatar

Alright, my first release of the game. It's now 93% engine, 60% content (better than the 10% content of the CH entry).

It's your basic old school, Final Fantasy-ish RPG. Nope, no NPCs, no items or armor or weapons (the missing 40% of content). You can fight, level-up and explore though.

Press 'M' to go to the menu when not in battle. See the readme for more help (there's a quick intro screen at the first battle). There are 30 monsters in this game (but 1 you won't see due to bug I didn't fix for this release). Good luck!

Oh, and I'll give you this little jewel:
"At the water by the long wall, walk between the rocks and you will have to fight them all."

New Screenshots
http://comp.uark.edu/~spsilve/s5.JPG
http://comp.uark.edu/~spsilve/s6.JPG
http://comp.uark.edu/~spsilve/s7.JPG

The Game! (For now, it's just a Windows binary)
The Three Magi (2.0MB)

You can use the config file to change between full screen and see the framerate.

If I'm missing any dlls or something doesn't work right, please let me know. I often forget something...

[EDIT] - HMMM...I thought they'd be small pictures...what did I do wrong? Oh, and submitting this game to the depot...

------------
Solo-Games.org | I finally put my "Block the Block" game on my site!

Zaphos
Member #1,468
August 2001

They're small pictures for me.

Issues:
1) The third screen I got to (a little oasis area) there was a monster who appeared to kill most of my characters with one hit. Before that, none of the monsters had done any damage at all ...
2) Little things like the ability to walk behind trees, and a "I've stopped walking" animation, would help the feel of the game a lot. (Probably on your todo list already ...)

I usually play RPGs for the story, so I guess I'll come back when the other 40% is in ;)

Onewing
Member #6,152
August 2005
avatar

Quote:

1) The third screen I got to (a little oasis area) there was a monster who appeared to kill most of my characters with one hit. Before that, none of the monsters had done any damage at all ...

Did you start a New game or did you Load a game? Or are you talking about the little cove in the valley? There's an oasis in the desert, but the desert is the last area (currently) of the game.

Anyway, since the game is more of a mini-rpg, and very compact, travelling too fast will bring you to harder monsters pretty fast. When you have an average level of 4-5, you can walk pretty comfortably around the first half of the valley. It's about 7-10 for the latter half of the valley. That's for me at least. The experience you obtain from a battle is split amongst those still alive.

Quote:

2) Little things like the ability to walk behind trees, and a "I've stopped walking" animation, would help the feel of the game a lot. (Probably on your todo list already ...)

My first design had the character flip-flop directions (between vertically and horizontally) when walking diagonal. I made a change in the input section that caused the animation to freeze when walking diagonally. Yep, I'll fix that.

For CH, it was a lot easier to just give everything collision and not worry about the proper order of drawing layers/objects. I've done it before in another game, so it won't be hard to do. ;)

Quote:

I usually play RPGs for the story, so I guess I'll come back when the other 40% is in

I hear ya there. I was still hesitant of uploading the game without one, but I wanted to see how people reacted to the current battle system (even without the items and equipment). The story I wrote is pretty simple and definitely a Final Fantasy-ish take on the Nativity story.

[edit]

Quote:

They're small pictures for me.

I accidentally hit some key on my keyboard that is apparently a hotkey to some function in Opera. When viewing it at work, they appear as small pictures.

------------
Solo-Games.org | I finally put my "Block the Block" game on my site!

Zaphos
Member #1,468
August 2001

Quote:

Or are you talking about the little cove in the valley?

Yeah, that's what I meant. Oasis was the wrong word, sorry. (It was a new game)

Quote:

but I wanted to see how people reacted to the current battle system (even without the items and equipment)

It's okay, though I think the interface could use some polish. Maybe a more elaborate border on the squares, and a nicer font, and larger text for the text that pops up temporarily.

Durnus
Member #7,997
November 2006
avatar

I can't download it at the moment (can't access the server), but it looks like in combat you show the enemy from the front and all your guys in little screen. In my opinion, I think seeing the enemy and your guys facing each other makes you feel more like you are "in control" and can see what is happening.

I know that this would require massive changing of your graphics, but I think it would be cool to add. Maybe you are trying not to look too much like you are copying off other games, and that is all good, but personally I like the side view better.

Remember, this is from a person who can't play your game at the moment, so I don't know, maybe it's fine. I'll update this post when I can download the game.

Onewing
Member #6,152
August 2005
avatar

Yeah, the server is being...odd. I'm planning on switching where I host everything (kind of have, since I'm not a student anymore ;)). I managed to get it to download not too long ago, but the server might be down again. I noticed a few bugs that I'm going to try and resolve real quick (seems to be a problem with saving :o).

Quote:

In my opinion, I think seeing the enemy and your guys facing each other makes you feel more like you are "in control" and can see what is happening.

Do you mean like a profile of both monster and character? Yeah, that'd be hard considering I ripped the graphics from Lufia II (remember, this game started off as for a hack).

Now, this RPG is mainly for me to work out layout/design issues for when I sit down and try to do a more full-lengthed RPG.

Thanks to all trying to check out my game. :)

[edit]===Update===
Well, after a much needed break from this, I sat down and tried to put in NPCs, an essential part of story development. 50 minutes later and they're in the world, talking to! Excellent, now, if I can get a town built, I can actually have a place to talk to folks without having to do any programming. Perhaps I can release a new version this weekend. ;D

------------
Solo-Games.org | I finally put my "Block the Block" game on my site!

Jakub Wasilewski
Member #3,653
June 2003
avatar

Yay for updates ;). I promise to try the new version when it's out.

---------------------------
[ ChristmasHack! | My games ] :::: One CSS to style them all, One Javascript to script them, / One HTML to bring them all and in the browser bind them / In the Land of Fantasy where Standards mean something.

Onewing
Member #6,152
August 2005
avatar

Nope, no update yet, unfortunately. I want this next update to include the beginnings of the story, shopping, equipping and few other tidbits before I upload it. I've got mostly all of it in place, but need to clean it up and add it to the data of the game itself.

Anyway, for the time being, enjoy this screenie of the town I'm working on:

http://comp.uark.edu/~spsilve/saba.JPG

Yes, yes, historically, its architecture is all wrong. :P

------------
Solo-Games.org | I finally put my "Block the Block" game on my site!

Go to: