Welcome, Guest. Please login or register.

Login with username, password and session length

 
Advanced search

1411413 Posts in 69360 Topics- by 58415 Members - Latest Member: sophi_26

April 16, 2024, 01:05:32 AM

Need hosting? Check out Digital Ocean
(more details in this thread)
TIGSource ForumsCommunityDevLogsG-Force Fighter(s) - An Action 52 Remake
Pages: [1] 2
Print
Author Topic: G-Force Fighter(s) - An Action 52 Remake  (Read 5903 times)
SF
Level 0
***


Game Builder Club and 3d Game Birds Gameapp Maker


View Profile WWW
« on: March 12, 2013, 09:17:15 AM »

I know I'm late to the joke, but I want to remake that terrible Action 52 game:





Here's the remix I did of the game's main/only theme, with sheet music! Play along at home:





Here's the game's original manual entry, which is probably the only thing I can salvage for gameplay inspiration:

G-FORCE FIGHTERS
    Watch your fuel level. USe it wisely and escape the force that holds
    you. The enemies are strong but the G-Force of the planet will take us
    as we get powerless.
« Last Edit: March 13, 2013, 09:47:30 AM by SF » Logged

It's a bad day to be travelling, but it's a great day to drink it!
SF
Level 0
***


Game Builder Club and 3d Game Birds Gameapp Maker


View Profile WWW
« Reply #1 on: March 12, 2013, 10:50:29 AM »

A couple free assets from the Unity store and we're in the business



Logged

It's a bad day to be travelling, but it's a great day to drink it!
SF
Level 0
***


Game Builder Club and 3d Game Birds Gameapp Maker


View Profile WWW
« Reply #2 on: March 12, 2013, 11:18:36 AM »

I've decided to rationalize the ship's ridiculous colour by making it a byproduct of the engine's design:



Better not run out of fuel, then your ship won't be pink!

Logged

It's a bad day to be travelling, but it's a great day to drink it!
SF
Level 0
***


Game Builder Club and 3d Game Birds Gameapp Maker


View Profile WWW
« Reply #3 on: March 13, 2013, 09:19:23 AM »

Shots of the engine at various thrust levels. I'm considering making this either a general speed indicator, with a boost button being used to dodge attacks/ram enemy ships, or making it some kind of a combo meter. The more perfect your run, the faster you go, and the more naturally intense/difficult the game becomes.








The transitions between these effects are totally smooth and analogue as they're based on the intensity of a couple light objects in the same hierarchy as the particle system.
Logged

It's a bad day to be travelling, but it's a great day to drink it!
PythonBlue
Level 2
**



View Profile WWW
« Reply #4 on: March 13, 2013, 12:02:08 PM »

I'm impressed! Smiley Nice flares!
Logged

Python Blue - composer for NeonXSZ
Official Website
Bandcamp
SF
Level 0
***


Game Builder Club and 3d Game Birds Gameapp Maker


View Profile WWW
« Reply #5 on: March 13, 2013, 03:06:55 PM »

I'm impressed! Smiley Nice flares!

Honestly I can't take credit for those beyond parameter tweaking, they're pretty close to stock Unity assets. Hopefully they'll still add some dramatic....flare
Logged

It's a bad day to be travelling, but it's a great day to drink it!
SF
Level 0
***


Game Builder Club and 3d Game Birds Gameapp Maker


View Profile WWW
« Reply #6 on: March 13, 2013, 06:17:37 PM »

I struggled with some ugly quaternion-related math for a while before realizing I'm overengineering things and should just "orange box" the gameplay animations when I'm not committed to the mechanics yet. I'll probably do that next and waste a bit of time on more particles before implementing my cool enemy ideas.
Logged

It's a bad day to be travelling, but it's a great day to drink it!
SF
Level 0
***


Game Builder Club and 3d Game Birds Gameapp Maker


View Profile WWW
« Reply #7 on: March 14, 2013, 09:35:34 AM »

I got some basic 4-direction barrel rolls going using only the arrow keys. My self-righting system lets you do some pretty cool tumbles in all directions without straying from the single-tap-to-evade movement I'm toying with.

My clients at my day job are continuing to be dicks who defer the results of their crappy time management onto me so I might not be working on this again this week.
Logged

It's a bad day to be travelling, but it's a great day to drink it!
Sustrato
Level 1
*


It's a good day to die.


View Profile
« Reply #8 on: March 14, 2013, 11:26:07 AM »

It would be helpful if you could size the screenshots to a resolution that wasn't over twice the width of the forum thread, at least in the future. Kind of hard to tell what's going on. :/
Logged

SF
Level 0
***


Game Builder Club and 3d Game Birds Gameapp Maker


View Profile WWW
« Reply #9 on: March 14, 2013, 01:39:28 PM »

It would be helpful if you could size the screenshots to a resolution that wasn't over twice the width of the forum thread, at least in the future. Kind of hard to tell what's going on. :/

I figured people would prefer a resolution where they can actually see what's going on, and just scroll horizontally, but I'll do something different from now on.
Logged

It's a bad day to be travelling, but it's a great day to drink it!
SF
Level 0
***


Game Builder Club and 3d Game Birds Gameapp Maker


View Profile WWW
« Reply #10 on: March 14, 2013, 05:36:35 PM »

False alarm, ugh.

