PSI PR Tech HowToPlay: Unterschied zwischen den Versionen

Aus Philo Wiki
Wechseln zu:Navigation, Suche
K (Windows - IF Player)
K (Offline)
 
(6 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 3: Zeile 3:
 
= What is Interactive Fiction / IF? =
 
= What is Interactive Fiction / IF? =
  
Take from [http://en.wikipedia.org/wiki/Interactive_fiction| Wikipedia - Interactive Fiction]:
+
Taken from [http://en.wikipedia.org/wiki/Interactive_fiction| Wikipedia - Interactive Fiction]:
  
 
Interactive fiction, often abbreviated IF, describes software simulating environments in which players use text commands to control characters and influence the environment. Works in this form can be understood as literary narratives and as video games. In common usage, the term refers to text adventures, a type of adventure game where the entire interface is text only.
 
Interactive fiction, often abbreviated IF, describes software simulating environments in which players use text commands to control characters and influence the environment. Works in this form can be understood as literary narratives and as video games. In common usage, the term refers to text adventures, a type of adventure game where the entire interface is text only.
Zeile 30: Zeile 30:
 
* Examine things that are mentioned in the room description. (If the computer says it doesn't know an object, you might try a synonym, or you might conclude the object is unimportant.)
 
* Examine things that are mentioned in the room description. (If the computer says it doesn't know an object, you might try a synonym, or you might conclude the object is unimportant.)
 
* Open, search, or enter objects.
 
* Open, search, or enter objects.
* Type "long" to instruct the computer to print out room descriptions each time you enter a room (this saves you from having to type "look").
 
  
 
= How to play this game? =
 
= How to play this game? =
Zeile 43: Zeile 42:
 
==Offline==
 
==Offline==
  
There is a lot of software, which is able to interpret IF-games. A short can be found [http://www.ifwiki.org/index.php?FAQ#How_can_I_download_and_play_IF.3F here]. All software here is [http://en.wikipedia.org/wiki/Open_Source Open Source].
+
There is a lot of software, which is able to interpret IF-games. A short list can be found [http://www.ifwiki.org/index.php?FAQ#How_can_I_download_and_play_IF.3F here]. All software here is [http://en.wikipedia.org/wiki/Open_Source Open Source].
 +
 
 +
After installing the sofware on your computer please download [http://server PlatoState.zcode] and open it with your new installed IF-player.
 +
 
 +
Have a lot of fun!
  
 
===Windows===
 
===Windows===
  
* Go to [http://ccxvii.net/gargoyle/] and download the latest Version of Gargoyle Interactive Fiction Player and follow the installer to install.
+
* Please go to [http://ccxvii.net/gargoyle/ http://ccxvii.net/gargoyle/] and download the latest version of [http://ccxvii.net/gargoyle/ Gargoyle Interactive Fiction Player] and follow the installer to install.
* After installing the Software, please download [http://server PlatoState.zcode] and open it with Gargoyle
 
* Have Fun!
 
  
 
===Mac OS===
 
===Mac OS===
 +
 +
* Please go to [http://ccxvii.net/spatterlight/ http://ccxvii.net/spatterlight/] and download the latest version of [http://ccxvii.net/spatterlight/ Spatterlight]. Download and open the .dmg file and drop the spatterlight icon to your program-folder in Finder.
 +
 
===Linux===
 
===Linux===
 +
 +
* Please install [http://frotz.sourceforge.net/ Frotz] on your computer.  [http://frotz.sourceforge.net/ Frotz] can be found pre-compiled on all major Linux-distributions, or you can compile it yourself. Sourcecode can be found [http://frotz.sourceforge.net/ here].

Aktuelle Version vom 28. Mai 2009, 00:13 Uhr

<root> <div class='right_side_navigation' style='width:156px;position:fixed;bottom:50px;background-color:#efefef;border-color:#bbbbbb;border-width:1pt;border-style:solid;padding:1px 2px;font-size:8pt;text-align:center;filter:alpha(opacity=90);-moz-opacity: 0.9;opacity: 0.9;'> Navigation (PSI)<br> Hauptseite (alt)<br> Hauptseite (Endspurt)<br> recent changes<br> Alle Seiten

Development<br> Endspurt<br> Dev-Talk<br> ChangeLog<br> Repository<br> Global Mindset V4<br /> Szenariosammlung<br /> Projekt-Präsentation

</div><ignore><includeonly></ignore><ignore></includeonly></ignore></root>

What is Interactive Fiction / IF?

Taken from Wikipedia - Interactive Fiction:

Interactive fiction, often abbreviated IF, describes software simulating environments in which players use text commands to control characters and influence the environment. Works in this form can be understood as literary narratives and as video games. In common usage, the term refers to text adventures, a type of adventure game where the entire interface is text only.

Some basics about IF-games

The Basics

Type simple imperative statements (commands) to tell the program what you want to do.

   >look (describe area)
   >examine lantern
   >n (go north)
   >go in
   >exit
   >take apple
   >i (for inventory -- list all the things you are carrying)
   >put lime in coconut
   >show flower to Ariel
   >tell Othello about handkerchief
   >Juliet, drop the dagger

You will not be allowed to do everything you ask, but the author/programmer has tried to predict what you will try to do. If you are stuck, just ask yourself what you would do if you were really in the situation the text describes.

  • Take everything that isn't nailed down.
  • Examine things that are mentioned in the room description. (If the computer says it doesn't know an object, you might try a synonym, or you might conclude the object is unimportant.)
  • Open, search, or enter objects.

How to play this game?

There are various ways to play this game. You can play it online or you can download the game and play it on your computer.

Online

You can connect to gehört unser Server dann rein via Telnet and play the game. Another possibility to play, is through Parchment and your Webbrowser. You are able to access the game dann eine richtige URL rein|here

Offline

There is a lot of software, which is able to interpret IF-games. A short list can be found here. All software here is Open Source.

After installing the sofware on your computer please download PlatoState.zcode and open it with your new installed IF-player.

Have a lot of fun!

Windows

Mac OS

Linux

  • Please install Frotz on your computer. Frotz can be found pre-compiled on all major Linux-distributions, or you can compile it yourself. Sourcecode can be found here.