From 708b6c6855f419fe319351700b4aa27ff6e626d5 Mon Sep 17 00:00:00 2001 From: luciferin <40036150+hunterzero99@users.noreply.github.com> Date: Fri, 5 Jun 2020 09:50:16 -0400 Subject: [PATCH 1/2] Note changed save & config file location --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f8b0d6a4..efe50eda 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ Please contribute **first** to the [nightly branch](https://github.com/sm64pc/sm * Disabling the HUD. * Cheats menu in Options. (Activate with `--cheats`) Please note that if a cheat asks you to press "L" it's referring to the N64 button. Check your bindings and make sure you have the "L" button mapped to a button in your controller. * Text-based save support. (Activate with `make TEXTSAVES=1`.) + * Recent changes in Nightly have moved save and configuration files, and they will *not* be read from the same directory as the executable. They are now stored in %HOMEPATH%\AppData\Roaming\sm64pc ## Building For building instructions, please refer to the [wiki](https://github.com/sm64pc/sm64pc/wiki). From fa3b68b9c87524b58e52672e7f94336852715ff8 Mon Sep 17 00:00:00 2001 From: luciferin <40036150+hunterzero99@users.noreply.github.com> Date: Fri, 5 Jun 2020 14:07:16 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index efe50eda..7b23d0bc 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,9 @@ Please contribute **first** to the [nightly branch](https://github.com/sm64pc/sm * Disabling the HUD. * Cheats menu in Options. (Activate with `--cheats`) Please note that if a cheat asks you to press "L" it's referring to the N64 button. Check your bindings and make sure you have the "L" button mapped to a button in your controller. * Text-based save support. (Activate with `make TEXTSAVES=1`.) - * Recent changes in Nightly have moved save and configuration files, and they will *not* be read from the same directory as the executable. They are now stored in %HOMEPATH%\AppData\Roaming\sm64pc + * Recent changes in Nightly have moved the save and configuration file path to %HOMEPATH%\AppData\Roaming\sm64pc + This behaviour can be changed with the `--savepath` CLI option. For example `--savepath .` will read saves from the current directory (which not always matches the exe directory, but most of the time it does); +`--savepath '!'` will read saves from the executable directory. ## Building For building instructions, please refer to the [wiki](https://github.com/sm64pc/sm64pc/wiki).