From 6606c01fda1d327897845ecc238662c1c149870a Mon Sep 17 00:00:00 2001 From: acidicoala <67734819+acidicoala@users.noreply.github.com> Date: Fri, 13 Jan 2023 19:07:01 +0300 Subject: [PATCH] Updated koaloader config file name [skip ci] --- README.adoc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.adoc b/README.adoc index 8108076..d895eb6 100644 --- a/README.adoc +++ b/README.adoc @@ -73,7 +73,7 @@ In this installation mode, SmokeAPI is loaded into the Steam process, which make . From Koaloader archive unpack `version.dll` from `version-32`, and place it in {steam-dir}. . In {steam-dir} create the following Koaloader configuration file: + -.`Koaloader.json` +.`Koaloader.config.json` [%collapsible] ==== [source,json] @@ -233,7 +233,7 @@ They will be added to the list of missing DLC IDs to facilitate config-less oper == 🏗️ Building from source -=== ✅ Requirements +=== 🚦 Requirements :fn-lower-ver: footnote:lower-versions[Older versions may be supported as well.] @@ -265,11 +265,11 @@ For example: SmokeAPI makes use of the following open source projects: -- https://github.com/libcpr/cpr[C++ Requests] -- https://github.com/nlohmann/json[JSON for Modern C++] -- https://github.com/stevemk14ebr/PolyHook_2_0[PolyHook 2] -- https://github.com/gabime/spdlog[spdlog] +* https://github.com/libcpr/cpr[C++ Requests] +* https://github.com/nlohmann/json[JSON for Modern C++] +* https://github.com/stevemk14ebr/PolyHook_2_0[PolyHook 2] +* https://github.com/gabime/spdlog[spdlog] == 📄 License -This software is licensed under the https://unlicense.org/[Unlicense], terms of which are available in link:UNLICENSE.txt[UNLICENSE.txt] \ No newline at end of file +This software is licensed under the https://unlicense.org/[Unlicense], terms of which are available in link:UNLICENSE.txt[UNLICENSE.txt]