From ad0b42838166ffef2534f25e63a7440ea90975ab Mon Sep 17 00:00:00 2001 From: George Butter Date: Sat, 22 Jul 2023 23:20:34 +1000 Subject: [PATCH] chore: add mac log directory --- docs/tutorials/creating-craftable-objects.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/tutorials/creating-craftable-objects.md b/docs/tutorials/creating-craftable-objects.md index 7f0bbb6..7afee92 100644 --- a/docs/tutorials/creating-craftable-objects.md +++ b/docs/tutorials/creating-craftable-objects.md @@ -353,6 +353,9 @@ Either you made a change, or I made a typo, either way this is a valuable lesson Fixing bugs is best done by checking the logs. There are two log locations: - The main Sapiens logs, check these logs if your game crashes before being able to create a world. These can be found at `AppData/roaming/sapiens/` or for Proton users: `/SteamLibrary/steamapps/compatdata/1060230/pfx/drive_c/users/steamuser/AppData/Roaming/majicjungle/sapiens` -- The world logs, check these logs if your game crashes after hitting `create world`. Even if your game does not crash, these logs can still contain useful errors. These can be found at `AppData/roaming/sapiens/players/playerID/worlds/worldID/logs` or for Proton users: `/mnt/LinuxHDD/SteamLibrary/steamapps/compatdata/1060230/pfx/drive_c/users/steamuser/AppData/Roaming/majicjungle/sapiens/players/playerID/worlds/worldID/logs` +- The world logs, check these logs if your game crashes after hitting `create world`. Even if your game does not crash, these logs can still contain useful errors. + - On Window, these can be found at `AppData/roaming/sapiens/players/playerID/worlds/worldID/logs` + - Proton: `/mnt/LinuxHDD/SteamLibrary/steamapps/compatdata/1060230/pfx/drive_c/users/steamuser/AppData/Roaming/majicjungle/sapiens/players/playerID/worlds/worldID/logs` + - Mac: `~/Library/Application\ Support/majicjungle/sapiens/players/playerID/worlds/worldID/logs/` Ask for help in the [Discord](https://discord.gg/WnN8hj2Fyg) if you're stuck. Have fun! \ No newline at end of file