mirror of
https://github.com/acidicoala/SmokeAPI.git
synced 2025-12-05 21:15:39 -05:00
Deactivated steam_api exports
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user