Author Topic: Super Star Hero progress  (Read 15077 times)

0 Members and 1 Guest are viewing this topic.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Super Star Hero progress
« on: October 22, 2008, 04:25:34 am »
As some people might have noticed a week ago, I uploaded a song called "Superstar Hero" in the archives and that song was a drastic change in musical genre compared to other music on this website. It was in fact intended to be used inside a game and my plan was to make one using RPG Maker 2003 using either a custom battle system or real-time action. However, since I needed to make sure such project was feasible in RPG Maker 2003, this is why I haven't been as active on the forums and IRC in the past week. THis is also why I was a bit quiet about this project. On IRC I only talked about how I may make a new RPG Maker game. Here is it today. I finally opted for an ARPG, due to it being slightly easier to do and requiring less pixel art skills, as a random battle system would have forced me to draw much bigger enemy sprites.

If you checked the screenshots or the video in the other thread or the news the game is intended to be a little cheesy and cliché. The main character is in fact a super hero and he must save the world, going through hordes of enemies, altough, as you can see in the intro, he's in a little bit of a trouble since he has nothing to defend himself with. When the game starts the first thing you will want to do after the mountain part you're on collapses is to find a weapon upgrade so your attack power is no longer 0. In this game the leveling up system will be upgrade-based. You will be able to raise 3 stats: attack, defense and speed. Attack and defense goes from LV 0 to LV 10 and speed from LV 0 to LV 5. To raise them you must gain gold from enemies and buy upgrades at shops. The game will be a mix of Zelda, Megaman, Ys and such popular titles, far away in the future in a semi middle age and futuristic environment.

It will really feel like if you were playing a Turbografx-CD game. Even some of the sound effects sounds a bit like a 8 bit or early 16 bit console. If you expect to see a super realistic graphic game here forget about it. I'm gonna try to keep it old skool and colored.

Offline necro

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1295
  • Rating: +17/-2
  • +3 vaporal mustache
    • View Profile
Re: Super Star Hero progress
« Reply #1 on: October 24, 2008, 04:17:15 pm »
looks like fun.  On the issue of tiles, just curious, is the bit depth on the graphics 256 colors, RGB, or is it RGB+Alpha channel?
« Last Edit: October 24, 2008, 09:06:37 pm by necro »
I'm like a woot burger with awesome fries


VB.Net, C#, C++, Java, Game Maker

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Super Star Hero progress
« Reply #2 on: October 24, 2008, 06:39:46 pm »
In RPG Maker 2003 you can only use 256 colors PNG images. For transparency you don't need to enable it. You can, but it won't change anything as when you import the file in RM2K3 it asks you to choose which color you would like to be transparent. The only annoying thing is if you want to import a picture that doesn't need transparency at all, the RPG Maker forces you to select a transparent color anyway so you must add a column or row of pixels of a different color and set that color as transparent one

Offline {AP}

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 981
  • Rating: +74/-3
  • I am Webmaster!
    • View Profile
    • Removed From Game
Re: Super Star Hero progress
« Reply #3 on: October 24, 2008, 11:03:50 pm »
Wow... you really don't have the attention span for complicated programming languages. =P
RPG Maker is the simplest you can get, though, from the looking of it... you've taken a few extra steps.

I'm looking forward to another game to play soon. I'm kinda getting peeved at Fable II.
Keep it up, mate. ^_^

(P.S. <Just interesting information> I'm making an 2D MMORPG at the moment. Well, I started on it. I used a program a lot like RPG Maker called Eclipse. Though, I went through the loops to learn VB so I could edit the engine to my will. I'll probably post about it later. Hopefully, I can get the project helped with by Omnimaga [the site, not person] when I get the spare time again.)

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Super Star Hero progress
« Reply #4 on: October 24, 2008, 11:44:16 pm »
yeah I don't really like to spend time trying to figure out how to code stuff seriously, I don't have the brain to dechiper all that code and complicated stuff. Even with TI-BASIC i was starting to get bored during long coding sequences without much creativity related to the game design. I like to design games but not to code them x.x

I didn't mind VB much back then though, but it was quite slow and I didn't liked how you couldn't change the screen resolution (apparently there is a way but it apparently causes lot of BSODs)

