Новости Анонсирован Atomic Heart II
Новости Анонсирован ремастер Final Fantasy Tactics
  • 300
  • 1
Культовая пошаговая тактическая RPG от Square Enix получит второе дыхание. На проходящей выставке State of Play, где анонсируются игры для Play Station, состоялся анонс ремастера Final Fantasy...
Новости Моддеры Oblivion Remastered нашли способ внедрения абсолютно любых скриптов
  • 342
  • 1
Сообщество моддинга Oblivion Remastered (ORM) переживает настоящий расцвет. После долгих месяцев работы, энтузиасты научили игру работать с мощным скриптовым языком Lua, открыв перед создателями...
Новости Tainted Grail: The Fall of Avalon — Польская «Skyrim» теперь официально
  • 1.978
  • 26
23 мая 2025 после двух лет успешного раннего доступа в Steam польская студия Questline наконец представила свою фэнтези-RPG в полной версии. Tainted Grail: The Fall of Avalon доступна на ПК...
Инструкция по установке и настройке Union SDK

Референс / справочник Инструкция по установке и настройке Union SDK

Шаблон плагина, файлы через Union-меню, выбор платформ
Getting Started with Union SDK

Installation
  1. Use the Resource Manager or the standalone installer to set up the Union plugin template along with the necessary SDK tools.
  2. In Visual Studio, find the Union plugin template in the project creation menu.
  3. In the project settings, select a suitable Platform Toolset.

Workspace
  1. Add new source files via the dedicated ‘Union’ creation menu — they’ll be automatically registered in the plugin interface. These files support cross-platform compilation (see headers.h and sources.h).
  2. You don’t need to include headers directly in interface files. Make changes inside the GOTHIC_ENGINE block. The namespace will be generated based on selected platforms.
  3. To include headers globally, use interface.cpp right after including UnionAfx.h. These headers will apply across all interface files.

Build & Run
  1. Choose the target platform to compile for. Selecting MP (multiplatform) builds a plugin compatible with all 4 Gothic engines: Gothic 1, Sequel, Gothic 2, Gothic 2 NoTR.
  2. Place the compiled DLL in System\Autorun or VDF:[any folder]\Autorun to enable automatic plugin loading. (For other methods, see the Union documentation.)
Сверху Снизу