1CORSIX-TH(6) BSD Games Manual CORSIX-TH(6)
2
4 corsix-th — An open source implementation of Theme Hospital
5
7 corsix-th [--bitmap-dir=path] [--config-file=path] [--connect-lua-dbgp]
8 [--continue=number] [--dump=strings] [--interpreter=path]
9 [--load=savegame] [--lua-dir=path]
10
12 CorsixTH is a reimplementation of the 1997 Bullfrog business simulation
13 game Theme Hospital. As well as faithfully recreating the original, Cor‐
14 sixTH adds support for modern operating systems, high resolution dis‐
15 plays, and much more. A purchased copy of Theme Hospital, or the Theme
16 Hospital demo is required to use CorsixTH.
17
18 For more information visit https://corsixth.com .
19
21 --bitmap-dir=directory
22 Use directory for loading in game bitmaps.
23
24 --config-file=path
25 Use the specified config file instead of the default one.
26
27 --connect-lua-dbgp
28 Connect to a Lua DBGp server.
29
30 --continue=number
31 If a number is given load that month's autosave. Otherwise load
32 the youngest autosave
33
34 --dump=strings
35 Dumps all of the game strings to the config directory.
36
37 --interpreter=path
38 Run the lua bootstrap file at path . This is the option you
39 would use to point corsix-th to the CorsixTH.lua in a local git
40 checkout.
41
42 --load=savegame
43 Load the specified savegame file from the Saves folder. savegame
44 must include the .sav extension.
45
46 --lua-dir=directory
47 Use directory for loading the game engine lua scripts.
48
50 $XDG_CONFIG_HOME/CorsixTH/config.txt
51 Configuration file.
52
53 $XDG_CONFIG_HOME/CorsixTH/gamelog.txt
54 Log of the last run. Necessary for bug reporting.
55
56 $XDG_CONFIG_HOME/CorsixTH/Levels/
57 Custom levels. The map editor saves maps in this directory.
58
59 $XDG_CONFIG_HOME/CorsixTH/Saves/
60 Savegame directory.
61
62 $XDG_CONFIG_HOME/CorsixTH/Screenshots/
63 Screenshot directory.
64
66 Copyright CorsixTH contributors. CorsixTH is available under the MIT li‐
67 cense.
68
69 For the full license text see:
70 https://raw.githubusercontent.com/CorsixTH/CorsixTH/v0.67/LICENSE.txt
71
72BSD August 26, 2020 BSD