A Teardown mod about an AC130 gunship.
Project page: https://github.com/Konvt/teardown_gunship
The original scripts are written by My Cresta.
The vox model and sound files come from two different workshop mods: AC130 Airstrike and AC130 MORE Enhanced, which I do not own or claim authorship of them.
Based on the original script from AC130 Airstrike, this mod introduces a class library and completes a large-scale refactoring.
Because the Lua interpreter of the Teardown engine has disabled the global variable package and the function require, the mod needs to be linked into a single Lua file according to the dependency relationship by using linker.py in the project root directory to run normally.
This mod is licensed under the MPL.