diff --git a/Changes-to-original-game.md b/Changes-to-original-game.md index 97626d2..d48b709 100644 --- a/Changes-to-original-game.md +++ b/Changes-to-original-game.md @@ -1,24 +1,34 @@ +##Graphical user interface (GUI) improvements * Game runs in a resizeable window. * Fullscreen toggle supported. -* Mountain tool available in game. * The land and water tools now allow modifying areas up to 64x64 tiles. * The land ownership tool in the scenario editor now also allows modifying areas up to 64x64 tiles. -* Place scenery random cluster tool available in game. * 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. +* Place scenery random cluster tool available in game. +* Options window now uses a tab interface, as seen in Chris Sawyer's Locomotion. + * Options window now available from the title screen. + +##Reintroduction of RCT1 features +* Mountain tool available in game. +* Research and development and research funding can now be accessed in a standalone window as seen in RollerCoaster Tycoon 1. +* 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``` +* OpenRCT2 allows switching to every vehicle that uses the same track (e.g. switching for Cheshire Cats to Oldtimers is now possible again). + +##New features * 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 * Game configuration and screenshots are saved in < UserHomeFolder >\OpenRCT2 -* Research and development and research funding can now be accessed in a standalone window as seen in RollerCoaster Tycoon 1. -* 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``` * Random map generator available in scenario editor. (Accessible via the view menu) -* Autosaving \ No newline at end of file +* Autosaving +* Ability to open extra viewports. + +##Language support +* OpenRCT2 currently supports nearly every European language that RCT2 supported +* Improvements to original translations (GUI only for now) +* Ability to change language via the options window. +* Languages stored as txt files in `./data/languages` \ No newline at end of file