File: instead.txt

package info (click to toggle)
instead 1.6.0-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 6,220 kB
  • sloc: ansic: 26,619; makefile: 247; sh: 207; cpp: 93
file content (146 lines) | stat: -rw-r--r-- 3,645 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
INSTEAD(6)                                                                                 GAMES                                                                                INSTEAD(6)



NAME
       INSTEAD - Simple Text Adventure Engine, The Interpreter


DESCRIPTION
       The interpreter of STEAD (Simple Text Adventures) allows 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 Debug mode (for game developers).

       -alsa  Force ALSA sound (Linux only).

       -nosound
              Run the game without sound.

       -gamespath <path>
              Add path with games.

       -themespath <path>
              Add path with themes.

       -nostdgames
              Do not use default games.

       -nostdthemes
              Do not use default themes.

       -game <basename>
              Select game in gamespath.

       -theme <basename>
              Select theme in themespath.

       -fullscreen
              Run the game in fullscreen mode.

       -window
              Run the game in windowed mode.

       -noautosave
              Disable autosave/autoload.

       -encode <lua file> [encoded file]
              Encode lua file. Encoded file can be executed with doencfile("encoded file").

       -idf <path to resources directory or game>
              Build idf file [INSTEAD data file] from directory.

       -mode [WxH]
              Use WxH resolution.

       -nopause
              Do not pause the game on window minimize.

       -install [game in zip]
              Install game from zip archive

       -quit  Quit :)

       -appdata [fullpath]
              Store saves and settings in appdata path. Path must exist!

       -chunksize [size in bytes]
              Size for audio buffer. Try this if sound lags.

       -version
              Show version and exit.

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

       Games can be downloaded from http://instead.googlecode.com. 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
       Peter Kosyh
              INSTEAD author.

       Ilya Ryndin
              Initial port to Windows.

       Mahno Aleksey
              Port to Android.

       .dm    Port to Mac OS X.

       Andrey Afletdinov
              Port to Windows CE.

       Vadim Balashoff
              Advices.

       Vladimir Zhirov
              Advices.

       Alexander Yakovlev
              manual.tex support.

       Serj Kalichev
              Advices and default theme correction.

       Vladimir Podobaev, Oleg Gvozdev
              Testers.

       Alexander Soborov
              Wiki support.

       Many others for comments, bug reports, games and ideas.


SEE ALSO
       http://instead.googlecode.com



Instead                                                                                Version 1.6.0                                                                            INSTEAD(6)