https://github.com/playliga/mods
Database and team logo customizations for LIGA Esports Manager
https://github.com/playliga/mods
cs16 cs2 csgo cssource czero esports simulator
Last synced: 27 days ago
JSON representation
Database and team logo customizations for LIGA Esports Manager
- Host: GitHub
- URL: https://github.com/playliga/mods
- Owner: playliga
- License: gpl-3.0
- Created: 2024-12-26T17:36:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-01-07T22:41:39.000Z (5 months ago)
- Last Synced: 2026-01-25T10:54:05.641Z (5 months ago)
- Topics: cs16, cs2, csgo, cssource, czero, esports, simulator
- Language: C++
- Homepage:
- Size: 62.3 MB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Usage
For usage instructions please refer to the [Modding and Packaging documentation](https://github.com/playliga/prototype/wiki/Modding#packaging).
# Building
Download and run [Microsoft C++ Build Tools 2022](https://visualstudio.microsoft.com/visual-cpp-build-tools/).
Ensure the following components are installed from the Main Menu.
- Visual C++ build tools
- MSVC compiler
- C++ CMake tools for Windows
- C++ Clang tools for Windows
- Windows 10 or 11 SDK
```bash
cmake --preset msvc-debug-configure
cmake --build --preset msvc-debug
```