Files
SmokeAPI/README.template.md

2.5 KiB

{% extends "./KoalaBox/templates/README.base.md" %} {% block content %}

Legit DLC Unlocker for Steamworks.

Features

  • 🔓 Emulate DLC ownership in legitimately owned games
  • 🛅 Emulate Inventory item ownership

{% include "KoalaBox/templates/markdown/links.md" %}

{% include "KoalaBox/templates/markdown/intro.md" %}

{% include "KoalaBox/templates/markdown/usage.md" %}

{% include "KoalaBox/templates/markdown/installation.md" %}

{% include "KoalaBox/templates/markdown/configuration.md" %}

🎓 Extra info

🔑 How SmokeAPI works in games with large number of DLCs

Some games that have a large number of DLCs begin ownership verification by querying the Steamworks API for a list of all available DLCs. Once the game receives the list, it will go over each item and check the ownership. The issue arises from the fact that response from Steamworks SDK may max out at 64, depending on how much unowned DLCs the user has. To alleviate this issue, SmokeAPI will make a web request to Steam API for a full list of DLCs, which works well most of the time. Unfortunately, even the web API does not solve all of our problems, because it will return only DLCs that are available in Steam store. This means that DLCs without a dedicated store offer, such as pre-order DLCs will be left out. That's where the extra_dlcs config option comes into play. You can specify those missing DLC IDs there, and SmokeAPI will make them available to the game. However, this introduces the need for manual configuration, which goes against the ideals of this project. To remedy this issue SmokeAPI will also fetch a manually maintained list of extra DLCs stored in a GitHub repository. The purpose of that JSON file is to contain all the DLC IDs that are lacking a Steam store page. This enables SmokeAPI to unlock all DLCs without any config file at all. Feel free to report in the {forum-topic} games that have more than 64 DLCs, and have DLCs without a dedicated store page. They will be added to the list of missing DLC IDs to facilitate config-less operation.

{% include "KoalaBox/templates/markdown/troubleshooting.md" %}

{% include "KoalaBox/templates/markdown/building.md" %}

{% include "KoalaBox/templates/markdown/acknowledgements.md" %} {% block extra_oss_libs %}