-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
76 lines (59 loc) · 2.22 KB
/
README
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
THViewer
========
Copyright (c) 2007-2016, Alexander Gitter
Contents
1. Description
2. Project Web Site and contact info
3. Requirements
4. Installation
5. Running
--------------
1. Description
--------------
THViewer is a program that enables you to show graphics, animations and other
resources from the Theme Hospital game. It is written in the Java programming
language.
THViewer is distributed under the terms of the BSD License. See COPYING for more
information.
------------------------------------
2. Project Web Site and contact info
------------------------------------
More information, the latest releases can be found at:
http://connection-endpoint.de/category/theme-hospital/
You can contact me at: contact at agitter net.
---------------
3. Requirements
---------------
THViewer should be able to run without problems on all the major platforms
supporting Java (GNU/Linux, *BSD, Solaris, Win32).
To build and run the current version of THViewer you need:
* Apache Commons IO (http://commons.apache.org/io/)
* A Java SDK >= 1.5 (http://java.sun.com/)
* Apache Ant (http://ant.apache.org/)
Development is done using the latest stable versions of the above libraries.
Although using an older version may be OK, there is no guarantee that there
will not be problems.
---------------
4. Installation
---------------
* get Apache Commons IO and unpack the file "commons-io-1.4.jar" into the
project's root directory
* run ant
* copy the contents from ./build/dist/ whereever you see them fit
----------
5. Running
----------
You can run the program by either
* using he build script - "ant run"
* directly running the THViewer.jar (will be created in ./build/dist/) -
"java -jar THViewer.jar"
THViewer will ask you for the Theme Hospital (usually something like
C:\Program Files\Bullfrog\Hospital). The main window allows you to open the
supported resource files. So if for instace you want to view all of theme
hospitals mouse pointer sprites, you would choose "Viewer > Open" and then
select the file "data/mpointer.dat".
===================================
RNC decompressor (dernc.c, dernc.h)
===================================
Released under the MIT license
Copyright (c) 2009 Jon Skeet, Simon Tatham