Skip to content

georgeto/gothic3sdk-examples

Repository files navigation

Gothic 3 SDK Examples

Examples demonstrating how to use the Gothic 3 SDK.

Build

The Gothic 3 SDK examples are built with CMake.

To download and build the Gothic 3 SDK examples (here using Visual Studio 2022) execute the following commands:

git clone https://github.com/georgeto/gothic3sdk-examples
cd gothic3sdk
cmake -S . -B build -G "Visual Studio 17 2022" -A Win32
cmake --build build --config Release -j

The above sequence creates a build directory, generates a Visual Studio solution, and then builds the project in Release mode. If you prefer working from within Visual Studio, you can skip the last build step and instead open the generated solution in Visual Studio and then build from there.

Installation

Copy the Script_*.dll build artifacts from the build directory into the scripts folder in your Gothic 3 installation directory. Every DLL inside the scripts folder following the naming convention Script_*.dll is automatically loaded by the game.

Formatting

All code, except third-party code, is formatted with clang-format according to the style configured in .clang-format.

Credits

About

Gothic 3 SDK Examples

Resources

License

Unknown, GPL-3.0 licenses found

Licenses found

Unknown
LICENSE
GPL-3.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published