1COLOBOT(6) Colobot COLOBOT(6)
2
3
4
6 colobot - educational programming strategy game
7
9 colobot
10
12 Colobot (Colonize with Bots) is an educational game aiming to teach
13 programming through entertainment. You are playing as an astronaut on a
14 journey with robot helpers to find a planet for colonization. It
15 features 3D real-time graphics and a C++ and Java-like, object-oriented
16 language, CBOT, which can be used to program the robots available in
17 the game.
18
20 -help Display a short help text
21
22 -resolution WxH
23 Set runtime screen resolution
24
25 -graphics default|auto|opengl|gl14|gl21|gl33
26 Changes graphics device
27
28 -glversion default|#.#
29 Sets OpenGL context version to use.
30
31 -glprofile default|core|compatibility|opengles
32 Sets OpenGL context profile to use.
33
35 -langdir /path/to/lang/
36 Set custom language directory path
37
38 -datadir /path/to/data/
39 Set custom data directory path
40
41 -savedir /path/to/save/
42 Set custom save directory path (must be writable)
43
44 -mod /path/to/mods/
45 Set datadir mod path
46
48 -loglevel trace|debug|info|warn|error|none.
49 Set log level.
50
51 -debug all|event|models|...
52 Enable debug mode (more info printed in logs). Possible values
53 are as follows, as well as any comma-separated combination
54
55 sys_events
56 System events
57
58 update_events
59 Update events
60
61 app_events
62 Application events
63
64 events All above events
65
66 models Models-related debugging
67
68 all All above debugging statements
69
70 -headless
71 Run in headless mode - disables graphics, sound and user
72 interaction
73
74 -runscene scenecodename
75 Run given scene on start (skip menus)
76
77 -scenetest
78 Win every mission right after it's loaded
79
81 LC_MESSAGES
82 Used to determine the runtime language.
83
85 This manpage was written by Didier Raboud <odyx@debian.org>.
86
87
88
890.2.1-alpha 2023-08-07 COLOBOT(6)