Wargus / wargus

Importer and scripts for Warcraft II: Tides of Darkness, the expansion Beyond the Dark Portal, and Aleonas Tales
GNU General Public License v2.0
355 stars 55 forks source link

Refactor and document modding #400

Open timfel opened 2 years ago

timfel commented 2 years ago

There's some discussion on discord, but there is very little in terms of documentation how to build a mod. Since mods can have arbitrary side-effects, it should probably be made so that loading a mod will restart the entire game and load the mod during startup, same with unloading. This needs at least a Lua->C++ binding to restart the process.