Deactivated steam_api exports

This commit is contained in:
acidicoala
2025-09-04 18:53:05 +05:00
parent 8ec9b4e374
commit 4581c36913
8 changed files with 42 additions and 30 deletions

View File

@@ -1,3 +1,12 @@
Project page: https://github.com/acidicoala/SmokeAPI?tab=readme-ov-file#smokeapi
Project page: https://github.com/acidicoala/SmokeAPI#readme
Forum topic: https://cs.rin.ru/forum/viewtopic.php?p=2597932#p2597932
DLC Database: https://steamdb.info/
DLC Database: https://steamdb.info/
### NOTE ###
Do NOT use the SmokeAPI.config.json file unless you have a good reason.
The default config file enables logging, which might have a negative impact on performance in games.
So, unless you really need to see logs for debugging issues, it is advised to either:
disable logging in the config file by setting the "logging" field to false
or
not use the SmokeAPI.config.json file at all

View File

@@ -115,7 +115,7 @@
},
"examples": [
{
"$schema": "https://raw.githubusercontent.com/acidicoala/SmokeAPI/refs/tags/v3.0.0/res/SmokeAPI.schema.json",
"$schema": "https://raw.githubusercontent.com/acidicoala/SmokeAPI/refs/tags/v3.1.0/res/SmokeAPI.schema.json",
"$version": 4,
"logging": true,
"log_steam_http": true,