Skip to content

Commit

Permalink
prepare Alpha installers and spec UI modification
Browse files Browse the repository at this point in the history
  • Loading branch information
SoScared committed Apr 15, 2018
1 parent ef98aae commit 41733a1
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 11 deletions.
18 changes: 9 additions & 9 deletions mod.config
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
MOD_ID="ura"

# The OpenRA engine version to use for this project.
ENGINE_VERSION="39aa1a9"
ENGINE_VERSION="unplugged-39aa1a9"

# Enable this to make the default OpenRA mods available for use in your mod.yaml
# Packages list (via $mod references). Accepts values "True" or "False".
Expand Down Expand Up @@ -53,7 +53,7 @@ PACKAGING_INSTALLER_NAME="RedAlertUnplugged"
# - Windows start menu
# - Windows desktop shortcut
# - Windows "Programs and Features" list
PACKAGING_DISPLAY_NAME="Red Alert Unplugged"
PACKAGING_DISPLAY_NAME="Red Alert Unplugged Alpha"

# The URL for the project homepage.
# This is used in:
Expand All @@ -72,14 +72,14 @@ PACKAGING_AUTHORS="SoScared"
PACKAGING_OSX_LAUNCHER_TAG="osx-launcher-20171118"

# Filename to use for the launcher executable on Windows.
PACKAGING_WINDOWS_LAUNCHER_NAME="Red Alert Unplugged"
PACKAGING_WINDOWS_LAUNCHER_NAME="Red Alert Unplugged Alpha"

# The name of the Windows Program Files directory to install the project files to.
PACKAGING_WINDOWS_INSTALL_DIR_NAME="Red Alert Unplugged"
PACKAGING_WINDOWS_INSTALL_DIR_NAME="Red Alert Unplugged Alpha"

# The key prefix used for Windows registry metadata.
# This should not contain spaces or special characters.
PACKAGING_WINDOWS_REGISTRY_KEY="RedAlertUnplugged"
PACKAGING_WINDOWS_REGISTRY_KEY="RedAlertUnpluggedAlpha"

##############################################################################
# Advanced Configuration
Expand All @@ -92,13 +92,13 @@ PACKAGING_WINDOWS_REGISTRY_KEY="RedAlertUnplugged"
AUTOMATIC_ENGINE_MANAGEMENT="True"

# The URL to download the engine files from when AUTOMATIC_ENGINE_MANAGEMENT is enabled.
AUTOMATIC_ENGINE_SOURCE="https://github.com/OpenRA/OpenRA/archive/${ENGINE_VERSION}.zip"
AUTOMATIC_ENGINE_SOURCE="https://github.com/SoScared/OpenRA/archive/${ENGINE_VERSION}.zip"

# Temporary file/directory names used by automatic engine management.
# Paths outside the SDK directory are not officially supported.
AUTOMATIC_ENGINE_EXTRACT_DIRECTORY="./engine_temp"
AUTOMATIC_ENGINE_TEMP_ARCHIVE_NAME="engine.zip"
ENGINE_DIRECTORY="./engine"
AUTOMATIC_ENGINE_EXTRACT_DIRECTORY="./unplugged-engine_temp"
AUTOMATIC_ENGINE_TEMP_ARCHIVE_NAME="unplugged-engine.zip"
ENGINE_DIRECTORY="./unplugged-engine"

# The url to download the OpenRA macOS launcher files.
PACKAGING_OSX_LAUNCHER_SOURCE="https://github.com/OpenRA/OpenRALauncherOSX/releases/download/${PACKAGING_OSX_LAUNCHER_TAG}/launcher.zip"
Expand Down
2 changes: 1 addition & 1 deletion mods/modcontent/mod.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata:
Title: Mod Content Manager
Version: 4c16e51
Version: Alpha
Hidden: true

Packages:
Expand Down
12 changes: 12 additions & 0 deletions mods/ura/chrome.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -522,6 +522,18 @@ dialog5: dialog.png
corner-bl: 579,446,1,1
corner-br: 643,446,1,1

# Used for tooltips and the video player
dialogTransparentNoBorder: dialog.png
background: 517,392,54,54
border-t: 517,387,54,0
border-b: 517,446,54,0
border-l: 512,392,0,54
border-r: 571,392,0,54
corner-tl: 512,387,0,0
corner-tr: 571,387,0,0
corner-bl: 512,446,0,0
corner-br: 571,446,0,0

lobby-bits: buttons.png
spawn-unclaimed: 159,5,23,22
spawn-claimed: 127,5,23,22
Expand Down
2 changes: 1 addition & 1 deletion mods/ura/mod.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata:
Title: Red Alert: Unplugged
Version: Master version
Version: Alpha

PackageFormats: Mix

Expand Down
6 changes: 6 additions & 0 deletions mods/ura/rules/player.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,32 +14,38 @@ Player:
QueuedAudio: Building
ReadyAudio: ConstructionComplete
SpeedUp: True
SpectatorUIOrder: 0
ClassicProductionQueue@Defense:
Type: Defense
LowPowerSlowdown: 3
QueuedAudio: Building
ReadyAudio: ConstructionComplete
SpeedUp: True
SpectatorUIOrder: 1
ClassicProductionQueue@Vehicle:
Type: Vehicle
LowPowerSlowdown: 3
QueuedAudio: Building
SpeedUp: True
SpectatorUIOrder: 3
BuildTimeSpeedReduction: 100, 75, 60, 50
ClassicProductionQueue@Infantry:
Type: Infantry
LowPowerSlowdown: 3
SpeedUp: True
SpectatorUIOrder: 2
ClassicProductionQueue@Ship:
Type: Ship
LowPowerSlowdown: 3
QueuedAudio: Building
SpeedUp: True
SpectatorUIOrder: 5
ClassicProductionQueue@Aircraft:
Type: Aircraft
LowPowerSlowdown: 3
QueuedAudio: Building
SpeedUp: True
SpectatorUIOrder: 4
PlaceBuilding:
SupportPowerManager:
ScriptTriggers:
Expand Down

0 comments on commit 41733a1

Please sign in to comment.