fix: Update README

This commit is contained in:
AURUMVORXX
2025-04-15 13:38:10 +03:00
parent 6445e2b306
commit 64b90c0ca9

View File

@@ -7,16 +7,10 @@ Python support for server-side scripts in [Gothic 2 Online](https://gothic-onlin
Requirements: Requirements:
- websockets - websockets
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 ## Credits
#### Marcin - [NoNut](https://gitlab.com/g2o/modules/dependencies/nonut.git) #### Marcin - [NoNut](https://gitlab.com/g2o/modules/dependencies/nonut.git)
*Used as part of PyG2O module* *Used as part of PyG2O module (for 1.3.4 legacy version)*
#### Patrix9999, Martinus-1453 - [Squirrel Module Template](https://gitlab.com/GothicMultiplayerTeam/modules/squirrel-template) #### Patrix9999, Martinus-1453 - [Squirrel Module Template](https://gitlab.com/GothicMultiplayerTeam/modules/squirrel-template)
*PyG2O is based on this template* *PyG2O is based on this template (for 1.3.4 legacy version)*