To be honest I doubt I will ever make a turn based RPG again with RPG Maker 2003 though, because the battle system is so slow paced it gets boring and you can't change the speed much. So I would need to write my own battle system through events, which would be an hassle with all menus and stuff. RPG Maker 2000, XP and VS has faster battle systems so I would probably use one of these altough I'm not too fond of them for many reasons:

-RPG Maker 2000: lacks some good 2003 features like mp3 support and the patch to add mp3 support is in german.
-RPG Maker XP: Doesn't work in Windows Vista unless you find the patch to get it to work in it. Most stuff that was doable through events in 2003 now requires you to code (Ruby), defeating the point of RPG Maker, which is meant to let people do RPGs without having to program lol. Resolution is 640x480, meaning your tiles/sprites are 2x bigger in size. I suck big balls at making such huge graphics and it loses its old skool SNES/MegaDrive style that I like
-RPG Maker VX: Better than XP since it adds back all stuff that was removed in XP, but resolution forces you to use huge sprites here too.

As for RPG Maker 95, well, you can forget about it lol. I can't get it to run and games won't show up well either on my comp. It also have 640x480 res

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Super Star Hero progress
« Reply #5 on: October 27, 2008, 04:38:30 am »
Progress: I did event 2 now, where when you walk on the second save point, the nearby girl explains you about your existence and stuff (I'll talk more about the storyline later), then she gives you 50 gold so you can buy a first weapon upgrade (since at your beginning level you cause 0 damage x.x).

Also I did some tweaking so that I can now show the character total LV (atk lv+def lv+spd lv) and amount of gold on the saved files screen. Normally RPG Maker only shows the average party LV and your main character HP. However what I did is that I added a second party member (which isn't even noticeable to players, since the RM menu and battle system, except for the save option, aren't used in this game) because to have gold on the save screen there are big chances that often the amount will be 0. Right before saving the game I make sure your character HP (the game is set so the HP is 9999 at every level, as it is the max amount of gold in my game) is the same amount than your amount of gold. However, if your gold is 0 it kills the character and RPG Maker triggers a game over, so the second party member prevent this from happening. After saving your character is ressurected. As for level it's just attack, defense and speed combined together, altough when you have no upgrades it will show LV 1 anyway, since it's the minimum in RPG Maker. I also obviously renamed "HP" as "G"

The items that will be buyable inside the shops now all works. Here is the list and price so far (subject to change):
1-Bomb  -Do 2 damages to all enemies. Ignore defense    -200 Gold
Basically a huge explosion that attack all enemies in the entire area, even if they are off screen.

2-Flash -Do 9 damages to all enemies. Ignore defense   -1000 Gold
Basically a multicolor flash that hit all enemies even harder than the bomb.

3-Clock -Speed up character for 10 seconds              -200 Gold
Basically during 10 seconds you will be Sonic The Hedgehog! Er... not really, but you get the idea. :P Useful to go through areas with too many dangerous enemies or areas where you lose HP (I might have these, like lava rooms or underwater levels, IDK)
EDIT (10/28/08): Got rid of it... caused too much shit

4-Potion-Restore all Life Points                        -100 Gold
Well I think this one needs no explanation

There is also a delay between using items, because when I first coded this you could use all your items in less than half a second and it caused bugs with the clock item. When in high speed mode you can't use items at all. Items are assigned to key number 1 through 5. Press the corresponding number key to use the item.

The current plan is that one town in the game will be a real one, altough 9100 years later. You won't be able to visit much of it though, because it will be so crowded you won't be able to get anywhere so you will be going around the town most of the time to get to the other side

I also adjusted the text beeping display effect because the sound was way fucking too loud. x.x
« Last Edit: October 28, 2008, 04:28:01 am by DJ Omnimaga »

Offline TIfanx1999

  • ಠ_ಠ ( ͡° ͜ʖ ͡°)
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 6173
  • Rating: +191/-9
    • View Profile
Re: Super Star Hero progress
« Reply #6 on: October 27, 2008, 08:49:09 pm »
Hey this looks really cool. It's nice to see you working on an action RPG as it's a change of pace from your norm. Cant wait to see more.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Super Star Hero progress
« Reply #7 on: October 28, 2008, 04:27:01 am »
I actually got rid of the clock item (the item that speeded up your character walking by 4x the normal speed), it caused way too many problems with the other game events and would have been a PITA to manage when it comes to coding new events. However I'm starting to get the shop done. I also made a new song for the first real area where you can fight enemies. I keep most of them quite short though, because I don't want the game to be 800 MB huge lol just with mp3s :P

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Super Star Hero progress
« Reply #8 on: November 05, 2008, 05:59:35 am »
shops are now working (items buying, upgrades, etc) and I did the areas and events up to mini boss 1

Offline TIfanx1999

  • ಠ_ಠ ( ͡° ͜ʖ ͡°)
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 6173
  • Rating: +191/-9
    • View Profile
Re: Super Star Hero progress
« Reply #9 on: January 24, 2009, 04:16:49 pm »
So, it's been a while. Have you been working on this any recently?

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Super Star Hero progress
« Reply #10 on: January 24, 2009, 04:27:18 pm »
I'm actually still thinking about the collision detections and how I will handle bosses right now.

Because it might cause too many problems for boss fights and because you never know when you're gonna switch from a map to another, I think I will make the character not always be at the center of the map like it does right now and like in Final Fantasy IV or older. When reaching the edge of a map the map will just stop scrolling. I wanted to have some kind of old skool feel and make it easier for conversations but I think it will cause way too many problems for coding boss fights, since they will probably not be objects on the map and they will be flying images (at least, most bosses)

I'm still thinking about it though, I don't want to end up with even more problems x.x

I,m also still trying to decide how many dungeons there will be and shops (there is only one village in the game, and one town, but there will be shops all scattered around the map and some npcs sometimes). So far I know there's the first forest and the bridge part until you reach the town, but afterward the town will be too crowded to pass through so you'll have to exit to the right and go around it through maybe another forest part (which is where I think there will be another magic item shop) until entering the town again through another part in the north, where you will eventually reach the final dungeon, altough unaccessible yet. This is where I'M still unsure how many dungeons there will be. There's one in the first village area and to the east there's another forest area, which will contain an item required to access the village dungeon. I will make sure you gain one level for all stats when you arrive at the second part of the big city, then 3 when going back to the south to go search for the item to access the dungeon, then 4 at the dungeon and 6 when finished (this one will contain all 4 gems needed to access the final dungeon, but I think there might be one that is stolen. For the music I got the song for that dungeon, the city, villages and forest areas. I also got a few other songs left. For bosses the song used is the same than the intro song and this song will probably be used for the final dungeon area
« Last Edit: January 24, 2009, 04:41:23 pm by DJ Omnimaga »

Offline TIfanx1999

  • ಠ_ಠ ( ͡° ͜ʖ ͡°)
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 6173
  • Rating: +191/-9
    • View Profile
Re: Super Star Hero progress
« Reply #11 on: January 24, 2009, 05:03:38 pm »
Alright, that sounds really good. I look foward to seeing how this progresses. =) Going old school is always great, but if RPG maker is too limited to handle the scope of how this is being made it makes more sense to change it. I'm sure it'll be sweet either way.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Super Star Hero progress
« Reply #12 on: January 24, 2009, 05:43:19 pm »
I actually just fixed collision detection for enemies, in a different way than I intended too, though. I added a timer that makes enemies be able to hit you only after an enemy located next to you faces you for at least 0.4 seconds (will be much lower with harder enemies), and it's map wide, so you won't get stuck among a bunch of 6 enemies and not be able to move anymore before killing them. For the first boss there's no timer though, to not remove its challenge. So now enemies at the beginning are at a reasonable difficulty and it's easier to get money to level up.

Offline TIfanx1999

  • ಠ_ಠ ( ͡° ͜ʖ ͡°)
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 6173
  • Rating: +191/-9
    • View Profile
Re: Super Star Hero progress
« Reply #13 on: January 25, 2009, 12:53:44 am »
Glad you found an easy solution for it. I also like that the boss won't have such a restriction. Nice.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Super Star Hero progress
« Reply #14 on: January 25, 2009, 03:57:29 am »
Ok I finally got the Qc City started and I must warn you it is very seizure inducing, since the game is set in the 92th century. Technology has come a long way. There is no NPC yet and no doors are working and only one part out of many is done so far. To have that many animations I had to swap back and forth between two tilesets, the difference being tile colors and some tiles moving. I'll post two videos in a few minutes in the other thread for the futuristic city