Adventure Game Studio

AGS Games => AGS Games in Production => Topic started by: Barcik on Mon 14/04/2003 22:29:33

Title: Ten Minutes (Game info, screenshots, intro and help wanted)
Post by: Barcik on Mon 14/04/2003 22:29:33
Seems like we won't be able to do it in time to participate, but we do want to finish this game.
We are Team 3: Barcik, Cornjob, Magintz, LGM and MillsJRoss.
You can find details about the game on it's page at:
http://www.fbc-bettendorf.com/lgm/design/index.htm (http://www.fbc-bettendorf.com/lgm/design/index.htm)
(Page includes design diary, screenshots, game info and the intro, which we release just to have something done for the deadline :P)

We are searching for voice actors, contact LGM for details at LilGryphMaster@msn.com.

Release Date: May
Title: Re:Ten Minutes (Game info, screenshots, intro and help wanted)
Post by: cornjob on Mon 14/04/2003 22:52:30
Well, I hope you guys enjoy it. Check out the intro...
Title: Re:Ten Minutes (Game info, screenshots, intro and help wanted)
Post by: frobozz on Tue 15/04/2003 01:34:40
Downloading intro now--this is definately the coolest concept that I've heard of in awhile.  I'm really looking forward to see where you go with this one.

-Fro.
Title: Re:Ten Minutes (Game info, screenshots, intro and help wanted)
Post by: Ben on Tue 15/04/2003 02:36:22
I just looked at the intro. Very Nice  :D

I love the animations, I love the music, I love how Death looks like Courtland Leksutin..

One suggestion: I think the falling animation at the beginning looks a bit awkward. I think if you animated the sprite it would look better..

I can't wait to play the finished game.
Title: Re:Ten Minutes (Game info, screenshots, intro and help wanted)
Post by: edmundito on Tue 15/04/2003 07:19:57
So this is what's keeping you away from Run Hot, CJ :P

Sincerely, your boss.
Title: Re:Ten Minutes (Game info, screenshots, intro and help wanted)
Post by: cornjob on Tue 15/04/2003 12:41:12
Oh it's not just this.... I could list all the other projects I'm supposed to be working on, but some of them are secret and frankly it would just take too long.
You'll be happy to know that I did in fact work on one screen of RH this month. :)

Hey Ben, thanks. More like an older Courtland, actually.
I was going to animate the guy falling... I have the frames, but I made him a graphical overlay and I couldn't think of an easy way to animate it. See, because if it was a character or object you'd have to do some messed up math to get it scrolling at a different speed from the background. Hey Barcik, you can do math right?
Title: Re:Ten Minutes (Game info, screenshots, intro and help wanted)
Post by: Barcik on Tue 15/04/2003 13:24:57
As soon as I understand what the fuck you just said.

:P
Title: Re:Ten Minutes (Game info, screenshots, intro and help wanted)
Post by: Czar on Tue 15/04/2003 18:43:19
Hey , i think it is a great story... and all... :D
Title: Re:Ten Minutes (Game info, screenshots, intro and help wanted)
Post by: Ben on Tue 15/04/2003 20:40:48
To animate an overlay, you can import all the frames into the sprite manager in the order you want them to appear, and then script the overlay to clear every few seconds and reappear using the next sprite..

You could put something like this in the repeatedly_execute script:

while (FRAME < 5) {
RemoveOverlay (ov_spr);
ov_spr = CreateGraphicOverlay(x, HEIGHT, FRAME + FIRST,1);
 if (FRAME < 5) FRAME ++;
 else FRAME = 0;
Wait(7);
}

FIRST should be the index number of the first frame. 5 should be changed to the number of frames..

Of course, I just put that together in a couple of minutes, so it probably won't work anyway  :P
Title: Re:Ten Minutes (Game info, screenshots, intro and help wanted)
Post by: remixor on Wed 16/04/2003 00:34:37
Good luck finishing the game!  The concept is fantastic and I really like what you have in the intro.  I'll definitely be looking forward to the release.

By the way, is there not a puzzle to solve in the intro, or am I just stupid?  ???
Title: Re:Ten Minutes (Game info, screenshots, intro and help wanted)
Post by: Barcik on Wed 16/04/2003 09:35:57
There's nothing in the intro. Feel free to walk around, though.
Title: Re:Ten Minutes (Game info, screenshots, intro and help wanted)
Post by: danny* on Wed 16/04/2003 13:35:05
love the screens!!!!(i'll check out the rest later!!(busy,busy!!)
:o 8) :)
Title: Re:Ten Minutes (Game info, screenshots, intro and help wanted)
Post by: Rincewind on Wed 16/04/2003 19:46:09
This looks incredible! Great graphics!  
Title: Re:Ten Minutes (Game info, screenshots, intro and help wanted)
Post by: 12431 on Wed 16/04/2003 20:02:03
I'm jealous!

wish I could draw like that. how do you do it?!?!
Title: Re:Ten Minutes (Game info, screenshots, intro and help wanted)
Post by: on Wed 16/04/2003 20:42:01
Use pistol with cornjob - "You stick the pistol to cornjob's head and he quickly draws several high quality backgrounds and characters for you."

:)
Title: Re:Ten Minutes (Game info, screenshots, intro and help wanted)
Post by: danny* on Thu 17/04/2003 07:30:41
ok,..just downloaded the intro.
FANTASTIC!!!....feeling...story...music...all of it!!!!
great!!! :o
Title: Re:Ten Minutes (Game info, screenshots, intro and help wanted)
Post by: on Sun 27/04/2003 17:22:01
I checked out the intro -- great work!
I really like the concept for the game...it presents some interesting ideas for the game's structure. Like there could be 10 chapters (each revolving around one puzzle), one for each "minute"...
So far, I think the dialogue is very strong, Death had some good lines. Many amateur adventure games don't spend enough time on this element.
The one thing that bothers me is the action descriptions that pop up during the game....like "There is something at your feet," or "A figure emerges from the shadows." I should be able to see something happen, instead of being told it. That's actually the reason why I could never really get into any Sierra adventure game. For what it's worth.
Title: Re:Ten Minutes (Game info, screenshots, intro and help wanted)
Post by: Vel on Tue 27/05/2003 15:03:56
When is it going to be released?
Title: Re:Ten Minutes (Game info, screenshots, intro and help wanted)
Post by: Barcik on Fri 30/05/2003 11:58:27
It's running late, as Cornjob decided to work on some other projects at the moment ("Run Hot", ever heard of it?  :-\). Well, it'll be there sooner or later.
Title: Re:Ten Minutes (Game info, screenshots, intro and help wanted)
Post by: Vel on Sat 24/04/2004 19:12:04
How about a progress report?
Title: Re:Ten Minutes (Game info, screenshots, intro and help wanted)
Post by: Chicky on Sun 25/04/2004 12:17:19
hey the links broked. And i wanna see that intro. can ya fix it please?

-OSC