-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheresyrl.ggo.in
30 lines (21 loc) · 1.4 KB
/
heresyrl.ggo.in
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
package "@PACKAGE_NAME@"
version "@PACKAGE_VERSION@"
purpose "Roguelike based on the Warhammer Roleplay version 2 rules from Black Industries."
args "<command line options>"
section "Basic Options"
option "playback" - "play a savegame from start until current turn" flag off
option "pb_delay" - "delay when playing a savegame in miliseconds, default is 1 second" default="100" int optional
option "pb_stop" - "when playing a savegame, stop at after turn N" default="-1" int optional
option "name" - "name of character" default="" string optional
option "race" - "race of character" values="dwarf","elf","halfling","human" enum optional
section "Testing Options"
option "debug" d "show debug output" flag off
option "map" m "show the complete map" flag off
option "test_auto" - "same as playback, but quite when done and show nothing" flag off
option "test_mode" - "turn features off to facilitate testing" flag off
option "no_load" l "do not load a previous made character" flag off
option "no_save" s "do not save a made character" flag off
option "print_map_only" - "only print the map and close" flag off
option "log_file" - "log file name" default="/tmp/heresyrl.log" string optional
option "save_file" - "save file name" default="/tmp/heresyrl.save" string optional
option "load_file" - "load file name" default="/tmp/heresyrl.save" string optional