mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-18 04:06:45 -04:00
add steam and achivements, improve console
This commit is contained in:
parent
9bfb0f1d5d
commit
f49a7490c1
13 changed files with 360 additions and 258 deletions
6
external/steamworks/.gitignore
vendored
Normal file
6
external/steamworks/.gitignore
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
# Exclude all files
|
||||
*
|
||||
|
||||
# Allow only get_sdk.md
|
||||
!get_sdk.md
|
||||
!.gitignore
|
20
external/steamworks/get_sdk.md
vendored
Normal file
20
external/steamworks/get_sdk.md
vendored
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Download and Extract Steamworks SDK
|
||||
|
||||
Follow these steps to download and extract the Steamworks SDK:
|
||||
|
||||
## Steps to Download and Extract
|
||||
1. Visit the official [Steamworks SDK page](https://partner.steamgames.com/).
|
||||
2. Log in with your Steam developer account.
|
||||
3. Navigate to the "SDK & Tools" section.
|
||||
4. Download the latest version of the Steamworks SDK.
|
||||
5. Once downloaded, extract the contents of the SDK archive into this directory.
|
||||
|
||||
## Required Directory Structure
|
||||
After extraction, ensure the following directories exist in this location:
|
||||
- `redistributable_bin/`
|
||||
- `public/`
|
||||
- `tools/`
|
||||
- `sdk/`
|
||||
- `samples/`
|
||||
|
||||
If any of these directories are missing, re-download and extract the SDK to ensure all files are included.
|
Loading…
Add table
Add a link
Reference in a new issue