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);

* graphical game interface;

* supports music and images;

* 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 or game.idf or path to game]

OPTIONS

Debug mode (for game developers).
Run the game without sound.
Vsync output. (SDL2 only)
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.
Do not use own game theme.
Run the game in fullscreen mode.
Do not use game mouse cursors (use system one)
Set/unset the high resolution when run in fullscreen mode.
Run the game in windowed mode.
Resizable window (SDL2 only)
Scale window (SDL2 only)
Disable autosave load.
Encode lua file. Encoded file can be executed with doencfile("encoded file").
Build idf file [INSTEAD data file] from directory.
Use WxH resolution.
Define available resolutions.
Force software rendering
Select default renderer (SDL2 only)
Font scaling.
Do not pause the game on window minimize.
Select language.
Set the font hinting mode (helpful with infinality).
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.
Exec lua script (for game developers).
Check lua script (for game developers).
Run game in standalone mode (no sandbox, no games selection ...).
Do not load saved config (run with defaults).
Using configuration profile. Profile file is the ini-styled file with parameter = value pairs. Where is parameters are arguments without -.

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

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

CONTROLS

Please, see tutorial.

LICENCE

This software is covered by the terms of the MIT license.

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.
Games repository, slackbuild.

SEE ALSO

https://instead-hub.github.io

Version 3.3.2 Instead