How do you write a story?
- Ophelia
- Regular
- Posts: 96
- Joined: Mon Sep 16, 2013 11:38 am
- Completed: tobag
- Projects: Kajima
- Contact:
How do you write a story?
Hey,
I'm not talking about how you go about actually creating a story but rather the act of writing down the story.
I'm just starting to work on a project and I feel a bit (read: extremely) disorganized and don't exactly how to plan my story and how to actually write it out.
I've looked at Freeplane and yWriter and want to take a look at Twine, but none of them really seem like what I want. Freeplane is nice to put down and organize rough ideas and information, yWriter is nice for writing the story itself with its chapters and scenes and characters and locations and short summaries of the scenes and everything, but that still wouldn't actually help me with working on all the choices and branches and variables and everything. Just writing everything straight into Ren'Py would result in a big, confusing mess for myself, I think.
So, how are you experienced VN Makers actually writing and planing your story?
I'm not talking about how you go about actually creating a story but rather the act of writing down the story.
I'm just starting to work on a project and I feel a bit (read: extremely) disorganized and don't exactly how to plan my story and how to actually write it out.
I've looked at Freeplane and yWriter and want to take a look at Twine, but none of them really seem like what I want. Freeplane is nice to put down and organize rough ideas and information, yWriter is nice for writing the story itself with its chapters and scenes and characters and locations and short summaries of the scenes and everything, but that still wouldn't actually help me with working on all the choices and branches and variables and everything. Just writing everything straight into Ren'Py would result in a big, confusing mess for myself, I think.
So, how are you experienced VN Makers actually writing and planing your story?
- GhostWriter37
- Newbie
- Posts: 10
- Joined: Thu May 02, 2013 10:16 pm
- Projects: Lullaby For Aurora (Tentative Title)
- Location: Southern U.S.
- Contact:
Re: How do you write a story?
I'm no expert, but I think Twine could be a good tool for you. I look at is as something of a slimmed down version of renpy. You can look at it as giving you the bare bones of your story, that way you can get a "bird's eye view" of how things go and how the paths travel and intertwine and since it is text based, you can write however much or however little you feel comfortable with to get things organized to your satisfaction.
But, then again, this is one of those places where there is no wrong answer and what works for one may not work for another. Hope I was of some help.
But, then again, this is one of those places where there is no wrong answer and what works for one may not work for another. Hope I was of some help.
- OokamiKasumi
- Eileen-Class Veteran
- Posts: 1779
- Joined: Thu Oct 14, 2010 3:53 am
- Completed: 14 games released -- and Counting.
- Organization: DarkErotica Games
- Deviantart: OokamiKasumi
- Location: NC, USA
- Contact:
Re: How do you write a story?
Have you considered this option?Ophelia wrote:...how are you experienced VN Makers actually writing and planing your story?
-- Planning the Multi-path / Branching Plot Game
Ookami Kasumi ~ Purveyor of fine Smut.
Most recent Games Completed:
"No amount of great animation will save a bad story." -- John Lasseter of Pixar
Most recent Games Completed:
- The Walk[Psychological][NanoWinter] ~ PG New!
- Trap! [ModernFantasy][VN] ~ PG16
- The Adventures of Prince Ivan [Fant/Adv/VN] ~ PG
"No amount of great animation will save a bad story." -- John Lasseter of Pixar
- Ophelia
- Regular
- Posts: 96
- Joined: Mon Sep 16, 2013 11:38 am
- Completed: tobag
- Projects: Kajima
- Contact:
Re: How do you write a story?
You're right!GhostWriter37 wrote:I'm no expert, but I think Twine could be a good tool for you. I look at is as something of a slimmed down version of renpy. You can look at it as giving you the bare bones of your story, that way you can get a "bird's eye view" of how things go and how the paths travel and intertwine and since it is text based, you can write however much or however little you feel comfortable with to get things organized to your satisfaction.
But, then again, this is one of those places where there is no wrong answer and what works for one may not work for another. Hope I was of some help.
I finally got around checking out Twine and it is indeed pretty neat to get the rough story planning done!
But I guess I will use all three - freeplane for an overview of the informtion, twine for planning and ywriter for actually writing. (:
Yes, I already saw this and it helped me a lot, thank you!OokamiKasumi wrote: Have you considered this option?
-- Planning the Multi-path / Branching Plot Game
I also used the "GamePlan" you uploaded, otherwise I would have been lost when trying to use freeplane, thanks. (:
And I just reread that again (I already read it last year and took only a quick look at it recently) and it made me realize that I haven't thought about a pretty major plothole at all! Guess I'm gonna do some thinking now.
Re: How do you write a story?
My programming course it's for all science students because designing programs is relevant to designing stories and structuring arguments.
Try to divide your story to units, and in each unit, say what should happen before (guide to order your scenes), and what should have happened in the end (the postconditions: the scene must make X know about Y and Z must happen, and a choice must be made, etc.)
In programming, there is testing, and testing in writing is listing potential plot holes.
I'm using WikidPad. I divide the story to Outline, Ideas and Script. The Outline outlines the story in macro structure, and I create wiki links to outlines of specific scenes.
Ideas are fragments of outlines to be transferred to the outline.
I also made a separate page about variables and endings, and how the variables an change.
Try to divide your story to units, and in each unit, say what should happen before (guide to order your scenes), and what should have happened in the end (the postconditions: the scene must make X know about Y and Z must happen, and a choice must be made, etc.)
In programming, there is testing, and testing in writing is listing potential plot holes.
I'm using WikidPad. I divide the story to Outline, Ideas and Script. The Outline outlines the story in macro structure, and I create wiki links to outlines of specific scenes.
Ideas are fragments of outlines to be transferred to the outline.
I also made a separate page about variables and endings, and how the variables an change.
- Ophelia
- Regular
- Posts: 96
- Joined: Mon Sep 16, 2013 11:38 am
- Completed: tobag
- Projects: Kajima
- Contact:
Re: How do you write a story?
That is a really good tip! I'm definitely gonna try to use this!SHiNKiROU wrote:.... and what should have happened in the end (the postconditions: the scene must make X know about Y and Z must happen, and a choice must be made, etc.)
- Starshine
- Veteran
- Posts: 247
- Joined: Mon Jan 30, 2012 7:50 am
- Completed: http://berry-melon.blogspot.co.uk/2016/ ... -2016.html
- Projects: Pancake Surprise (2016)
- Tumblr: http://bettybooplover.tumblr.com
- Deviantart: berry-melon
- Soundcloud: sweepea-1
- Contact:
Re: How do you write a story?
Just writing everything straight into Ren'Py would result in a big, confusing mess for myself, I think.
[/quote]
Me to, i usually write things in Word, before pasting it into anything to check if i have wrote everything correct. I suppose recruiting people to work in a group would help you along, the only problem is finding people who have alot of time to spare. You wouldn't believe how many talented writers there are out there. Some people are amazing at proof reading.
[/quote]
Me to, i usually write things in Word, before pasting it into anything to check if i have wrote everything correct. I suppose recruiting people to work in a group would help you along, the only problem is finding people who have alot of time to spare. You wouldn't believe how many talented writers there are out there. Some people are amazing at proof reading.
http://berry-melon.blogspot.com
I'm not resting until I find
What would make your eyes
Glisten like mine
With loves divine!
Boo-Boo I couldn't aspire....to anything...
Higher...than to fill that one desire to make it
My own....Bop-Bop-a-Dop-Boop-Oop-a-Doop honey?
I'm not resting until I find
What would make your eyes
Glisten like mine
With loves divine!
Boo-Boo I couldn't aspire....to anything...
Higher...than to fill that one desire to make it
My own....Bop-Bop-a-Dop-Boop-Oop-a-Doop honey?
Who is online
Users browsing this forum: No registered users