From c699f09f9ac1fea61e1ffdde9c88a86211fdfb1f Mon Sep 17 00:00:00 2001 From: Patrick Wieth Date: Wed, 11 Oct 2023 17:01:53 +0200 Subject: [PATCH] update mod.config for correct naming and engine upgrade --- mod.config | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/mod.config b/mod.config index 444a23b3..d18d5346 100644 --- a/mod.config +++ b/mod.config @@ -9,7 +9,7 @@ MOD_ID="ca" # The OpenRA engine version to use for this project. -ENGINE_VERSION="b858ba5c9a37b777c6ba6075ab0bbcebec87b02a" +ENGINE_VERSION="c7ad57a67541fc1936ca6d7887a7b0bd9e0440c2" ############################################################################## # Packaging @@ -21,7 +21,7 @@ ENGINE_VERSION="b858ba5c9a37b777c6ba6075ab0bbcebec87b02a" # - Windows installers will be named as {PACKAGING_INSTALLER_NAME}-{TAG}.exe # - macOS installers will be named as {PACKAGING_INSTALLER_NAME}-{TAG}.dmg # - Linux .appimages will be named as {PACKAGING_INSTALLER_NAME}-${TAG}.AppImage -PACKAGING_INSTALLER_NAME="CombinedArms" +PACKAGING_INSTALLER_NAME="CameoReloaded" # The human-readable name for this project. # This is used in: @@ -35,12 +35,12 @@ PACKAGING_INSTALLER_NAME="CombinedArms" # - Windows desktop shortcut # - Windows "Programs and Features" list # - Linux launcher shortcut -PACKAGING_DISPLAY_NAME="Combined Arms" +PACKAGING_DISPLAY_NAME="Cameo Reloaded" # The URL for the project homepage. # This is used in: # - Windows "Add/Remove Programs" list -PACKAGING_WEBSITE_URL="https://www.moddb.com/mods/command-conquer-combined-arms" +PACKAGING_WEBSITE_URL="https://www.moddb.com/mods/cameo" # The URL that is displayed in the crash dialog. PACKAGING_FAQ_URL="http://wiki.openra.net/FAQ" @@ -48,7 +48,7 @@ PACKAGING_FAQ_URL="http://wiki.openra.net/FAQ" # The human-readable project authors. # This is used in: # - Windows "Add/Remove Programs" list -PACKAGING_AUTHORS="Inq" +PACKAGING_AUTHORS="TheCommando315" # If your mod depends on OpenRA.Mods.Cnc.dll from the engine set # this to "True" to package the dll in your installers. @@ -63,7 +63,7 @@ PACKAGING_COPY_D2K_DLL="True" # If you wish to enable Discord integration, register an # application at https://discord.com/developers/applications # and define the client id here and in your mod.yaml -PACKAGING_DISCORD_APPID="787647352399200277" +PACKAGING_DISCORD_APPID="" # The macOS disk image icon positions, matched to the background artwork PACKAGING_OSX_DMG_MOD_ICON_POSITION="190, 210" @@ -71,14 +71,14 @@ PACKAGING_OSX_DMG_APPLICATION_ICON_POSITION="410, 210" PACKAGING_OSX_DMG_HIDDEN_ICON_POSITION="190, 350" # Filename to use for the launcher executable on Windows. -PACKAGING_WINDOWS_LAUNCHER_NAME="CombinedArms" +PACKAGING_WINDOWS_LAUNCHER_NAME="CameoReloaded" # The name of the Windows Program Files directory to install the project files to. -PACKAGING_WINDOWS_INSTALL_DIR_NAME="Combined Arms" +PACKAGING_WINDOWS_INSTALL_DIR_NAME="Cameo Reloaded" # The key prefix used for Windows registry metadata. # This should not contain spaces or special characters. -PACKAGING_WINDOWS_REGISTRY_KEY="CombinedArms" +PACKAGING_WINDOWS_REGISTRY_KEY="CameoReloaded" # Path to the file containing the text to show in the Windows installer license dialog PACKAGING_WINDOWS_LICENSE_FILE="./COPYING"