1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-14 03:22:49 +01:00

Updated Features to implement (markdown)

Michael Steenbeek
2016-03-29 11:02:00 +02:00
parent b71e877271
commit 0017b35b51

@@ -2,9 +2,10 @@ The following is a list of features which can be implemented without any additio
* ~~INI configuration file, stored in _(user's documents)/OpenRCT2_ or _(user's home directory)/.OpenRCT2_ if on UNIX. -I'll start work in this -[jvlomax](https://github.com/jvlomax)~~
* ~~Save screenshot as 8bpp PNG, possibly using LodePNG.~~
* Allowing direct import of RCT1 scenarios and saves, including readding missing land types, coasters, etc. -[IntelOrca](https://github.com/IntelOrca) and [Gymnasiast](https://github.com/Gymnasiast)
## Windows
* New scenario select window that can categorise scenarios by game / expansion and then by difficulty. Including RCT1 scenarios as well with further placeholders for showing an image of map, author etc. - [Gymnasiast](https://github.com/Gymnasiast)
~~* New scenario select window that can categorise scenarios by game / expansion and then by difficulty. Including RCT1 scenarios as well with further placeholders for showing an image of map, author etc.~~
* A mature window that opens when loading a park failed due to missing objects. Display the missing objects, and ignore / replace checkboxes (placeholder for now). Suggested in [#1748](https://github.com/OpenRCT2/OpenRCT2/issues/1748) as a better alternative to the console.
* A new credits window that displays all the contributors for OpenRCT2, the original authors of RCT2 and information about the default music tracks. OpenTTD used a scrolling textbox (if inspiration is needed).
* A new first-time start up screen (or if install path is incorrect). Displays the status of the game, whether it can find install files, and a directory browser selection, see [#1648](https://github.com/OpenRCT2/OpenRCT2/issues/1648). Various changes may be required to allow the game to run without g1.dat and other RCT2 files (TTF fonts can be used).