Charas-Project
Off-Topic => Archive => Old Game Discussion => Topic started by: Shady Ultima on May 31, 2009, 08:28:56 AM
-
That's right. I'm back! Well, sorta...
HOLY DEMO BATMAN!!! IT'S HERE!!!!!
http://www.megaupload.com/?d=WWRLY7FQ
Here's my screen shots I promised
(http://i22.photobucket.com/albums/b349/Shadyultima/thebeginning.png)
(http://i22.photobucket.com/albums/b349/Shadyultima/thespy.png)
(http://i22.photobucket.com/albums/b349/Shadyultima/miniboss.png)
(http://i22.photobucket.com/albums/b349/Shadyultima/miniboss2.png)
The story is :
Lord Wil, the King of Belam is a great ruler who wishes to return the Kingdom of men to its former glory. He does not want to use force if possible, and is making headway. The town of Atlini has rejoined, after being destroyed 100 years ago, and being rebuilt 20 years ago.
His brother, Richard is jealous of his older brother's power, and always hated his brother's peaceful solutions. He plans to take the crown from his brother, and intends to call himself King, a title no ruler of Belam has used in four generations.
Lord Wil's son Charles, the elder of two, is a brave and noble warrior, and in many ways, a young version of his father. His brother Peter, however is cowardly and jealous of Charles' birthright.
Richard convinces Peter to join him, and each plans to murder their brother seperately, with Richard taking the throne, with Peter as his heir. Wil and Charles are both killed and Belam falls into a downward spiral.
Richard's deceitful rise to power has alienated the Belamese from their long time allies, the elves and the dwarves. The elves, are now in hiding, being persecuted by Richard. Their Queen has denounced the peace treaty, and any Belamese humans are to be arrested on site. The dwarves have closed their homes off to the Belamese, and have stopped supporting the nation with precious metals.
The Belamese army has already conquered a few small outlying elven cities, and a war is brewing in the south...
--Features--
Now, here's the part I've been really happy with
ABS system - not the BEST ever, but it is functional.
CMS system
Health bar, potions and coins on screen
Health bar increases
Poison ailment
Day/Night system (24 minute reset, clocks show time, etc)
Magic Armor (when found it restores your hp slowly)
Important characters follow you occasionally.
--Features to be implemented--
I plan on having several mini - games and sidequests.
- A group of ghosts ask you to find their skulls. It seems a clan of Headhunters stole them, and the dead can not rest incomplete. There will be 10 heads, which will give you 50 extra HP
- Fishing mini game
- Racing mini game
- Betting mini game
- 30 fairies to be found/won. For every 10 you acquire, a character will give you 50 bonus HP.
- Bank system (maybe with interest?)
- 2 potion upgrades
- Boomerang and/or bow and arrows
- Bombs?
- 2 secret areas that require a pass of some sort to enter.
- Grappling hook item?
- Winnable horse.
I'm also going to re-do the menu to make it a bit more interesting, and more graphically pleasing.
-I'm trying to get a world map going, where when you press 0 the map pops up, and you can see the whole world. Think Legend of Zelda - LTTP (and a few others) I'm just having trouble getting the graphics to look good enough for my standards on it... If anybody would be interested, I'd greatly appreciate the help
And there will be more as I go along.
I should have a demo out very soon...
Let me know what you think of my ideas/plans
-
Story is a little basic; not much details of development, as is gameplay, but, uh, keep working.
-
Looks good so far. I definatly like the features and minigames you say you'll put in the game. Looking forward to this!
-
I'll be honest, it's not the BEST ABS, but it is functional. I should probably have a small demo of right up until the first dungeon done by the end of the week (I've only been working on it for a few weeks, I'm making huge progress)
-
SCREENSHOTS ARE UP!!!!!!
-
I can't wait to see the ABS, but by the looks of it it is rather basic, and plot development is still foggy. I don't like when people make bad ABSes, not saying it applies to you because I haven't tried it yet, their "innovation" excusing the lack of gameplay that would be present in the DBS.
You also need to get your font fixed. I think you can do that by installing your RM fonts into your Fonts directory.
-
I admit it's poor. I just wanted to make the game be more like Zelda, because I hate the regular RPGS. It works, it's not great though.
Like if an enemy is behind you, if you're attacking away from it, it still hurts him. Same if he's on your side. I'm trying to figure out the coding to get it so that you have to face the enemy to deal it damage...
As for the story... I'm not going to give it all away right away! The part I gave is essentially just setting up the story of the game.
You play as Sael, who at the beginning is just returning from a trip to Cinry, the only human city which has avoided Richard's rule. He is about 21 years old, but he's uncertain because he has no memory of his past (cliche, I know...). In the past two years he has been working as a merchant guard for the local town merchant, who often makes trips into dangerous territory.
That's how to game actually opens. I don't really want to give away any actual game plot points, because A) I'm still working on them, and B) I want to keep the surprise twists a surprise.
And I'll try moving the font into the font directory, thanks for that tip!
-
I think any game that has an ABS or CBS is already noteworthy.
And to make it so you have to face the enemy, you could just put in the conditonal branch in the page when they are attacked:
If this event is facing left
Check if Hero is facing right
And put in the command for the enemy getting hit. You'll also have to do the same for all other four directions though. Just use a bunch of labels to make it go simpler.
-
Oh, OK, I see; a surprise. I'll look forward to this and wish you well to your game! :)
-
I think any game that has an ABS or CBS is already noteworthy.
And to make it so you have to face the enemy, you could just put in the conditonal branch in the page when they are attacked:
If this event is facing left
Check if Hero is facing right
And put in the command for the enemy getting hit. You'll also have to do the same for all other four directions though. Just use a bunch of labels to make it go simpler.
Ah crap... I tried doing that and it made things worse.
If I show you the programming, do you think you could figure out my mistake?
-
Sure, let's see it. Just post the screen shot of the event's script.
-
Yea, you're talkin about strafing. I've thought about it, but the way I've got the commands set up (x = attack, shift = use potion) I'd have to make it a number key, and I'd prefer not to have to use number keys for battle options, they're just too far out of the way.
And I figured out what I was doing wrong, so I fixed it, took me a few hours, but I finally managed to get the battle system a bit better. It's still not the best, but I'm an average programmer at best, so I'm proud of what I've accomplished.
And demo from the beginning until the end of the first dungeon will be out very, very soon. This weekend perhaps?
-
I have an idea. Why don't you do it Zelda style and make it so your view locks by holding down the attack key?
-
I was thinking that. Like a charge style move.
I'll see what I can do. Right now, the battle system, while basic, works, and works rather well. If I can alter it and make it better, I will, but for now, I like how it is.
-
Ypur screen shots are good. I like the look of the game, keep up the awesome work. ;)
-
I was planning on having the demo out tomorrow.
But I decided I'm going to re-do the menu to make it like Zelda OoT's menu.
So, I can work on the menu and release the demo... or release the demo tomorrow and finish up the menu later.
Your choice
-
If your menu works, leave it alone. My mother always used to tell me: "If it ain't broke, don't fix it". If not fix it then post it.
-
Well, it works... I'm just not happy with it graphically.
-
Well, it works... I'm just not happy with it graphically.
Then release the demo. Trust me, members here want games yesterday. I mean I think I've got a few threats for delaying Warped.
-
It's up! The demo is up! Check it out, see what you think. Give me pointers/comments/help, etc!
There is no sound/music btw, I don't have sound on my computer, so I didn't want to choose sounds and musics that suck.
Keep checking the first page, I'll be adding new stuff whenever I come up with an idea that I can implement. There will be quite a few new ideas that come, its just a matter of me figuring out how to do them.
(Happy Dedlelly?)
-
Keep double posting, too. You might set a record.
This game is really laggy...
Oh my god, makes me feel like
<img src="http://i38.tinypic.com/15x4t2x.jpg">
HNNNNNNGGG
-
I know, the lag comes in part from the poor battle system, and also that I am using parrallel events instead of common events, which for some reason just don't want to work for me
-
This is SU's game thread, don't hijack. And FYI, a tactilal/strategy RPG maker exists.
-
Other than that, I guess it looks OK, with no other obvious problems. Keep up the good work!
-
Thanks!
And btw, if anyone can look into the game and see if they can improve my ABS, please do so. That's the only thing I really have trouble with still.
I was just playing it on this computer, (not the computer I made it on) and it lags SO much in full screen mode. Anyone know how I can fix that?
-
I might take a look at it later today.
-
Sorry for the double post, but I know whats making your game so laggy. Its a big a big unwritten rule in RPG scriupting if your going to have a branch that continuously shows a picture on screen you have to put "wait 0.1 sec" or its gonna lag really really bad.
-
I get some error at the beggining about its trying to do an event that doesn't exist :S
-
That shouldn't be happening...
I'll upload a new version later on (with more of the story/game added on)