From e573d1e127888b990d0fe8bfadfb0c5869c4c4a9 Mon Sep 17 00:00:00 2001 From: Hermite Date: Tue, 31 Dec 2024 09:50:19 +0100 Subject: [PATCH] Created V. FAQ (markdown) --- V.-FAQ.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 V.-FAQ.md diff --git a/V.-FAQ.md b/V.-FAQ.md new file mode 100644 index 0000000..3c018c7 --- /dev/null +++ b/V.-FAQ.md @@ -0,0 +1,28 @@ +# Frequently Asked Questions + +* [**Where is game save data stored?**](#where-is-game-save-data-stored) +* [**What about the log?**](#and-what-about-the-log) +* [**What's the difference between Qt and SDL builds?**](#whats-the-difference-between-qt-and-sdl-builds) +* [**I have questions or need technical support. Where should I go?**](#i-have-questions-or-need-technical-support-where-should-i-go) + +### Where is game save data stored? + +They are stored in `user/savedata/1/` +### And what about the log ? +For now, only the last log is saved. +
It's located on `user > log > shad_log.txt` + +### What's the difference between Qt and SDL builds? + +* **Qt Builds:** Qt builds have a GUI and it makes configuration easy. +* **SDL Builds:** SDL builds contain only the bare application to run the games and make them work. +### Can I use the gamemode on Windows ? +You can, but we don't think it will necessarily improve performance. +
To do it: Win+G, go to Settings, check remember as a game + +### I have questions or need technical support. Where should I go? + +You can go to the **official shadPS4 Discord server**. There are kind people there who will be there to help you! + + + \ No newline at end of file