An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          







Database and team logo customizations for LIGA Esports Manager.


# 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
```