From 1513b88af7b5d01a2538f932f3fc34f696da2ca2 Mon Sep 17 00:00:00 2001 From: Ted John Date: Thu, 8 Dec 2016 11:31:21 +0000 Subject: [PATCH] Resolve #4856: Mention Dump File Location in Readme --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e58c2296e3..80cf211f68 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -8,6 +8,8 @@ To report a bug, ensure you have a GitHub account. Search the issues page to see If not, create a new issue and write the steps to reproduce. Upload a saved game if possible and this is very helpful for users to replicate the bug. Please state which version of the game you are running and where you downloaded it from, e.g. *openrct2.com develop 0.0.3 build 1255 (ec25b2f)*. +For Windows builds, OpenRCT2 will generate a memory dump and saved game when the game crashes unexpectedly. The game will open explorer to these files automatically for you. They are placed inside your configured user directory which by default is `%HOMEPATH%\Documents\OpenRCT2`. + # Translation Translation is managed in a separate repository, [OpenRCT2/Localisation](https://github.com/OpenRCT2/Localisation). You will find more information there.