Scroll to navigation

CORSIX-TH(6) Games Manual CORSIX-TH(6)

NAME

corsix-thAn open source implementation of Theme Hospital

SYNOPSIS

corsix-th [--bitmap-dir=path] [--config-file=path] [--connect-lua-dbgp] [--continue=number] [--dump=strings] [--interpreter=path] [--load=savegame] [--lua-dir=path]

DESCRIPTION

CorsixTH is a reimplementation of the 1997 Bullfrog business simulation game Theme Hospital. As well as faithfully recreating the original, CorsixTH adds support for modern operating systems, high resolution displays, and much more. A purchased copy of Theme Hospital, or the Theme Hospital demo is required to use CorsixTH.

For more information visit https://corsixth.com.

OPTIONS

=directory
Use directory for loading in game bitmaps.
=path
Use the specified config file instead of the default one.
Connect to a Lua DBGp server.
=number
If a number is given load that month's autosave. Otherwise load the youngest autosave
Dumps all of the game strings to the config directory.
=path
Run the lua bootstrap file at path . This is the option you would use to point corsix-th to the CorsixTH.lua in a local git checkout.
=savegame
Load the specified savegame file from the Saves folder. savegame must include the .sav extension.
=directory
Use directory for loading the game engine lua scripts.

FILES

$XDG_CONFIG_HOME/CorsixTH/config.txt
Configuration file.
$XDG_CONFIG_HOME/CorsixTH/gamelog.txt
Log of the last run. Necessary for bug reporting.
$XDG_CONFIG_HOME/CorsixTH/Levels/
Custom levels. The map editor saves maps in this directory.
$XDG_CONFIG_HOME/CorsixTH/Saves/
Savegame directory.
$XDG_CONFIG_HOME/CorsixTH/Screenshots/
Screenshot directory.

COPYRIGHT

Copyright CorsixTH contributors. CorsixTH is available under the MIT license.

For the full license text see: https://raw.githubusercontent.com/CorsixTH/CorsixTH/v0.67/LICENSE.txt

August 26, 2020 Linux 5.14.21-150500.55.52-default