intfiction.org

The Interactive Fiction Community Forum
It is currently Mon May 20, 2013 2:07 am

All times are UTC - 6 hours [ DST ]




Post new topic Reply to topic  [ 5 posts ] 
Author Message
 Post subject: Scene-based IF
PostPosted: Thu Jul 21, 2011 10:47 am 
Offline
User avatar

Joined: Fri Jul 15, 2011 2:46 pm
Posts: 230
Location: Cental Ohio
I once attempted to write an IF game based on a shakespeare play, but was really stuck on how to move the player to the correct areas and trigger the appropriate scenes in the proper order. I eventually gave up, being out of ideas.

How could this be done, short of actually presenting a play on a stage?

_________________
David Good
http://david-good.com/portfolio/interactive-fiction/
http://www.facebook.com/duodave


Top
 Profile Send private message  
 
 Post subject: Re: Scene-based IF
PostPosted: Thu Jul 21, 2011 11:00 am 
Offline
User avatar

Joined: Thu Nov 04, 2010 6:30 am
Posts: 984
Location: Gothenburg, Sweden
Graham Nelson did that with The Tempest.

_________________
Man ska inte tro allt man tänker.


Top
 Profile Send private message  
 
 Post subject: Re: Scene-based IF
PostPosted: Thu Jul 21, 2011 5:30 pm 
Offline

Joined: Sun Apr 18, 2010 3:58 pm
Posts: 199
I'm probably biased, but I think that idea would be much easier to implement in a multiple-choice format like Undum or ChoiceScript.


Top
 Profile Send private message  
 
 Post subject: Re: Scene-based IF
PostPosted: Fri Jul 22, 2011 8:42 am 
Offline

Joined: Tue Jul 20, 2010 3:36 pm
Posts: 414
I can only speak to Inform 7, which has a construct called "scenes" that allow for checking and restricting information in a fairly straightforward manner.

I think it would depend on the play. In some cases, it might make sense to break things down literally: Act I would be a scene in Inform, possible with Act I Scene I.

Sometimes room divisions can work: if you only visit the witches once, you don't need changing constructs. Spatially organized plays make spatially organized games easy; you just need to set cut points so the player can't wander backwards through the action.

Some plays might be best organized by relationships: kissing produces one response if Romeo loves Juliet, another if he loves Rosalind.

Some plays might be best organized by character knowledge, which is a little tricky, but there's some extensions to help out; it may be easier to track whether Hamlet knows that his father is dead than wall things off by relationship or rooms or even time.

It really depends on the structure of the story, and how closely you need to cleave to the linear progression of events, and what sorts of agency you want to give to the player.


Top
 Profile Send private message  
 
 Post subject: Re: Scene-based IF
PostPosted: Fri Jul 22, 2011 9:57 am 
Offline
User avatar

Joined: Fri Jul 15, 2011 2:46 pm
Posts: 230
Location: Cental Ohio
Interesting ideas. Maybe when I complete my WIP I will revisit the idea.

_________________
David Good
http://david-good.com/portfolio/interactive-fiction/
http://www.facebook.com/duodave


Top
 Profile Send private message  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 5 posts ] 

All times are UTC - 6 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group