mirror of
https://github.com/acidicoala/SmokeAPI.git
synced 2026-01-24 13:32:51 -05:00
Added instructions on adding support for new Steamworks SDK
This commit is contained in:
6
.idea/SmokeAPI.iml
generated
6
.idea/SmokeAPI.iml
generated
@@ -1,6 +1,2 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<module type="CPP_MODULE" version="4">
|
<module classpath="CIDR" type="CPP_MODULE" version="4" />
|
||||||
<component name="NewModuleRootManager">
|
|
||||||
<orderEntry type="sourceFolder" forTests="false" />
|
|
||||||
</component>
|
|
||||||
</module>
|
|
||||||
13
README.md
13
README.md
@@ -346,6 +346,11 @@ They will be added to the list of missing DLC IDs to facilitate config-less oper
|
|||||||
|
|
||||||
[extra DLCs]: https://github.com/acidicoala/public-entitlements/blob/main/steam/v2/dlc.json
|
[extra DLCs]: https://github.com/acidicoala/public-entitlements/blob/main/steam/v2/dlc.json
|
||||||
|
|
||||||
|
### 🔢 Supported Steamworks SDK versions
|
||||||
|
|
||||||
|
SmokeAPI aims to support all Steamworks SDK version.
|
||||||
|
At the time of writing, the latest supported version is **1.63**.
|
||||||
|
|
||||||
## 🔧 Troubleshooting
|
## 🔧 Troubleshooting
|
||||||
|
|
||||||
### 🔐 DLCs are not unlocked
|
### 🔐 DLCs are not unlocked
|
||||||
@@ -409,6 +414,14 @@ For example:
|
|||||||
|
|
||||||
[CMake]: https://cmake.org/
|
[CMake]: https://cmake.org/
|
||||||
|
|
||||||
|
### 🆕 Adding support for new Steamworks SDK
|
||||||
|
|
||||||
|
- Run `steamworks_downloader [prompt]` providing directory which contains Steamworks SDK zip files.
|
||||||
|
- Run `steamworks_parser`
|
||||||
|
- Run `linux_exports_generator [32]`
|
||||||
|
- Run `linux_exports_generator [64]`
|
||||||
|
|
||||||
|
|
||||||
## 📚 Acknowledgments
|
## 📚 Acknowledgments
|
||||||
|
|
||||||
This project makes use of the following open source projects:
|
This project makes use of the following open source projects:
|
||||||
|
|||||||
@@ -44,10 +44,23 @@ They will be added to the list of missing DLC IDs to facilitate config-less oper
|
|||||||
|
|
||||||
[extra DLCs]: https://github.com/acidicoala/public-entitlements/blob/main/steam/v2/dlc.json
|
[extra DLCs]: https://github.com/acidicoala/public-entitlements/blob/main/steam/v2/dlc.json
|
||||||
|
|
||||||
|
### 🔢 Supported Steamworks SDK versions
|
||||||
|
|
||||||
|
{{ project_name }} aims to support all Steamworks SDK version.
|
||||||
|
At the time of writing, the latest supported version is **1.63**.
|
||||||
|
|
||||||
{% include "KoalaBox/templates/markdown/troubleshooting.md" %}
|
{% include "KoalaBox/templates/markdown/troubleshooting.md" %}
|
||||||
|
|
||||||
{% include "KoalaBox/templates/markdown/building.md" %}
|
{% include "KoalaBox/templates/markdown/building.md" %}
|
||||||
|
|
||||||
|
### 🆕 Adding support for new Steamworks SDK
|
||||||
|
|
||||||
|
- Run `steamworks_downloader [prompt]` providing directory which contains Steamworks SDK zip files.
|
||||||
|
- Run `steamworks_parser`
|
||||||
|
- Run `linux_exports_generator [32]`
|
||||||
|
- Run `linux_exports_generator [64]`
|
||||||
|
|
||||||
|
|
||||||
{% include "KoalaBox/templates/markdown/acknowledgements.md" %}{% block extra_oss_libs %}- [bshoshany/thread-pool](https://github.com/bshoshany/thread-pool)
|
{% include "KoalaBox/templates/markdown/acknowledgements.md" %}{% block extra_oss_libs %}- [bshoshany/thread-pool](https://github.com/bshoshany/thread-pool)
|
||||||
- [batterycenter/embed](https://github.com/batterycenter/embed)
|
- [batterycenter/embed](https://github.com/batterycenter/embed)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user