Page 1 of 1

Working on a Space Shooter (untitled)

PostPosted: Mon Jun 04, 2018 5:49 pm
by NightOfHorror
So, I am still doing things. I haven't gotten to work as much as I would like on games, as I have been very busy. Right now, I started on this space shooter. Will post the GED, and data, although there is not much to show right now. Honestly, the HP Bar took me a little while to do because there was a lot of work in paint in terms of creating the animations and everything. Don't really know the direction I will go in with this game, and the models aren't final of course, although I do like Starship Pi.

Re: Working on a Space Shooter (untitled)

PostPosted: Mon Jun 04, 2018 8:10 pm
by Kcee
I really love the hp bar animation. You can call the game Edge of Space.

Re: Working on a Space Shooter (untitled)

PostPosted: Tue Jun 05, 2018 12:29 am
by NightOfHorror
Kcee wrote:I really love the hp bar animation. You can call the game Edge of Space.

Thank you very much! My only problem with it is that when the player gets hit, it jumps to the last frame of the animation, and then restarts, otherwise, I really like it. In case you didn't see it, I also added a death screen, where once you are hit with only one hp left, your ship is teleported to another screen, the key buttons are disabled, and you have to slowly watch your hp go away, and once the animation is finished, you die. I will add a more flashy death later, but I guess I should actually work on some things for now.

Also, unless the name doesn't fit after I am all said and done, I like "Edge of Space" Again, thank you!

Re: Working on a Space Shooter (untitled)

PostPosted: Tue Jun 05, 2018 10:04 am
by Kcee
Oops! I think that name has been taken. You could use Verge of Space or Graviton Wars.

Re: Working on a Space Shooter (untitled)

PostPosted: Wed Jun 06, 2018 3:09 am
by NightOfHorror
Okay, today I worked and finished an overheat system. Kind of sloppy, but I thought through each step slowly, but it works!

Basically, I created a var named Overheat, and I set it to be equal to 4 under Create Actor. Once you press space, the Overheat var goes down by one as long as it is equal to or greater than zero. Once it hits zero, a timer is created called Overheat. Also, a canvas actor called laser_Destroyer is created and its parent is set to the main ship. Once you press space to shoot, your lasers are immediately destroyed by the canvas. The timer, once finished after two seconds (might readjust though) will do three things: set Overheat back to 4, Destroy the destroy_Laser actor, and finally destroy itself. This process can be repeated over and over!

The next thing I will be working on is making to where EnemyHP is set for every individual ship, so you don't destroy all of the same king of enemy ship when HP = 0. :)

Re: Working on a Space Shooter (untitled)

PostPosted: Wed Jun 06, 2018 9:58 pm
by NightOfHorror
Okay, that was pretty easy. I just forgot you could separate vars into actor and global, so whatever.

I am working on a hp restore, and that should be easy. Going to see if something is really what I think it is, and go from there. Once I am done with that, I can start focusing on the direction of the game. I have a few ideas, but for now, I will work on creating some variety, and giving it more of a space-atmosphere, in terms of backgrounds and stuff.

Re: Working on a Space Shooter (untitled)

PostPosted: Thu Jun 07, 2018 5:55 am
by NightOfHorror
Here is an update.

We have healing options, individual enemy hp, an ugly purple background, and boundaries. Oh, and I can't forget my Overheat system! There is a lot more in store though!

Future things: a score system, rewards for certain scores, a way to make the enemies an actual threat, updated graphics, and finally a tiny story!

Re: Working on a Space Shooter (untitled)

PostPosted: Sun Jun 10, 2018 2:04 pm
by Kcee
Your game file seems to have a problem.

Re: Working on a Space Shooter (untitled)

PostPosted: Fri Jun 15, 2018 12:23 am
by NightOfHorror
Kcee wrote:Your game file seems to have a problem.

Thanks for the heads up, I will see what's up, it has been a few days since I worked on this as Valkyria Chronicles has taken over my life temporarily, but I plan on working on it tonight.

Re: Working on a Space Shooter (untitled)

PostPosted: Thu Jun 21, 2018 1:37 pm
by tdmxross
i played the game, it's fun :D