-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathja2_manpage
55 lines (55 loc) · 1.67 KB
/
ja2_manpage
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
.\" Manpage for ja2.
.\" Contact [email protected] to correct errors or typos.
.TH ja2 6 "04 May 2014" "1.0" "ja2 man page"
.SH NAME
ja2 \- JA2 Stracciatella
.SH SYNOPSIS
ja2 [OPTIONS]
.SH DESCRIPTION
JA2 Stracciatella is a cross-platform implementation of Jagged Alliance 2 game.
This is only the game engine. Game resources from the original JA2 are required to play the game.
.TP
When you first start the game, file \fB~/.ja2/ja2.ini\fR is created. You should edit this file, so that \fBdata_dir\fR points to the directory with game resources from the original JA2 game.
.SH OPTIONS
.TP
\fB\-res WxH\fR
Screen resolution, e.g. 800x600. Default value is 640x480
.TP
\fB\-resversion VERSION\fR
Version of the game resources.
Possible values are: DUTCH, ENGLISH, FRENCH, GERMAN, ITALIAN, POLISH, RUSSIAN, RUSSIAN_GOLD.
Default value is ENGLISH.
RUSSIAN is for BUKA Agonia Vlasty release.
RUSSIAN_GOLD is for Gold release.
.TP
\fB\-mod NAME\fR
Start one of the game modifications, bundled into the game.
NAME is the name of modification, e.g. 'from-russia-with-love'. See folder mods for possible options
.TP
\fB\-debug\fR
Show debug messages
.TP
\fB\-unittests\fR
Perform unit tests.
ja2 -unittests [gtest options]
E.g. ja2 -unittests --gtest_output="xml:report.xml" --gtest_repeat=2
.TP
\fB\-editor\fR
Start the map editor (Editor.slf is necessary)
.TP
\fB\-editorauto\fR
Start the map editor and load sector A9 (Editor.slf is necessary)
.TP
\fB\-fullscreen\fR
Start the game in the fullscreen mode
.TP
\fB\-help\fR
Display this information
.TP
\fB\-nosound\fR
Turn the sound and music off
.TP
\fB\-window\fR
Start the game in a window
.SH AUTHOR
Gennady Trafimenkov ([email protected])