25 lines
760 B
Markdown
25 lines
760 B
Markdown
# PyG2O
|
|
|
|
Python support for server-side scripts in [Gothic 2 Online](https://gothic-online.com.pl/).
|
|
|
|
**Documentation:** https://aurumvorxx.github.io/PyG2O/
|
|
|
|
## How to build
|
|
|
|
Requirements:
|
|
- Python 3.13
|
|
- CMake
|
|
|
|
Steps:
|
|
1. Copy this repo to your local machine
|
|
2. Initialize all submodules
|
|
3. Build with CMake, selecting your desired preset (Release/Debug) and target PyG2O
|
|
4. (Optional) Uncomment and edit block of code at ``source/CMakeLists.txt`` for auto copy testing files
|
|
|
|
## Credits
|
|
|
|
#### Marcin - [NoNut](https://gitlab.com/g2o/modules/dependencies/nonut.git)
|
|
*Used as part of PyG2O module*
|
|
|
|
#### Patrix9999, Martinus-1453 - [Squirrel Module Template](https://gitlab.com/GothicMultiplayerTeam/modules/squirrel-template)
|
|
*PyG2O is based on this template* |