Новости В Of Ash and Steel начался закрытый плейтест
  • 7.206
  • 12
Разработчики "Русской Готики" объявили о старте закрытого плейтеста. Если вы оставляли заявку на участие, не забудьте проверить электронную почту или посмотреть свою библиотеку - возможно игра уже...
С Днём России!
  • 6.939
  • 6
Дорогие друзья! Поздравляю вас с Днём России! Этот праздник напоминает нам о богатой истории и культуре нашей страны, о её величии и непоколебимом духе народа! Желаю вам крепкого здоровья...
Новости Анонсирован Atomic Heart II
Новости Анонсирован ремастер Final Fantasy Tactics
  • 4.962
  • 2
Культовая пошаговая тактическая RPG от Square Enix получит второе дыхание. На проходящей выставке State of Play, где анонсируются игры для Play Station, состоялся анонс ремастера Final Fantasy...
Union API

Union Framework Union API beta

Нет прав доступа на загрузку
Инструменты для моддинга Gothic с доступом к памяти
Union API is the core of Union Framework that provides an API to create native plugins for Gothic games based on ZenGin. Native plugins can use Union API to access the game objects in memory and hook any function using the Decorator pattern to extend and modify ZenGin behavior to a large extent.
The complementary Gothic API repository contains ZenGin headers with a mapping to the memory address for each supported Gothic release.

Project status
Union API is under active development and is not released yet. You are welcome to try and play with it, but please keep in mind that it's not finished, may contain bugs and the API may change before the final release.

Documentation
Documentation is available on Union API Wiki.

Usage

Build
Union API is a Visual Studio solution and requires Visual Studio 2022 (v143) platform toolset to compile. To build the Union API, clone the repository to your computer, open union-api.sln using Visual Studio and select the configuration:
  • DLL - dynamically linked library (recommended)
  • LIB - statically linked library
  • EXE - executable with an entry point from union-api.cpp for testing the code without running it as DLL attached to the game
Configurations with d suffix build the project for debugging.

Create a plugin
To create a plugin using Union API, you have to create a C++ project, add union-api to include directories and link Union API to it. Then you can compile the plugin with preprocessor definitions _UNION_API_DLL if you linked Union API dynamically or _UNION_API_LIB if statically. The resulting plugin DLL can be loaded by Gothic with Union runtime installed.

For the step-by-step instructions follow Create a new project Wiki page.
Сверху Снизу