Game Maker's Garage Forum

Game Maker's Garage => Group Projects => Topic started by: Silverwind on September 13, 2009, 05:34:36 PM

Title: Another try at fame and glory?
Post by: Silverwind on September 13, 2009, 05:34:36 PM
Anyone wanna team up to make the first successful team GM game? If someone provides art and an idea I can program the engine. Something simple like Supa Pong or Gnome Defender might be cool.  
Title: Re: Another try at fame and glory?
Post by: WarHampster on September 14, 2009, 05:30:22 PM
*sigh*

As always, I can provide art and can acquire/ make music.

I've posted a few RPG concepts around here somewhere, if you want we can pick one up and work on it.
Title: Re: Another try at fame and glory?
Post by: Gan on September 14, 2009, 05:39:24 PM
Maybe a tile physics engine? Should of tried to make tile based in Tf instead of a real one. Just need tiles for ground and two diagnol slants, then just program it similar to the v6 engine with different rules.


-Gandolf
Title: Re: Another try at fame and glory?
Post by: Silverwind on September 14, 2009, 07:01:53 PM
Ghadzooks man, RPGs just don't get made anymore, and seldom did at all. Why, the last guy who attempted one went mad and started referring to himself in 3'rd person! With such a track record it would be crazy to attempt an RPG, and we'd need a crazy crew before we could even consider it.

How about an FPS?
Title: Re: Another try at fame and glory?
Post by: WarHampster on September 14, 2009, 09:30:05 PM
Honestly, any FPS that we did make would end up playing exactly like John's Time Trial games... theres only so much you can do with a pretty inflexible 2d engine in terms of first person shooting.

What is GM's size limit again? Maybe we could do something interesting with pre-rendered backgrounds and a faked collision engine...

EDIT- also, to what extent can GM control quicktime movies? Can it pause, rewind, ect?

EDIT EDIT - I have a pretty good design in mind... a few more questions: can GM display sprites over movies? Can GM read data from files efficiently (could it read a file during gameplay without lag?)
Title: Re: Another try at fame and glory?
Post by: Silverwind on September 15, 2009, 01:40:33 PM
Quote
Honestly, any FPS that we did make would end up playing exactly like John's Time Trial games... theres only so much you can do with a pretty inflexible 2d engine in terms of first person shooting.
Time Trial is awesome, so making a game of its standard would be a good thing, eh Hammy? :)

Quote
What is GM's size limit again? Maybe we could do something interesting with pre-rendered backgrounds and a faked collision engine...
16 megs for the source file, and be you meaning by "pre-rendered" backgrounds?

Quote
EDIT- also, to what extent can GM control quicktime movies? Can it pause, rewind, ect?
Huh, in all my mad experiments with GM I've never actually tried rewinding movies. I can't think of a way we could do it offhand, but I'll check it out later tonight.

Quote
EDIT EDIT - I have a pretty good design in mind... a few more questions: can GM display sprites over movies? Can GM read data from files efficiently (could it read a file during gameplay without lag?)
... how on earth have I gone all this time without trying to place sprites over movies?! You're food for thought Hampster. *goes to experiment*

EDIT:

Ok, sprites can exist on the canvas while a movie is being played, but the movie is on a higher layer than 20. (the highest sprite layer) Click Areas work fine however, meaning you could have a movie of a person walking across the screen and track a Click Area to them resulting in an event occurring when the person is clicked. I can't come up with a way to pause or rewind movies, but what were you thinking of that involved doing such?

Maybe we could pull off an RPG... after all, we have so much resources nowadays. We could use the Roguesoft Battle Engine (which has an update due) and the V6 Nav, as long as you'd provide graphics we'd be all set. We really should keep it simple though.
Title: Re: Another try at fame and glory?
Post by: WarHampster on September 15, 2009, 06:42:44 PM
Pre-rendered backgrounds are basically images of a pre-rendered 3d model... they were used in the PS1-era to let games have realistic and high quality backgrounds without stressing the GPU... the tradeoff is that the images generally take up a ton of space (this is why Final Fantasy 7 was four discs). I'm afraid that a measly 16 megabytes probably isn't enough to use any.

Meh, I had some crazy idea involving making a looping 3d flyby through a canyon or hallway which the player's sprite would be pasted on top of, and then playing the movie when the player moved forward and rewinding it when he moved backward.

