С Днём России!
  • 2.505
  • 6
Дорогие друзья! Поздравляю вас с Днём России! Этот праздник напоминает нам о богатой истории и культуре нашей страны, о её величии и непоколебимом духе народа! Желаю вам крепкого здоровья...
Новости Анонсирован Atomic Heart II
Новости Анонсирован ремастер Final Fantasy Tactics
  • 927
  • 1
Культовая пошаговая тактическая RPG от Square Enix получит второе дыхание. На проходящей выставке State of Play, где анонсируются игры для Play Station, состоялся анонс ремастера Final Fantasy...
Новости Моддеры Oblivion Remastered нашли способ внедрения абсолютно любых скриптов
  • 1.130
  • 4
Сообщество моддинга Oblivion Remastered (ORM) переживает настоящий расцвет. После долгих месяцев работы, энтузиасты научили игру работать с мощным скриптовым языком Lua, открыв перед создателями...
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.
Сверху Снизу