Adventure Game Studio

Community => Adventure Related Talk & Chat => Topic started by: ezra on Sat 17/07/2004 02:33:09

Title: Writing an Adventure Game
Post by: ezra on Sat 17/07/2004 02:33:09
Does anyone have any good sites of how to write an adventure game, or maybe a great book that I could purchase?
Title: Re: Writing an Adventure Game
Post by: DGMacphee on Sat 17/07/2004 03:02:13
There are tutorials around the place.

IMO The best thing to do is just make a game based upon the knowledge and theory you've aquired from playing other adventure games.
Title: Re: Writing an Adventure Game
Post by: ezra on Sat 17/07/2004 03:05:55
Basically what I mean was how to write out the playscript of the game. Like how to set it out with puzzles and that. Should I just write out like...

NARRATOR: Bla bla bla blee blee blo...

Ezra picks up the key and can unlock the door, but he needs to put his oil on the door so it can unjam and open.

NARRATOR: And the door has been opened to a new world of magic and mystery.
Title: Re: Writing an Adventure Game
Post by: DGMacphee on Sat 17/07/2004 03:19:21
Bascially, yes. There's no real "right" way of setting things up. I remember someone releasing a set of game design templates that you can print out and fill-in to help your creation process. However, you can pretty much do a similar thing in Word.

In fact, as an example, Chrille once showed me the design docs for the first chapter of Pleurghberg 2. They were written in Notepad.  :)
Title: Re: Writing an Adventure Game
Post by: TerranRich on Sat 17/07/2004 04:17:06
What i did was write a complete walkthrough for my game, beginninig to end, complete with alternate options, paths, and even outcomes. In Word. :P
Title: Re: Writing an Adventure Game
Post by: ScottDoom on Sat 17/07/2004 04:24:26
Quote from: TerranRich on Sat 17/07/2004 04:17:06
What i did was write a complete walkthrough for my game, beginninig to end, complete with alternate options, paths, and even outcomes. In Word. :P

That's basically what I do. My most complete script for a game is my script for a game titled A Party In Room 26, which I'll never make. If someone wants the script, I'll be pleased to give it to them.
Title: Re: Writing an Adventure Game
Post by: Sutebi on Sat 17/07/2004 05:35:20
I seem to recall that Rode had a very nice essay about making an adventure game, but his site seems to be down right now. I'm sure you could find similar essays in other locales.
Title: Re: Writing an Adventure Game
Post by: Pet Terry on Sat 17/07/2004 14:06:25
Quote from: Sutebi on Sat 17/07/2004 05:35:20
I seem to recall that Rode had a very nice essay about making an adventure game, but his site seems to be down right now. I'm sure you could find similar essays in other locales.

Boink. (http://www.rodekill.com/read/Everything%20I%20Learned.doc)
Title: Re: Writing an Adventure Game
Post by: on Sat 17/07/2004 14:43:46
Pay Rodekill $1000 and he'll tell you all about design...

:D
Title: Re: Writing an Adventure Game
Post by: Pumamam on Sat 17/07/2004 15:14:44
The best thing you could to is to take other peoples advices and combine them, and then do it by trial and error through more scenarios.

btw hi
Title: Re: Writing an Adventure Game
Post by: Mr Flibble on Sat 17/07/2004 15:39:27
Call me crazy, but I'm a great fan of 'muddling through'.
I have a beggining, an ending, and a vague collection of things that I want to happen in the course of gameplay.
I'm sort of putting it together as it comes to me, because if I sat down and wrote it all down in the outset, I would have no ideas at all.
Title: Re: Writing an Adventure Game
Post by: Pumamam on Sat 17/07/2004 16:15:13
He he, thats what i used to do when i was building stuff with my LEGO.
But the only bad thing is that after it is done, a lot of bricks would stay by the side un used. 8)
Title: Re: Writing an Adventure Game
Post by: Blackthorne on Sat 17/07/2004 16:36:41
Quote from: ezra on Sat 17/07/2004 03:05:55
Basically what I mean was how to write out the playscript of the game. Like how to set it out with puzzles and that. Should I just write out like...


I basically write mine out like a film script, with minor additons.  Kinda like


                                        NARRATOR
                     You approach Ed, and he begins to speak.

                                         ED
                     Howdy?  What can I do you for?

DIALOGUE CHOICES

1 - "Where am I?"
                                        ED
                    You're in Brushfeld Country, son!
                   
     1a -"What's that?"

2 - "How's Buisness?"
3 - "Goodbye"

ETC.  Something like that.  Whatever works for you, or your team.....

Bt


Title: Re: Writing an Adventure Game
Post by: Toefur on Sun 18/07/2004 03:16:08
This is the way I do it:

I write up the entire thing in story format. I plan all that out, very basically, and write it from opening to closing. That helps me to develop story and characters, and also gives the chance for them to develop themselves. Once I have done that, I go over the story and fix it all up.

From that, I do an adaption of the written story to a logical design for implementing into a game.

So I will convert it to a screenplay of sorts. Ie:

[Intro Scene]
Protagonist walks into house [Image 01], locks the door, and looks from side to side.
Protagonist: Here is me talking.
CharacterX comes running into room.
Etc.
Etc.
[/Intro Scene]

Then, I will have a corresponding image [Image 01] where I mark down things like where the Protagonist stands when he enters, where he picks up certain things, so everything that happens in the script will also be mapped out into the image.

I also add a list of things, next to the image, of all the puzzles that occur in that screen, as well as items and what is or isn't done to them, and same for characters.
Title: Re: Writing an Adventure Game
Post by: chapter11studios on Sun 18/07/2004 03:37:11
I start off with a story outline, and then turn it into a "shortest path" walkthrough so that I know what the most linear gameplay possible is. Then I begin to flesh it out, add options and side quests, and adjust the document accordingly. For dialogue, I've been setting it up in a tree format, although I'm still trying to perfect it. But in general, Word or Notepad is fine, I think.
Title: Re: Writing an Adventure Game
Post by: LGM on Sun 18/07/2004 17:15:33
instead of putting it all in just one document, I use this program called KeyNote (http://www.tranglos.com/free/keynote.html). It's very nice and keeps you organized!

Just follow the others advice, and make your own method by trying out the others listed. Do whatever works for YOU. We all work differently.

Good Luck