Scroll to navigation

INSTEAD(6) GAMES INSTEAD(6)

NAME

INSTEAD - Simple Text Adventure Engine, The Interpreter

DESCRIPTION

The interpreter of STEAD (Simple Text Adventures) allows one to play games that combine visual novels, text adventures and classic quests of 1990-s. The STEAD games features are:


* very simple source code of the stories. (based on LUA);

* the ability to use graphical or textual (readline) game interface;

* graphic interface supports music and images;

* graphic interpreter theme support - a game may change the interface look;

* portability (originally written for Linux, depends on SDL and lua).

SYNOPSIS

sdl-instead [options] [game.zip to run]

OPTIONS

Debug mode (for game developers).
Force ALSA sound (Linux only).
Run the game without sound.
Add path with games.
Add path with themes.
Do not use default games.
Do not use default themes.
Select game in gamespath.
Select theme in themespath.
Force game to use own theme.
Run the game in fullscreen mode.
Run the game in windowed mode.
Disable autosave/autoload.
Encode lua file. Encoded file can be executed with doencfile("encoded file").
Build idf file [INSTEAD data file] from directory.
Use WxH resolution.
Force software rendering
Do not pause the game on window minimize.
Set the font hinting mode.
Install game from zip archive
Quit :)
Store saves and settings in appdata path. Path must exist!
Size for audio buffer. Try this if sound lags.
Show version and exit.

Configuration file name is 'insteadrc' and it's located in ~/.instead/.

Games can be downloaded from http://instead.sourceforge.net. Unzip them in ~/.instead/games.

CONTROLS

Please, see tutorial.

LICENCE

This is free software; you can redistribute it and/or modify it under the terms specified in the GNU Public Licence (GPL).

WARRANTY

None.

COPYRIGHT AND CREDITS

INSTEAD author.
Initial port to Windows.
Port to Android.
.dm
Port to Mac OS X.
Port to Windows CE.
Advices.
Advices.
manual.tex support.
Advices and default theme correction.
Testers.
Wiki support.

SEE ALSO

http://instead.sourceforge.net

Version 1.9.1 Instead