add steam and achivements, improve console

This commit is contained in:
Ondrej Novak 2025-04-15 09:49:43 +02:00
parent 9bfb0f1d5d
commit f49a7490c1
13 changed files with 360 additions and 258 deletions

6
external/steamworks/.gitignore vendored Normal file
View 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
View 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.