intfiction.org

The Interactive Fiction Community Forum
It is currently Fri May 24, 2013 9:30 am

All times are UTC - 6 hours [ DST ]




Post new topic Reply to topic  [ 11 posts ]  Go to page 1, 2  Next
Author Message
PostPosted: Sat Sep 22, 2012 12:55 pm 
Offline

Joined: Sat Sep 22, 2012 12:51 pm
Posts: 3
Hey guys! Finally registered, despite lurking for a long time, because I have a question I can't seem to find an answer to.

Is there an IF engine with a good interface that emulates filesystem-style terminal commands? Or an add-on for existing IF interpreters? To be specific, I'm looking for one that emulates commands like cd.., ls, who, login, etc. Things you might enter at a DOS or Unix command prompt.

Thanks!


Top
 Profile Send private message  
 
PostPosted: Sat Sep 22, 2012 1:03 pm 
Offline

Joined: Sat Dec 22, 2007 11:52 pm
Posts: 767
http://nadvsh.sourceforge.net/

Probably not what you meant, but still pretty cool :)


Top
 Profile Send private message  
 
PostPosted: Sat Sep 22, 2012 10:49 pm 
Offline

Joined: Sat Jan 23, 2010 4:56 pm
Posts: 2086
Do you want to perform actual commands on your filesystem, or provide fictional ones in a game-world computer?


Top
 Profile Send private message  
 
PostPosted: Sun Sep 23, 2012 1:09 am 
Offline

Joined: Sat Sep 22, 2012 12:51 pm
Posts: 3
Fictional commands on a game-world computer. Things like typing "dir" and getting a list of all files in the current fictional computer folder.


Top
 Profile Send private message  
 
PostPosted: Sun Sep 23, 2012 7:49 am 
Offline
User avatar

Joined: Tue Apr 20, 2010 2:48 pm
Posts: 687
Tegiminis wrote:
Fictional commands on a game-world computer. Things like typing "dir" and getting a list of all files in the current fictional computer folder.

You can do that with virtually every IF system.


Top
 Profile Send private message  
 
PostPosted: Sun Sep 23, 2012 10:50 am 
Offline
User avatar

Joined: Fri Jul 15, 2011 2:46 pm
Posts: 230
Location: Cental Ohio
Yeah, you're going to be more specific. There are numerous extensions or game examples written that do this very thing, written for a variety of game development platforms.

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


Top
 Profile Send private message  
 
PostPosted: Sun Sep 23, 2012 11:34 am 
Offline

Joined: Tue Jan 22, 2008 5:55 am
Posts: 841
Location: The Netherlands
Tegiminis wrote:
Fictional commands on a game-world computer. Things like typing "dir" and getting a list of all files in the current fictional computer folder.

I don't know of any Inform 7 extension that would do this out of the box, but it doesn't sound like something that would be too complicated to program if you just want stuff like "ls" to work. Of course, you'd need to do some work with indexed text and regular expression if you want to allow more complicated commands like "ls r*".


Top
 Profile Send private message  
 
PostPosted: Sun Sep 23, 2012 2:07 pm 
Offline
User avatar

Joined: Fri Jul 15, 2011 2:46 pm
Posts: 230
Location: Cental Ohio
Offhand, the Emily Short extension for I7 "Computers" is designed with a modern GUI interface in mind.

I don't know what games specifically simulate DOS or Linux or other prompt-based filesystems. I'm sure there's some out there that you could use for examples.

At the very least, you could mock up a list of common commands and make one up yourself. I wouldn't think it would be difficult to simulate.

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


Top
 Profile Send private message  
 
PostPosted: Sun Sep 23, 2012 4:56 pm 
Offline
User avatar

Joined: Mon Dec 12, 2011 7:03 pm
Posts: 109
You're talking about a command-line user interface. The filesystem has nothing to do with it.

_________________
David Griffith


Top
 Profile Send private message  
 
PostPosted: Sun Sep 23, 2012 7:01 pm 
Offline

Joined: Sat Sep 22, 2012 12:51 pm
Posts: 3
I wanted to distinguish the command-line interface of IF games from the command-line interface of filesystem browsers.

Thanks for directing me to the Emily Short extension! Will take a look. I was working on my own extension for it, but I'd rather use an existing one if it is good enough.


Top
 Profile Send private message  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 11 posts ]  Go to page 1, 2  Next

All times are UTC - 6 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 2 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