From 0017b35b51bae14de0349a906823c4ca708f41b3 Mon Sep 17 00:00:00 2001 From: Michael Steenbeek Date: Tue, 29 Mar 2016 11:02:00 +0200 Subject: [PATCH] Updated Features to implement (markdown) --- Features-to-implement.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Features-to-implement.md b/Features-to-implement.md index 05b41a6..3833dc2 100644 --- a/Features-to-implement.md +++ b/Features-to-implement.md @@ -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).