So I now have the prototype dodge moves implemented and a very screensaver-y star field effect to give an illusion of motion.

Does anyone know of a place you can serve Unity demos from reasonably?
Logged

It's a bad day to be travelling, but it's a great day to drink it!
WonderlandGames
Level 0
***



View Profile
« Reply #11 on: March 15, 2013, 01:31:43 AM »

Are you trying to make it bad like the game or...?
Logged
SF
Level 0
***


Game Builder Club and 3d Game Birds Gameapp Maker


View Profile WWW
« Reply #12 on: March 15, 2013, 05:53:30 AM »

Are you trying to make it bad like the game or...?

No haha. Was something I said making it come across that way..?

That said I do want there to be a thick layer of irony about the presentation, and I'm trying to appropriate as many bizarre things from the game as possible (the theme music, the pink ship driven by pink sparkles and so on). If I didn't there wouldn't be much point to this.
Logged

It's a bad day to be travelling, but it's a great day to drink it!
SF
Level 0
***


Game Builder Club and 3d Game Birds Gameapp Maker


View Profile WWW
« Reply #13 on: March 15, 2013, 06:19:33 AM »

So I bought this ship model which bears a resemblance to the original game's:



There are a number of problems with it though:
  • It's terribly made, and imports off-center at the wrong scale, rotated differently than everything else, requiring an additional transform wrapper to get it to line up
  • This additional transform really messes up the rotations in my stunt code
  • It doesn't look as acrobatic as the placeholder I was working with, and now that you can do flips all over the place it comes across a little strange
  • The tail fin sticking up in your face in the chase camera is a bit of an eyesore

So I'm torn on which to use now. Maybe the player character is enough of an amorphous blob in the original that no one will notice if the ship has a different silhouette.
Logged

It's a bad day to be travelling, but it's a great day to drink it!
SF
Level 0
***


Game Builder Club and 3d Game Birds Gameapp Maker


View Profile WWW
« Reply #14 on: March 15, 2013, 07:01:08 AM »

Have a tech demo!

http://www.mediafire.com/?b6r64svv9oc6h

Download both files and open the .html

Arrow keys to do flips. Try to mess up the self-righting system, and FAIL

You'll need the Unity Web Player of course.

Edit: The ship doesn't need to fire its wing thrusters in the opposite direction of your movement because of space drag. Look it up.

Edit: Scratch that, I just Googled "space drag" and I don't recommend the results.
« Last Edit: March 15, 2013, 07:08:48 AM by SF » Logged

It's a bad day to be travelling, but it's a great day to drink it!
SF
Level 0
***


Game Builder Club and 3d Game Birds Gameapp Maker


View Profile WWW
« Reply #15 on: March 15, 2013, 05:18:19 PM »

So this is hilarious; I now have a reliable way to procedurally generate textures based off of sprite rips from the Action 52 environments.

Here's one of their ugly orange tiles:



I wanted an excuse to test out my trial version of Allegorithmic's Bitmap2Material, so I put a couple of giant planes up and tried to test the limits of what it could do with a 32x32 square as a source diffuse.

Some specular tweaks, creative applications of ambient occlusion, and heightmap generation (among other things) later, and suddenly I've gone from this:



To this:



Without drawing a single pixel by hand.
Logged

It's a bad day to be travelling, but it's a great day to drink it!
deathtotheweird
Guest
« Reply #16 on: March 15, 2013, 06:04:37 PM »

in the future you should put the files on dropbox (100% free), so you can directly link the html file and people can play. pretty pointless to do it any other way.

the background looks nice but those textures don't look much improved. also having the ship one single color isn't doing you any favors in the visual department either.

don't mean to be harsh, just some thoughts.
Logged
SF
Level 0
***


Game Builder Club and 3d Game Birds Gameapp Maker


View Profile WWW
« Reply #17 on: March 15, 2013, 06:53:15 PM »

in the future you should put the files on dropbox (100% free), so you can directly link the html file and people can play. pretty pointless to do it any other way.

the background looks nice but those textures don't look much improved. also having the ship one single color isn't doing you any favors in the visual department either.

don't mean to be harsh, just some thoughts.

Not harsh, it's helpful. I'm nowhere near done on the visuals and I don't plan to polish them until most of the gameplay is nailed down. This is just looking for cool tech to use.

I didn't know you could hotlink on Dropbox and have it work. I'll try that, thanks.
Logged

It's a bad day to be travelling, but it's a great day to drink it!
SF
Level 0
***


Game Builder Club and 3d Game Birds Gameapp Maker


View Profile WWW
« Reply #18 on: March 15, 2013, 07:00:19 PM »

So I'm having fun playing with grunge maps. They are allowing me to add some tarnished metal variety to the yellow matrices for one:



But much more interesting than that is the ability to use them subtractively.

Behold the ravages of age:















Logged

It's a bad day to be travelling, but it's a great day to drink it!
SF
Level 0
***


Game Builder Club and 3d Game Birds Gameapp Maker


View Profile WWW
« Reply #19 on: March 15, 2013, 07:39:16 PM »

http://dl.dropbox.com/u/150625162/G-Force%20Demos/Stunt%20example.html

^^^^^^^^

Working webplayer movement demo. Thanks allen!
Logged

It's a bad day to be travelling, but it's a great day to drink it!
Pages: [1] 2
Print
Jump to:  

Theme orange-lt created by panic