加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
mod.config 2.07 KB
一键复制 编辑 原始数据 按行查看 历史
Castle 提交于 2022-08-06 03:20 . fix package script
######################
# Core Configuration #
######################
MOD_ID="ta"
ENGINE_VERSION="a4f3981"
##########################
# Continuous Integration #
##########################
TRAVIS_TEST_MOD="True"
TRAVIS_TEST_PACKAGING="False"
###########################
# Packaging Configuration #
###########################
PACKAGING_INSTALLER_NAME="TA"
PACKAGING_DISPLAY_NAME="Tiberian Aurora"
PACKAGING_WEBSITE_URL="http://openra.net"
PACKAGING_FAQ_URL="http://wiki.openra.net/FAQ"
PACKAGING_AUTHORS="The Tiberian Aurora authors"
PACKAGING_OSX_LAUNCHER_TAG="osx-launcher-20200209"
# The macOS disk image icon positions, matched to the background artwork
PACKAGING_OSX_DMG_MOD_ICON_POSITION="190, 210"
PACKAGING_OSX_DMG_APPLICATION_ICON_POSITION="410, 210"
PACKAGING_OSX_DMG_HIDDEN_ICON_POSITION="190, 350"
PACKAGING_WINDOWS_LAUNCHER_NAME="TA"
PACKAGING_WINDOWS_INSTALL_DIR_NAME="OpenRA Tiberian Aurora"
PACKAGING_WINDOWS_REGISTRY_KEY="OpenRATA"
PACKAGING_WINDOWS_LICENSE_FILE="./LICENSE"
PACKAGING_COPY_ENGINE_FILES="./mods/modcontent"
# Space delimited list of dll files compiled by the mod, which
# should be copied from the bin directory into your installers
PACKAGING_COPY_MOD_BINARIES="OpenRA.Mods.TA.dll OpenRA.Mods.AS.dll"
# If your mod depends on OpenRA.Mods.Cnc.dll from the engine set
# this to "True" to package the dll in your installers.
# Accepts values "True" or "False".
PACKAGING_COPY_CNC_DLL="True"
# If your mod depends on OpenRA.Mods.D2k.dll from the engine set
# this to "True" to package the dll in your installers.
# Accepts values "True" or "False".
PACKAGING_COPY_D2K_DLL="True"
PACKAGING_OVERWRITE_MOD_VERSION="False"
##########################
# Advanced Configuration #
##########################
# Can be overwritten in user.config if you want to manage it manually/using git (e.g. submodules)
AUTOMATIC_ENGINE_MANAGEMENT="False"
AUTOMATIC_ENGINE_SOURCE="https://gitee.com/CastleJing/TA_Engine/repository/archive/${ENGINE_VERSION}.zip"
AUTOMATIC_ENGINE_EXTRACT_DIRECTORY="./engine_temp"
AUTOMATIC_ENGINE_TEMP_ARCHIVE_NAME="engine.zip"
ENGINE_DIRECTORY="./engine"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化