From 7202353437b384e53e7db90a5549024449dce7f0 Mon Sep 17 00:00:00 2001 From: MysterD Date: Mon, 12 Sep 2022 20:04:37 -0700 Subject: [PATCH] Reformat platform save file locations --- docs/lua/lua.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/lua/lua.md b/docs/lua/lua.md index a5757990..96003529 100644 --- a/docs/lua/lua.md +++ b/docs/lua/lua.md @@ -7,7 +7,12 @@ Expect many more things to be supported in the future.
## How to install Lua mods -Lua scripts you make can be placed either the `mods` folder in the base directory, or in `/mods`(On macos that is `~/Library/Application Support/sm64ex-coop` linux is `~/.local/share/sm64ex-coop` and Windows is `%Appdata%/sm64ex-coop`) +Lua scripts you make can be placed either the `mods` folder in the base directory, or in `/mods` + +Save file locations: +- Windows: `%appdata%/sm64ex-coop` +- Linux: `~/.local/share/sm64ex-coop` +- MacOS: `~/Library/Application Support/sm64ex-coop`