source2sdk/README.md

32 lines
1.1 KiB
Markdown
Raw Normal View History

2023-03-15 15:20:35 +00:00
# Source2SDK
This repository contains the generated Source 2 SDKs for various games. Each game has its own branch, with the SDK dump specific to that game.
---
## Available Branches
2023-03-22 22:08:43 +00:00
- `csgo` - Counter-Strike: Global Offensive (Counter-Strike 2)
2023-03-15 15:20:35 +00:00
- `dota` - Dota 2
- `hlvr` - Half-Life: Alyx
2023-03-22 22:08:43 +00:00
- `artifact-classic` - Artifact
- `artifact-foundry` - Artifact Foundry
- `sbox` - S&Box
2023-08-30 15:05:05 +00:00
- `underlords` - Dota Underlords
2023-03-15 15:20:35 +00:00
To access the SDK for a specific game, switch to the corresponding branch:
```bash
git checkout <branch_name>
```
Replace <branch_name> with the desired game branch (e.g., csgo, dota, etc.).
## Generation & Contributions
The SDK dumps in this repository were generated using the - **[NEVERLOSE Source2Gen](https://github.com/neverlosecc/source2gen)** tool.
If you want to contribute or make changes to the generated SDKs, please submit a pull request on the Source2Gen repository. Any changes made to the SDKs in this repository should originate from the Source2Gen project.
---
### License
2023-03-22 22:08:43 +00:00
Please refer to the original projects and libraries used in the Source2Gen repository for license information.