forked from carstene1ns/solarus-engine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsolarus-run.6
43 lines (43 loc) · 1.4 KB
/
solarus-run.6
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
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.4.
.TH SOLARUS-RUN "6" "August 2016" "solarus-run 1.5.0" "Games"
.SH NAME
solarus-run \- manual page for solarus-run 1.5.0
.SH SYNOPSIS
.B solarus-run
[\fI\,options\/\fR] [\fI\,quest_path\/\fR]
.SH DESCRIPTION
The quest path is the name of a directory that contains either the data
directory or the data archive (data.solarus or data.solarus.zip) of the game to run.
If the quest path is not specified, the default directory will be: '.'.
.SH OPTIONS
.TP
\fB\-help\fR
shows this help message and exits
.TP
\fB\-no\-audio\fR
disables sounds and musics
.TP
\fB\-no\-video\fR
disables displaying
.TP
\fB\-video\-acceleration\fR=\fI\,yes\/\fR|no
enables or disables accelerated graphics (default yes)
.TP
\fB\-quest\-size=\fR<width>x<height>
sets the size of the drawing area (if compatible with the quest)
.TP
\fB\-lua\-console\fR=\fI\,yes\/\fR|no
accepts standard input lines as Lua commands (default yes)
.TP
\fB\-turbo\fR=\fI\,yes\/\fR|no
runs as fast as possible rather than simulating real time (default no)
.TP
\fB\-lag\fR=\fI\,X\/\fR
slows down each frame of X milliseconds to simulate slower systems for debugging (default 0)
.SH SEE ALSO
solarus(6), solarus-quest-editor(6)
.SH AUTHOR
solarus was written by Christopho and the Solarus Team.
.PP
This manual page was written by Nathan Moore <natedevv@gmail.com>,
for the Solarus project (feel free to use it).