Welcome to GameHourz.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

favorite UI for Linux interpeters?

 
   Game Forums (Home) -> Interactive Fiction Games RSS
Next:  New_Spanish_comp:_3ª_Minicomp_(one_room_comp)  
Author Message
George Oliver

External


Since: Nov 02, 2007
Posts: 6



(Msg. 1) Posted: Sat Nov 10, 2007 8:36 pm
Post subject: favorite UI for Linux interpeters?
Archived from groups: rec>games>int-fiction (more info?)

I've been trying out interpreters on Ubuntu, and I'm curious if there
are any that use a Zoom UI as you would see on a Mac build.

My goal is to get something working where someone could sit down in
front of the computer, easily browse and select a game, and play.

Short of getting a Mac, what are the options?

 >> Stay informed about: favorite UI for Linux interpeters? 
Back to top
Login to vote
Eric Forgeot

External


Since: Nov 11, 2007
Posts: 8



(Msg. 2) Posted: Sun Nov 11, 2007 9:53 am
Post subject: Re: favorite UI for Linux interpeters? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

George Oliver wrote:

> My goal is to get something working where someone could sit down in
> front of the computer, easily browse and select a game, and play.

there is nothing like the Zoom on Mac does either on Linux or Windows.

But on both systems, with windows frotz (windows), gargoyle, kwest (linux
windows), or Zoom (linux), you can associate the game files with the
interpreter of your choice and just clic on the game, either from your
browser or your file manager, to load it with the interpreter.

 >> Stay informed about: favorite UI for Linux interpeters? 
Back to top
Login to vote
mantar

External


Since: Nov 15, 2007
Posts: 1



(Msg. 3) Posted: Thu Nov 15, 2007 7:02 pm
Post subject: Re: favorite UI for Linux interpeters? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Sat, 10 Nov 2007 20:36:02 +0000, George Oliver wrote:

> I've been trying out interpreters on Ubuntu, and I'm curious if there
> are any that use a Zoom UI as you would see on a Mac build.
>
> My goal is to get something working where someone could sit down in
> front of the computer, easily browse and select a game, and play.
>
> Short of getting a Mac, what are the options?

Install zenity, then drop this simple bash script somewhere in your path.
(I name it /home/mantar/bin/gargoyle) Edit the two paths as necessary.
The result is you get a file browser starting in your main IF directory,
you pick a game, it runs gargoyle. It will also pass through without
bringing up the file selector, if you run "gargoyle name-of-game" from a
command line.
If you name it something other than gargoyle, then you'll have to change
line six to run the gargoyle executable instead of calling itself. I left
it like that so there's only one place to change if I move the executable.

--- CUT HERE ---
#!/bin/bash
pushd /home/mantar/IntFic
if [ "${1}" = "" ]; then
GAME=$(zenity --file-selection --title="Select a game")
if [ "$GAME" != "" ]; then
gargoyle "$GAME"
fi
else
/home/mantar/bin/installed/gargoyle/gargoyle "${1}"
fi
popd
--- CUT HERE ---

This script can obviously be used with almost any program that lacks a
file browser, after a little customization.
 >> Stay informed about: favorite UI for Linux interpeters? 
Back to top
Login to vote
Eric Forgeot

External


Since: Nov 11, 2007
Posts: 8



(Msg. 4) Posted: Thu Nov 15, 2007 11:21 pm
Post subject: Re: favorite UI for Linux interpeters? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

mantar wrote:

> Install zenity, then drop this simple bash script somewhere in your path.

hey, clever script !

I forgot to say also, on the Unix (X11) version of Zoom, it's also possible
to specify a path for game, and when you start zoom with no argument, it
displays a list of the game (but you can't browse in other folders)
 >> Stay informed about: favorite UI for Linux interpeters? 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Pophints in Linux - Hello, all, How can I access pophints/.hnt files in Linux? Thanks, Terrence -- Keep e-mail believable. Check the facts before you forward.

Help with Zoom Interpreter on Linux - I just compiled Zoom 1.0.4a for SUSE 10.0 and I have a few questions. 1. Is there a way to have your games/story files in a seperate directory for each game, and invoke zoom without any arguments so that all the games show up on the menu? The..

Your Favorite Interactive Fiction Game That You Have Played - I'd like to know what everybody's favorite Interactive Fiction game is out all the Interactive Fiction games that you have played. - I'll go first: - My favorite Interactive Fiction game out of all that I've played is Infocom's A Mind Forever Voyaging. ....

TBC Fast Package(1-70) - Any Class Free 2000G - Wow level50-60,30g per level level60-70,150g per level. Dear Sir or Madam Hot Sale!For all of our customers,the news and olds,www.game-powers.com are some Special Package! We now provide Powerleveling measured by..

Graphics in IF - How many people like some kind of graphics in their IF? Do you like the graphics and text to be in resizable frames?
   Game Forums (Home) -> Interactive Fiction Games All times are: Ekaterinburg, Islamabad, Karachi, Tashkent (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]