From d1971769c403e5f6ad28249934137d69e093e92d Mon Sep 17 00:00:00 2001 From: Duncan Date: Wed, 11 Mar 2015 12:30:15 +0000 Subject: [PATCH] Updated Changes to original game (markdown) --- Changes-to-original-game.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Changes-to-original-game.md b/Changes-to-original-game.md index 9d83c7e..97626d2 100644 --- a/Changes-to-original-game.md +++ b/Changes-to-original-game.md @@ -7,6 +7,7 @@ * Park window viewport is resizeable. * Ability to open extra viewports. * Text input is no longer done through a MS Windows input box. +* File selection is no longer done through a MS Windows Dialog Box. * Cheats window (CTRL-ALT-C for Windows, CMD-CTRL-C for OSX). * Screenshot format is now PNG * BMP still possible, but has to be configured in config.ini @@ -15,6 +16,7 @@ * Options window now uses a tab interface, as seen in Chris Sawyer's Locomotion. * Ability to change language via the options window. * Languages stored as txt files in `./data/languages` + * Options window now available from the title screen. * Use + and - to change game speed. * SC4 files can now also be opened as well as SV4 files in the scenario editor. * Command line interface available: ```openrct2 edit ./forest_frontiers.sc4```