mirror of
https://github.com/acidicoala/SmokeAPI.git
synced 2025-12-05 21:15:39 -05:00
Implemented ISteamGameServer
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
"$version": 3,
|
||||
"logging": true,
|
||||
"default_app_status": "unlocked",
|
||||
"override_app_id": 0,
|
||||
"override_app_status": {},
|
||||
"override_dlc_status": {},
|
||||
"auto_inject_inventory": true,
|
||||
|
||||
@@ -5,6 +5,10 @@
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"$schema": {
|
||||
"type": "string",
|
||||
"description": "The URI of the JSON Schema used to validate this config."
|
||||
},
|
||||
"$version": {
|
||||
"type": "integer",
|
||||
"minimum": 0,
|
||||
@@ -21,12 +25,6 @@
|
||||
"default": "unlocked",
|
||||
"$ref": "#/$defs/AppStatus"
|
||||
},
|
||||
"override_app_id": {
|
||||
"type": "integer",
|
||||
"minimum": 0,
|
||||
"default": 0,
|
||||
"description": "Overrides the current app ID (0 means no override)."
|
||||
},
|
||||
"override_app_status": {
|
||||
"type": "object",
|
||||
"default": {},
|
||||
@@ -113,6 +111,7 @@
|
||||
},
|
||||
"examples": [
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/acidicoala/SmokeAPI/refs/heads/master/res/SmokeAPI.schema.json",
|
||||
"$version": 3,
|
||||
"logging": true,
|
||||
"default_app_status": "unlocked",
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//====== Copyright <20> 1996-2008, Valve Corporation, All rights reserved. =======
|
||||
//====== Copyright <20> 1996-2008, Valve Corporation, All rights reserved. =======
|
||||
//
|
||||
// Purpose: Main interface for loading and accessing Steamworks API's from the
|
||||
// Steam client.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//====== Copyright <20> 1996-2008, Valve Corporation, All rights reserved. =======
|
||||
//====== Copyright <20> 1996-2008, Valve Corporation, All rights reserved. =======
|
||||
//
|
||||
// Purpose: Main interface for loading and accessing Steamworks API's from the
|
||||
// Steam client.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//====== Copyright <20> 1996-2008, Valve Corporation, All rights reserved. =======
|
||||
//====== Copyright <20> 1996-2008, Valve Corporation, All rights reserved. =======
|
||||
//
|
||||
// Purpose: Main interface for loading and accessing Steamworks API's from the
|
||||
// Steam client.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//====== Copyright <20> 1996-2008, Valve Corporation, All rights reserved. =======
|
||||
//====== Copyright <20> 1996-2008, Valve Corporation, All rights reserved. =======
|
||||
//
|
||||
// Purpose: Main interface for loading and accessing Steamworks API's from the
|
||||
// Steam client.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//====== Copyright <20> 1996-2008, Valve Corporation, All rights reserved. =======
|
||||
//====== Copyright <20> 1996-2008, Valve Corporation, All rights reserved. =======
|
||||
//
|
||||
// Purpose: Main interface for loading and accessing Steamworks API's from the
|
||||
// Steam client.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//====== Copyright <20> 1996-2008, Valve Corporation, All rights reserved. =======
|
||||
//====== Copyright <20> 1996-2008, Valve Corporation, All rights reserved. =======
|
||||
//
|
||||
// Purpose: Main interface for loading and accessing Steamworks API's from the
|
||||
// Steam client.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//====== Copyright <20> 1996-2008, Valve Corporation, All rights reserved. =======
|
||||
//====== Copyright <20> 1996-2008, Valve Corporation, All rights reserved. =======
|
||||
//
|
||||
// Purpose: Main interface for loading and accessing Steamworks API's from the
|
||||
// Steam client.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//====== Copyright <20> 1996-2008, Valve Corporation, All rights reserved. =======
|
||||
//====== Copyright <20> 1996-2008, Valve Corporation, All rights reserved. =======
|
||||
//
|
||||
// Purpose: Main interface for loading and accessing Steamworks API's from the
|
||||
// Steam client.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//====== Copyright <20> 1996-2008, Valve Corporation, All rights reserved. =======
|
||||
//====== Copyright <20> 1996-2008, Valve Corporation, All rights reserved. =======
|
||||
//
|
||||
// Purpose: Main interface for loading and accessing Steamworks API's from the
|
||||
// Steam client.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//====== Copyright <20> 1996-2008, Valve Corporation, All rights reserved. =======
|
||||
//====== Copyright <20> 1996-2008, Valve Corporation, All rights reserved. =======
|
||||
//
|
||||
// Purpose: Main interface for loading and accessing Steamworks API's from the
|
||||
// Steam client.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//====== Copyright <20> 1996-2008, Valve Corporation, All rights reserved. =======
|
||||
//====== Copyright <20> 1996-2008, Valve Corporation, All rights reserved. =======
|
||||
//
|
||||
// Purpose: Main interface for loading and accessing Steamworks API's from the
|
||||
// Steam client.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//====== Copyright <20> 1996-2008, Valve Corporation, All rights reserved. =======
|
||||
//====== Copyright <20> 1996-2008, Valve Corporation, All rights reserved. =======
|
||||
//
|
||||
// Purpose: Main interface for loading and accessing Steamworks API's from the
|
||||
// Steam client.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//====== Copyright Valve Corporation, All rights reserved. ====================
|
||||
//====== Copyright Valve Corporation, All rights reserved. ====================
|
||||
//
|
||||
// Internal low-level access to Steamworks interfaces.
|
||||
//
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//====== Copyright Valve Corporation, All rights reserved. ====================
|
||||
//====== Copyright Valve Corporation, All rights reserved. ====================
|
||||
//
|
||||
// Internal low-level access to Steamworks interfaces.
|
||||
//
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//====== Copyright Valve Corporation, All rights reserved. ====================
|
||||
//====== Copyright Valve Corporation, All rights reserved. ====================
|
||||
//
|
||||
// Internal low-level access to Steamworks interfaces.
|
||||
//
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//====== Copyright Valve Corporation, All rights reserved. ====================
|
||||
//====== Copyright Valve Corporation, All rights reserved. ====================
|
||||
//
|
||||
// Internal low-level access to Steamworks interfaces.
|
||||
//
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//====== Copyright Valve Corporation, All rights reserved. ====================
|
||||
//====== Copyright Valve Corporation, All rights reserved. ====================
|
||||
//
|
||||
// Internal low-level access to Steamworks interfaces.
|
||||
//
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//====== Copyright Valve Corporation, All rights reserved. ====================
|
||||
//====== Copyright Valve Corporation, All rights reserved. ====================
|
||||
//
|
||||
// Internal low-level access to Steamworks interfaces.
|
||||
//
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//====== Copyright Valve Corporation, All rights reserved. ====================
|
||||
//====== Copyright Valve Corporation, All rights reserved. ====================
|
||||
//
|
||||
// Internal low-level access to Steamworks interfaces.
|
||||
//
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//====== Copyright Valve Corporation, All rights reserved. ====================
|
||||
//====== Copyright Valve Corporation, All rights reserved. ====================
|
||||
//
|
||||
// Internal low-level access to Steamworks interfaces.
|
||||
//
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//====== Copyright Valve Corporation, All rights reserved. ====================
|
||||
//====== Copyright Valve Corporation, All rights reserved. ====================
|
||||
//
|
||||
// Internal low-level access to Steamworks interfaces.
|
||||
//
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//====== Copyright Valve Corporation, All rights reserved. ====================
|
||||
//====== Copyright Valve Corporation, All rights reserved. ====================
|
||||
//
|
||||
// Internal low-level access to Steamworks interfaces.
|
||||
//
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//====== Copyright Valve Corporation, All rights reserved. ====================
|
||||
//====== Copyright Valve Corporation, All rights reserved. ====================
|
||||
//
|
||||
// Internal low-level access to Steamworks interfaces.
|
||||
//
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//====== Copyright Valve Corporation, All rights reserved. ====================
|
||||
//====== Copyright Valve Corporation, All rights reserved. ====================
|
||||
//
|
||||
// Internal low-level access to Steamworks interfaces.
|
||||
//
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//====== Copyright Valve Corporation, All rights reserved. ====================
|
||||
//====== Copyright Valve Corporation, All rights reserved. ====================
|
||||
//
|
||||
// Internal low-level access to Steamworks interfaces.
|
||||
//
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//====== Copyright Valve Corporation, All rights reserved. ====================
|
||||
//====== Copyright Valve Corporation, All rights reserved. ====================
|
||||
//
|
||||
// Internal low-level access to Steamworks interfaces.
|
||||
//
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//====== Copyright Valve Corporation, All rights reserved. ====================
|
||||
//====== Copyright Valve Corporation, All rights reserved. ====================
|
||||
//
|
||||
// Internal low-level access to Steamworks interfaces.
|
||||
//
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//====== Copyright Valve Corporation, All rights reserved. ====================
|
||||
//====== Copyright Valve Corporation, All rights reserved. ====================
|
||||
//
|
||||
// Internal low-level access to Steamworks interfaces.
|
||||
//
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//====== Copyright Valve Corporation, All rights reserved. ====================
|
||||
//====== Copyright Valve Corporation, All rights reserved. ====================
|
||||
//
|
||||
// Internal low-level access to Steamworks interfaces.
|
||||
//
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//====== Copyright Valve Corporation, All rights reserved. ====================
|
||||
//====== Copyright Valve Corporation, All rights reserved. ====================
|
||||
//
|
||||
// Internal low-level access to Steamworks interfaces.
|
||||
//
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//====== Copyright Valve Corporation, All rights reserved. ====================
|
||||
//====== Copyright Valve Corporation, All rights reserved. ====================
|
||||
//
|
||||
// Internal low-level access to Steamworks interfaces.
|
||||
//
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//====== Copyright Valve Corporation, All rights reserved. ====================
|
||||
//====== Copyright Valve Corporation, All rights reserved. ====================
|
||||
//
|
||||
// Internal low-level access to Steamworks interfaces.
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user