From 88e7b96a1cea7c5473c42f205ab2fecabb0f7d6e Mon Sep 17 00:00:00 2001 From: Dniel97 Date: Tue, 15 Aug 2023 22:32:58 +0000 Subject: [PATCH] Add 'FAQ' --- FAQ.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 FAQ.md diff --git a/FAQ.md b/FAQ.md new file mode 100644 index 0000000..39bb5c4 --- /dev/null +++ b/FAQ.md @@ -0,0 +1,17 @@ +## FAQ + +- Game is stuck loading on システムプロセス (Systemprocess) + - If you use an Intel 10th gen or higher CPU add the OpenSSL patch to the first line `start.bat` (`set OPENSSL_ia32cap=:~0x20000000`) or to [environment variables](https://www.reddit.com/r/Smite/comments/pl35y6/fix_64bit_not_working_on_10th_gen_and_11th_gen/). + +- My version is wrong or only shows 0.00 + - Make sure your `amfs=` path is correct and that the folder as an `ICF1` and `ICF2` file (without file extensions). + +- My Option data is missing/not loading + - Make sure `option=` path is set correctly and that the option folder has folder with the schema `Axxx`. + +- My coin input is not working + - Make sure amdaemon.exe has not crashed and coin input with the key is set under `coin=` in `segatools.ini`. + +- Game looks cut off + - SDDT: Make sure you set your screen resolution to `1080x1920@60` (Portrait). + - SDED: Make sure you set your screen resolution to `1080x1920@60` (Portrait). \ No newline at end of file