If we make a game using your battle engine it would feel exactly like QOM.

With the goal of making something original to GM in mind, how about a shump (shoot 'em up) along the lines of games like Radiant Silvergun or Geometry Wars? Gandolf and I attempted to make one in SC a while ago and the result was unplayably laggy. but I'm sure you could up with a simpler engine that fits within GM's limitations...
Title: Re: Another try at fame and glory?
Post by: Silverwind on September 16, 2009, 03:36:37 AM
Quote
Pre-rendered backgrounds are basically images of a pre-rendered 3d model... they were used in the PS1-era to let games have realistic and high quality backgrounds without stressing the GPU... the tradeoff is that the images generally take up a ton of space (this is why Final Fantasy 7 was four discs). I'm afraid that a measly 16 megabytes probably isn't enough to use any.
So they're high definition images? GM wouldn't preserve the quality of the images when we came to import them anyway, so the idea is a no goer on two accounts.

Quote
Meh, I had some crazy idea involving making a looping 3d flyby through a canyon or hallway which the player's sprite would be pasted on top of, and then playing the movie when the player moved forward and rewinding it when he moved backward.
That would be awesome indeed!

Quote
If we make a game using your battle engine it would feel exactly like QOM.
Why Sir, clearly you've never seen the Roguesoft Battle Engine: http://www.gamemakersgarage.com/cgi-bin/yabb/YaBB.cgi?board=gametime;action=display;num=1238066056

It's doesn't resemble QoM's battle engine in the slightest. QoM's battle engine was based on a much earlier work of mine entitled Battle Buttons. It's so old that I've never even mentioned it on the GMG; it dates back to the MGM forums.

The Roguesoft battle engine was developed sometime last year. I wanted to create a powerful yet easy to use Battle Engine that could handle status effects and spells. I never got around to finishing the readme, but it's fairly easy to understand and no game has been made with it yet meaning we'd have an original system.

Quote
With the goal of making something original to GM in mind, how about a shump (shoot 'em up) along the lines of games like Radiant Silvergun or Geometry Wars? Gandolf and I attempted to make one in SC a while ago and the result was unplayably laggy. but I'm sure you could up with a simpler engine that fits within GM's limitations...

Sure, I'm up for trying it. :) What kind of perspective does it use? Could you post your engine so I can see what we're aiming for?
Title: Re: Another try at fame and glory?
Post by: WarHampster on September 16, 2009, 06:22:58 PM
Quote
Why Sir, clearly you've never seen the Roguesoft Battle Engine: http://www.gamemakersgarage.com/cgi-bin/yabb/YaBB.cgi?board=gametime;action=display;num=1238066056

It's doesn't resemble QoM's battle engine in the slightest. QoM's battle engine was based on a much earlier work of mine entitled Battle Buttons. It's so old that I've never even mentioned it on the GMG; it dates back to the MGM forums.

The Roguesoft battle engine was developed sometime last year. I wanted to create a powerful yet easy to use Battle Engine that could handle status effects and spells. I never got around to finishing the readme, but it's fairly easy to understand and no game has been made with it yet meaning we'd have an original system.

Sorry, I need to pay more attention :P

Here's a video of shump gameplay, and I'll see if I can dig up that game I started.

http://www.youtube.com/watch?v=csb5aYoMal8
Title: Re: Another try at fame and glory?
Post by: Silverwind on September 17, 2009, 04:54:38 AM
The game sure looks awesome, but even the simplest of background scrolling games run slow in GM. Here's an example: http://www.mediafire.com/?ym4y2wngnln

If we were using a formidable amount of sprites, say 15 or more, I imagine the game would be near unplayable. I sure like the idea though, so if you can think of a way to make it work I'm still up for attempting it.
Title: Re: Another try at fame and glory?
Post by: WarHampster on September 18, 2009, 02:52:09 PM
Alright, here's what we're going to do (quoted from the eclipse forums):

Quote
much of the world was destroyed in a recent magical war that both created big holes everywhere and summoned ton of monsters. You need to collect parts of the magic thing that was responsible for all the destruction, and then put it back together. the gameplay is centered around the fact that much of the world is impossible to navigate on foot, due to all the magical destruction. Therefore, you must fly your trusty airship to each dungeon in which part of the magic thing is hidden, and then fly to some cool floating island where you kill some epicly huge monster, reassemble the magic thing, and save the world.

Battle occurs both while in your airship (which can be upgraded)[ the air battles would just be normal turn-based battles, or something cooler that we think up] and while exploring dungeons.

Feel free to rip that to shreds, I came up with it in two minutes.

Two types of game play: standard turn based RPG stuff (using your battle engine or whatever you want) and shooting battles when you're in your airship. (There wouldn't be a scrolling background, as you would only be able to get in your ship in some scenes [flying between islands, ect.]). You can upgrade your ship with parts found by killing stuff or things you buy, and you can also get items for your land battles, just like a normal RPG.

Code (and tiles?) done by you, animated sprites and music done by me.

Over ambitious I know... to make it simpler we could do something like take out the turn based battles (when you walk around you are only either exploring (or fighting bosses?))

What do you think?  
Title: Re: Another try at fame and glory?
Post by: Silverwind on September 18, 2009, 05:46:08 PM
Yeah, I like the story and the general gameplay concept, and it's certainly very practical in terms of what we're likely to finish. To keep scope creep to a minimum I suggest merely three regular levels and one final boss level. And... and, my fine feathered friend, I suggest each level follow a consistent gameplay pattern.

If we eliminate random encounter battles as you say and keep combat confined to the airship, we'd reduce the work load on our part as well as the need for tile based graphics at all. (which are overdone to the point of inducing violent spontaneous vomiting (thanks largely to me)) Perhaps we could experiment with a side-view perspective for exploring.

Here's my level flow idea. (with the exception of the last boss)
Our we on the right track?
Title: Re: Another try at fame and glory?
Post by: Al Staffieri on September 18, 2009, 05:57:59 PM
Quote
Ok, sprites can exist on the canvas while a movie is being played, but the movie is on a higher layer than 20. (the highest sprite layer)

I viewed the movie. That looks cool. I'll try to change it so sprites are layered on top of movies for GameMaker 4.
Title: Re: Another try at fame and glory?
Post by: Swamp7hing on September 19, 2009, 10:44:28 AM
I've really wanted to make a good adventure game in GM, like Myst. If we could get some people to do the puzzles, some graphics, and some music, we'd have a good game on our hands.
Title: Re: Another try at fame and glory?
Post by: Silverwind on September 19, 2009, 11:50:58 AM
Yeah, but then the credit would go to some people. If we take the time to do it however, we'll get the credits due. There's no easy way to fame and glory young Skywalker.
Title: Re: Another try at fame and glory?
Post by: WarHampster on September 19, 2009, 01:22:31 PM
Quote
Here's my level flow idea. (with the exception of the last boss)
  • An air battle. (as the player flies to their destination)
  • A bit of exploring. (talk to the townsfolk to learn how to get past the guards blocking the road, find whatever item is needed for a trade, etc...)
  • Solve a puzzle/overcome an obstacle protecting the magic item shard.
Our we on the right track?

This sounds pretty good, although I kind of want to have scenes in which the player comes to a giant hole in the ground and needs to fly over it. How about we throw some short air battles into the exploring segment?

EDIT - Also, I'll start working on some concept art to show what I'm envisioning for the game's style. It's important we're both on the same page with what we think the game will look like (this is what killed my project with Gandolf).
Title: Re: Another try at fame and glory?
Post by: Silverwind on September 19, 2009, 01:35:23 PM
Quote
This sounds pretty good, although I kind of want to have scenes in which the player comes to a giant hole in the ground and needs to fly over it. How about we throw some short air battles into the exploring segment?
Definitely!

Quote
EDIT - Also, I'll start working on some concept art to show what I'm envisioning for the game's style. It's important we're both on the same page with what we think the game will look like (this is what killed my project with Gandolf).
Oh? Do tell, and which project btw?
Title: Re: Another try at fame and glory?
Post by: Gan on September 19, 2009, 03:31:40 PM
Yeah... not only were we not on the same page, I was in a different book. I was furtively trying to create the "Best TF Game", which is near impossible. Over ambitious and a bit delusional. There'll always be another one that's better.
Learned my lesson; keep it sweet, simple, and make the whole thing take a max of 1-2 weeks.


-Gandolf
Edit: I even got to the point that I thought that in order to make it the "Best", I'd have to work on it alone and make it exactly a certain way. Which of course booted everyone else off the group project. If I could redo it, I'd name it "Tf Group Proj. Game Attempt". My focus wouldn't be in showing off all Tf's features or making the "Best" Tf game, but getting the community together to just see if we could make any sort of game in it. Even if it's only tick tac toe.
Title: Re: Another try at fame and glory?
Post by: WarHampster on September 19, 2009, 08:29:10 PM
Quote
Yeah... not only were we not on the same page, I was in a different book.

Yeah, at one point I thought we were making an FPS with RPG elements with a retro pixel art style, and Gan thought we were making a beat-em-up with RPG elements and a time traveling plot twist that had a cel-shaded style.
Title: Re: Another try at fame and glory?
Post by: WarHampster on September 20, 2009, 03:09:53 PM
Alright Silver, I've got a world map, some concept art, and an in-depth story ready to go... I don't want to post everything here though. I made a hidden section on my forum (www.warhampster.editboard.com) that we can use to develop the game, just join and I'll make it so you can see it.

EDIT - also, this is the final call for anyone else who wants to help develop this...
Title: Re: Another try at fame and glory?
Post by: Gan on September 20, 2009, 05:33:28 PM
I can help test, maybe ideas... though nothing major.


-Gandolf
Title: Re: Another try at fame and glory?
Post by: Silverwind on September 20, 2009, 05:35:17 PM
Cool, I'll do that in the morning.
Title: Re: Another try at fame and glory?
Post by: WarHampster on September 21, 2009, 07:10:05 AM
Sounds good.
Title: Re: Another try at fame and glory?
Post by: Connors on June 02, 2010, 10:44:43 PM
LOL i don't know if anyone cares about reading this topic anymore but I thought it was hilarious in places:
Quote

Yeah, at one point I thought we were making an FPS with RPG elements with a retro pixel art style, and Gan thought we were making a beat-em-up with RPG elements and a time traveling plot twist that had a cel-shaded style.

Quote
Ghadzooks man, RPGs just don't get made anymore, and seldom did at all. Why, the last guy who attempted one went mad and started referring to himself in 3'rd person! With such a track record it would be crazy to attempt an RPG, and we'd need a crazy crew before we could even consider it.

How about an FPS?
Title: Re: Another try at fame and glory?
Post by: EqwanoX on June 03, 2010, 10:56:37 AM
Quote
Ghadzooks man, RPGs just don't get made anymore, and seldom did at all. Why, the last guy who attempted one went mad and started referring to himself in 3'rd person! With such a track record it would be crazy to attempt an RPG, and we'd need a crazy crew before we could even consider it.

How about an FPS?
EqwanoX does not understand this post
Title: Re: Another try at fame and glory?
Post by: Tireas Dragon on June 03, 2010, 04:05:31 PM
Quote
EqwanoX does not understand this post
lol
Title: Re: Another try at fame and glory?
Post by: Connors on November 21, 2010, 12:20:03 AM
Quote
Ghadzooks man, RPGs just don't get made anymore, and seldom did at all. Why, the last guy who attempted one went mad and started referring to himself in 3'rd person! With such a track record it would be crazy to attempt an RPG, and we'd need a crazy crew before we could even consider it.

How about an FPS?
Months later, in November, 2010, nobody even wants to talk about group projects much. I guess it makes sense.
Title: Re: Another try at fame and glory?
Post by: Zoo on March 10, 2011, 08:42:27 PM
Quote
The game sure looks awesome, but even the simplest of background scrolling games run slow in GM. Here's an example: http://www.mediafire.com/?ym4y2wngnln

If we were using a formidable amount of sprites, say 15 or more, I imagine the game would be near unplayable. I sure like the idea though, so if you can think of a way to make it work I'm still up for attempting it.
On a completly unrelated note, How do you make those awesome title scenes?
Title: Re: Another try at fame and glory?
Post by: Connors on March 11, 2011, 08:23:30 PM
BLUH.
I still really hate to ditch all the stuff people made for that iPhone RPG project. Could we at least TRY to use it for something? I think I still have most of the sprites somewhere.
Title: Re: Another try at fame and glory?
Post by: Silverwind on March 12, 2011, 05:33:03 AM
Quote
On a completly unrelated note, How do you make those awesome title scenes?
Ah, there are certain perks to being a commercial graphic designer. ;)