mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-10 09:32:29 +01:00
Created Increasing of game limits (markdown)
26
Increasing-of-game-limits.md
Normal file
26
Increasing-of-game-limits.md
Normal file
@@ -0,0 +1,26 @@
|
||||
# Can OpenRCT2 increase the number of ...
|
||||
Not yet... while the game still requires the original rct2.exe executable to run these hard coded limits can not be changed. This is because of two reasons:
|
||||
* Some of the game structures only allow usually one or two bytes for indexing.
|
||||
* The space allocated for these structures is fixed in the original game memory.
|
||||
* Saved games and scenarios would no longer be compatible with rct2.
|
||||
|
||||
When rct2.exe is no longer a dependency, these limits will be raised.
|
||||
|
||||
# Limits
|
||||
* 128 ride types
|
||||
* 252 small scenery types
|
||||
* 128 large scenery types
|
||||
* 128 wall types
|
||||
* 32 banner types
|
||||
* 16 path types
|
||||
* 15 path accessory types
|
||||
* 19 scenery sets
|
||||
* 1 park entrance types
|
||||
* 255 rides
|
||||
* 10000 sprites
|
||||
* 1024 user strings
|
||||
* 250 banners
|
||||
* 256x256 map size
|
||||
* 4 stations per ride
|
||||
* 32 cars / trains per ride
|
||||
* and more...
|
||||
Reference in New Issue
Block a user