<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://instead.pinebrush.com/wiki/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel>
        <title>instead-wiki en</title>
        <description></description>
        <link>http://instead.pinebrush.com/wiki/</link>
        <lastBuildDate>Fri, 10 Sep 2010 19:30:14 +0400</lastBuildDate>
        <generator>FeedCreator 1.7.2-ppt DokuWiki</generator>
        <image>
            <url>http://instead.pinebrush.com/wiki/lib/images/favicon.ico</url>
            <title>instead-wiki</title>
            <link>http://instead.pinebrush.com/wiki/</link>
        </image>
        <item>
            <title>en:documentation</title>
            <link>http://instead.pinebrush.com/wiki/en/documentation?rev=1279888364&amp;do=diff</link>
            <description>0. General information


Game code for STEAD is written in lua (5.1), therefore it is useful to know the language, though not necessary. The engine code in lua is about ~2000 lines long. And it is the best documentation.

The main game window contains information about static and dynamic parts of the scene, active events and the scene picture with possible passages to other scenes (in the graphic interpreter).</description>
        <category>en</category>
            <pubDate>Fri, 23 Jul 2010 16:32:44 +0400</pubDate>
        </item>
        <item>
            <title>en:games</title>
            <link>http://instead.pinebrush.com/wiki/en/games?rev=1284085494&amp;do=diff</link>
            <description>Here is list of games in English.

The official repository

Official games

	*  Returning the Quantum Cat (the file instead-cat_en). Incomplete translation and old version.</description>
        <category>en</category>
            <pubDate>Fri, 10 Sep 2010 06:24:54 +0400</pubDate>
        </item>
        <item>
            <title>en:navigation</title>
            <link>http://instead.pinebrush.com/wiki/en/navigation?rev=1279463741&amp;do=diff</link>
            <description>Main page

Documentation

Tricks</description>
        <category>en</category>
            <pubDate>Sun, 18 Jul 2010 18:35:41 +0400</pubDate>
        </item>
        <item>
            <title>en:start</title>
            <link>http://instead.pinebrush.com/wiki/en/start?rev=1284083540&amp;do=diff</link>
            <description>[Game «The Returning of the Quantum Cat»]
INSTEAD — INterpreter of Simple TExt ADventure. Using INSTEAD you can create and play games that could be classified as a mix of visual novel, text quest and classical 90'ss quest.

 Developer  Peter Kosyh  OS  Linux, Windows, Mac OS X  Language  Russian, English, Spanish  License  GNU GPL — source code, Creative Commons 3.0 BY — components  Downloads   INSTEAD    Official games more  
The STEAD features

	*  simple story source code (LUA based script);
…</description>
        <category>en</category>
            <pubDate>Fri, 10 Sep 2010 05:52:20 +0400</pubDate>
        </item>
        <item>
            <title>en:tricks</title>
            <link>http://instead.pinebrush.com/wiki/en/tricks?rev=1279435230&amp;do=diff</link>
            <description>Inherition

You can create classes inherited from the standart instead classes such as obj,room and etc. just through the constructor declaration.

For example, let's create class urqroom. The description of this room is always shown.



function urqroom(r)
    r.forcedsc = true
    return room(r);
end</description>
        <category>en</category>
            <pubDate>Sun, 18 Jul 2010 10:40:30 +0400</pubDate>
        </item>
    </channel>
</rss>
