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 [--dump=strings] [--interpreter=path] [--load=savegame]
9 [--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 --dump=strings
31 Dumps all of the game strings to the config directory.
32
33 --interpreter=path
34 Run the lua bootstrap file at path . This is the option you
35 would use to point corsix-th to the CorsixTH.lua in a local git
36 checkout.
37
38 --load=savegame
39 Load the specified savegame file from the Saves folder. savegame
40 must include the .sav extension.
41
42 --lua-dir=directory
43 Use directory for loading the game engine lua scripts.
44
46 $XDG_CONFIG_HOME/CorsixTH/config.txt
47 Configuration file.
48
49 $XDG_CONFIG_HOME/CorsixTH/gamelog.txt
50 Log of the last run. Necessary for bug reporting.
51
52 $XDG_CONFIG_HOME/CorsixTH/Levels/
53 Custom levels. The map editor saves maps in this directory.
54
55 $XDG_CONFIG_HOME/CorsixTH/Saves/
56 Savegame directory.
57
58 $XDG_CONFIG_HOME/CorsixTH/Screenshots/
59 Screenshot directory.
60
62 Copyright CorsixTH contributors. CorsixTH is available under the MIT
63 license.
64
65 For the full license text see:
66 https://raw.githubusercontent.com/CorsixTH/CorsixTH/v0.62/LICENSE.txt
67
68BSD August 22, 2018 BSD