Skip to content

Commit 75eacc1

Browse files
committed
Prep for 0.7
+New Art (Prism Tank, Carryall, Laser Fence, IFV repair arm) +Aircraft Rebalance (+HP, Changes to bomber behaviour) +Bug Fixes (Dark text, broken maps, Unit prereq)
1 parent e5a1722 commit 75eacc1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+845
-1569
lines changed

mod.config

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ TRAVIS_TEST_PACKAGING="False"
3939
# - Windows installers will be named as {PACKAGING_INSTALLER_NAME}-{TAG}.exe
4040
# - macOS installers will be named as {PACKAGING_INSTALLER_NAME}-{TAG}.zip
4141
# - Linux .appimages will be named as {PACKAGING_INSTALLER_NAME}-${TAG}.AppImage
42-
PACKAGING_INSTALLER_NAME="CombinedArms"
42+
PACKAGING_INSTALLER_NAME="CombinedArmsLite"
4343

4444
# The human-readable name for this project.
4545
# This is used in:
@@ -71,14 +71,14 @@ PACKAGING_AUTHORS="Inq"
7171
PACKAGING_OSX_LAUNCHER_TAG="osx-launcher-20190506"
7272

7373
# Filename to use for the launcher executable on Windows.
74-
PACKAGING_WINDOWS_LAUNCHER_NAME="CombinedArms"
74+
PACKAGING_WINDOWS_LAUNCHER_NAME="CombinedArmsLite"
7575

7676
# The name of the Windows Program Files directory to install the project files to.
77-
PACKAGING_WINDOWS_INSTALL_DIR_NAME="Combined Arms"
77+
PACKAGING_WINDOWS_INSTALL_DIR_NAME="Combined Arms Lite"
7878

7979
# The key prefix used for Windows registry metadata.
8080
# This should not contain spaces or special characters.
81-
PACKAGING_WINDOWS_REGISTRY_KEY="CombinedArms"
81+
PACKAGING_WINDOWS_REGISTRY_KEY="CombinedArmsLite"
8282

8383
# Path to the file containing the text to show in the Windows installer license dialog
8484
PACKAGING_WINDOWS_LICENSE_FILE="./COPYING"

mods/ca/audio/voices.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -422,3 +422,15 @@ MirageVoice:
422422
Zapped: dedman6,nuyell3
423423
Poisoned: vtoxb,vtoxc,vtoxd,vtoxe,vtoxf,vtoxh
424424
Build: vmirsea, vmirseb, vmirsec, vmirsed, vmirsee, vmirsef
425+
426+
PrismVoice:
427+
Voices:
428+
Select: vprisea, vpriseb, vprisec, vprised, vprisee
429+
Move: vprimoa, vprimob, vprimoc, vprimod, vprimoe
430+
Attack: vpriata, vpriatb, vpriatc, vpriatd, vpriate
431+
Action: vprimoa, vprimob, vprimoc, vprimod, vprimoe
432+
Die: dedman1,dedman2,dedman3,dedman4,dedman5,dedman7,dedman8,nuyell1,nuyell3,nuyell4,nuyell5
433+
Burned: dedman10,yell1
434+
Zapped: dedman6,nuyell3
435+
Poisoned: vtoxb,vtoxc,vtoxd,vtoxe,vtoxf,vtoxh
436+
Build: vprisea, vpriseb, vprisec, vprised, vprisee

mods/ca/bits/audio/lasgun.aud

9.88 KB
Binary file not shown.

mods/ca/bits/audio/ptnkfire.aud

12.4 KB
Binary file not shown.

mods/ca/bits/audio/vpriata.aud

15.5 KB
Binary file not shown.

mods/ca/bits/audio/vpriatb.aud

15.7 KB
Binary file not shown.

mods/ca/bits/audio/vpriatc.aud

17.7 KB
Binary file not shown.

mods/ca/bits/audio/vpriatd.aud

18.4 KB
Binary file not shown.

mods/ca/bits/audio/vpriate.aud

14.9 KB
Binary file not shown.

mods/ca/bits/audio/vprimoa.aud

19.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)