@openrct2/types 0.4.32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/openrct2.d.ts +5782 -0
  2. package/package.json +24 -0
  3. package/readme.txt +168 -0
package/package.json ADDED
@@ -0,0 +1,24 @@
1
+ {
2
+ "name": "@openrct2/types",
3
+ "description": "TypeScript type definitions for the OpenRCT2 Plugin API",
4
+ "license": "GPL-3.0",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "https://github.com/OpenRCT2/OpenRCT2.git",
8
+ "directory": "distribution"
9
+ },
10
+ "homepage": "https://github.com/OpenRCT2/OpenRCT2/blob/develop/distribution/openrct2.d.ts",
11
+ "keywords": [
12
+ "openrct2",
13
+ "types",
14
+ "typescript",
15
+ "plugin",
16
+ "modding",
17
+ "scripting"
18
+ ],
19
+ "types": "openrct2.d.ts",
20
+ "files": [
21
+ "openrct2.d.ts"
22
+ ],
23
+ "version": "0.4.32"
24
+ }
package/readme.txt ADDED
@@ -0,0 +1,168 @@
1
+ Last updated: 2026-02-15
2
+ ------------------------------------------------------------------------
3
+
4
+
5
+ Table of contents
6
+ -----------------
7
+ 1.0) About
8
+ 2.0) Contacting
9
+ * 2.1) Reporting bugs
10
+ 3.0) Supported platforms
11
+ 4.0) Installing and running OpenRCT2
12
+ 5.0) Development
13
+ 6.0) Translation
14
+ 7.0) Troubleshooting
15
+ 8.0) Licensing
16
+ 9.0) Privacy policy
17
+ 10.0) Credits
18
+
19
+ 1.0) About
20
+ ---- -----
21
+ OpenRCT2 is an amusement park simulation game based upon the popular game
22
+ RollerCoaster Tycoon 2, written by Chris Sawyer. It attempts to mimic the
23
+ original game as closely as possible while extending it with new features.
24
+
25
+ OpenRCT2 is licensed under the GNU General Public License version 3.0, but
26
+ includes some 3rd party software under different licenses. See the section
27
+ "Licensing" below for details.
28
+
29
+ 2.0) Contacting
30
+ ---- ----------
31
+ The easiest way to contact the OpenRCT2 team is by submitting issues on GitHub
32
+ (https://github.com/OpenRCT2/OpenRCT2) in the form of questions or bug reports.
33
+ You can also chat with us on Discord (https://discordapp.com/invite/fsEwSWs).
34
+
35
+ 2.1) Reporting bugs
36
+ ---- --------------
37
+ GitHub is used for tracking bugs in OpenRCT2. Please check if the bug has
38
+ already been reported using the search functionality before submitting.
39
+
40
+ When you are sure it is not already reported you should:
41
+ * Make sure you are running a recent version, i.e. run the latest stable or
42
+ nightly based on where you found the bug.
43
+ * Make sure you are not running a non-official binary, like a fork.
44
+ When you are playing with a fork you should report any bugs to the bug
45
+ tracker for that fork which is most likely another GitHub repository.
46
+ * Make it reproducible for the developers. In other words, create a savegame
47
+ in which you can reproduce the issue once loaded. It is very useful to give
48
+ us the dump file as well, and a screenshot.
49
+ * Check whether the bug is already reported on our bug tracker. This includes
50
+ searching for recently closed bug reports as the bug might already be fixed.
51
+
52
+ After you have done all that you can report the bug. Please include the
53
+ following information in your bug report:
54
+ * OpenRCT2 version (PLEASE test the latest git develop build)
55
+ * Bug details, including instructions how to reproduce it
56
+ * Platform (Windows, Linux, FreeBSD, ...) and compiler (including version) if
57
+ you compiled OpenRCT2 yourself.
58
+ * The processor architecture of your OS (x86 Windows, x86-64 Windows,
59
+ Android on an ARM, Linux on a PowerPC, ...)
60
+ * The language and culture your operating system is using.
61
+ * Attach a saved game *and* a screenshot if possible
62
+ * If this bug only occurred recently please note the last version without
63
+ the bug and the first version including the bug. That way we can fix it
64
+ quicker by looking at the changes made.
65
+ * Attach a crash dump (if your game crashed or froze).
66
+
67
+ 3.0) Supported platforms
68
+ ---- -------------------
69
+ OpenRCT2 is currently supported on Windows 7 and above, many distributions of
70
+ Linux, macOS 10.13 or higher, Android, FreeBSD and OpenBSD. OpenRCT2 will only work on
71
+ little-endian architectures.
72
+ Further instructions can be found on GitHub.
73
+
74
+ 4.0) Installing and running OpenRCT2
75
+ ---- ------------------------------
76
+ Installing OpenRCT2 is fairly straightforward. Either you have downloaded an
77
+ archive which you have to extract to a directory where you want OpenRCT2 to
78
+ be installed, or you have downloaded an installer, which will automatically
79
+ extract OpenRCT2 in the given directory.
80
+
81
+ OpenRCT2 requires an installation of RollerCoaster Tycoon 2 (RCT2) to run. You
82
+ must have either installed the original RCT2 disc, the GOG version or the Steam
83
+ version. Alternatively you can manually specify the location of where your RCT2
84
+ data files are. These may be directly copied off of the original disc and placed in
85
+ a directory of your choice.
86
+
87
+ When you start OpenRCT2 for the first time, it will look for the RCT2 data files
88
+ in the following locations:
89
+ - C:\Program Files\Infogrames\RollerCoaster Tycoon 2,
90
+ - C:\Program Files (x86)\Infogrames\RollerCoaster Tycoon 2,
91
+ - C:\Program Files\Infogrames Interactive\RollerCoaster Tycoon 2,
92
+ - C:\Program Files (x86)\Infogrames Interactive\RollerCoaster Tycoon 2,
93
+ - C:\Program Files\Atari\RollerCoaster Tycoon 2,
94
+ - C:\Program Files (x86)\Atari\RollerCoaster Tycoon 2,
95
+ - C:\GOG Games\RollerCoaster Tycoon 2 Triple Thrill Pack,
96
+ - C:\Program Files\GalaxyClient\Games\RollerCoaster Tycoon 2 Triple Thrill Pack,
97
+ - C:\Program Files (x86)\GalaxyClient\Games\RollerCoaster Tycoon 2 Triple Thrill Pack,
98
+ - C:\Program Files\Steam\steamapps\common\Rollercoaster Tycoon 2,
99
+ - C:\Program Files (x86)\Steam\steamapps\common\Rollercoaster Tycoon 2,
100
+ - The location of the openrct2.exe (where OpenRCT2 was extracted/installed)
101
+
102
+ If none of these locations are found, OpenRCT2 will ask you to manually specify
103
+ the directory. Alternatively after running OpenRCT2 for the first time, you can
104
+ edit config.ini in the OpenRCT2 sub directory of your documents folder to set
105
+ the RCT2 install path.
106
+
107
+ OpenRCT2 supports setting a DPI scale in increments of .25. To set it, open the Options menu.
108
+
109
+ If you wish to use Steam Overlay or capture game for video recording or
110
+ streaming, you might have to enable hardware display in the options window.
111
+ This will still render the graphics on the CPU but the pixel data will be
112
+ displayed using either DirectX or OpenGL. This may also enable vertical
113
+ synchronisation if supported by your graphics card and you have enabled
114
+ "Uncap FPS".
115
+
116
+ 5.0) Development
117
+ ---- -----------
118
+ OpenRCT2 is an open-source collaborative project. It is developed voluntarily
119
+ and hosted on GitHub. If you would like to contribute to the development of
120
+ OpenRCT2, please read the readme file in the OpenRCT2 repository or on the main
121
+ GitHub page at (https://github.com/OpenRCT2/OpenRCT2). This gives more detailed
122
+ information about the project, its roadmap and how to compile the source code.
123
+
124
+ 6.0) Translation
125
+ ---- -----------
126
+ For more information about the game's translation and how to contribute, please
127
+ visit the GitHub page and wiki at (https://github.com/OpenRCT2/Localisation).
128
+
129
+ 7.0) Troubleshooting
130
+ ---- ---------------
131
+ If you are having problems running OpenRCT2, you can run OpenRCT2 in verbose
132
+ mode to view a detailed diagnostic log. This can be activated by running the
133
+ game via Command Prompt or PowerShell with the command line switch --verbose.
134
+
135
+ This log can help pinpoint where a problem exists and is a useful resource if
136
+ you wish to ask online for help.
137
+
138
+ 8.0) Licensing
139
+ ---- ---------
140
+ OpenRCT2 is licensed under the GNU General Public Licence version 3.0. For
141
+ the complete licence text, see the file 'licence.txt'. This licence applies
142
+ to all files in this distribution, except as noted below.
143
+
144
+ dukglue | MIT licence.
145
+ duktape | MIT licence.
146
+ libcURL | MIT (or Modified BSD-style) licence.
147
+ libicu | Unicode licence.
148
+ libpng | libpng licence.
149
+ libzip | BSD 3 clause licence.
150
+ nlohmann-json | MIT licence.
151
+ OpenSSL | OpenSSL licence.
152
+ SDL2 | zlib licence.
153
+ zlib | zlib licence.
154
+ Google Test | BSD 3 clause licence.
155
+ Google Benchmark | Apache 2.0 licence.
156
+ sfl | zlib licence.
157
+ zstd | BSD 3 clause licence.
158
+ run-clang-format | MIT licence.
159
+
160
+ Licences for sub-libraries used by the above may vary. For more information, visit the libraries' respective official websites.
161
+
162
+ 9.0) Privacy policy
163
+
164
+ For privacy policy, see the file 'PRIVACY.md'.
165
+
166
+ 10.0) Credits
167
+ ---- -------
168
+ For the full list of contributors to OpenRCT2, see the file 'contributors.md'.