Files
PyG2O/README.md
2025-01-25 00:02:52 +03:00

760 B

PyG2O

Python support for server-side scripts in Gothic 2 Online.

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

Used as part of PyG2O module

Patrix9999, Martinus-1453 - Squirrel Module Template

PyG2O is based on this template