Game Music

๐Ÿ‘

Reminder - Keep Daily Backups!

When working on a strategy game with a kit as big as the Complete Kit - always keep a working daily backup! Save yourself the trouble of rolling-back changes and losing work.

The SFX folder in the Assets directory contains all the sound effects used in the demo. This includes the music, ambient sounds, and battle sound effects.

Music

There are two different music packs included in the demo. The first is for the general gameplay, and the second is for combat. It just takes a second to replace the music. Navigate to the SFX folder and replace the music_background.wav and muisc_combat.wav files in Unity. Then play the Game.unity scene.

Source FileDescription
music_background.wavMusic used during gameplay
music_combat.wavCombat battle music

Where can I replace the game music?

Look for music_background.wav in the Assets/SFX/sounds licensed or free/music_background.wav
Replace this file with your own game music loop.

๐Ÿ‘

Music Sample

If you're looking for good music to fit your game, listen to the Magic Game Track on AudioJungle or search AudioJungle for other low-cost looping tracks.

Where can I replace the battle music used?

Look for music_combat.wav in the Assets/SFX/sounds licensed or free/music_combat.wav
Replace this file with your own battle music.

Or, open the Game scene tk2dCamera > SoundFX Inspector and edit the AudioClip item. See the below screenshot for where to find this:

1366

Game scene tk2dCamera > SoundFX Inspector AudioClip item.

UI Sound Effects

๐Ÿ‘

Menu Sound Effects

We'd recommend the Menu Sounds and Game Sound packs from Audio Jungle.

The UI includes sound effects for opening menus, closing menus, building or training completion and special sound effects for certain menus. These are located in the SFX folder.

570

Clicking the crystal Buy button triggers a finish now construction sound. Click on image to view larger

Battle Sound Effects

The PvP component included with the Pro and Complete kits includes a whole new set of sound effects for a more in-depth battle experience. These include cannons, unit death, units getting hurt, explosions, and more. All of these sound effects are located in the SFX/battle folder.

800

Click on image to view larger

Tutorial Sound Effects

The keypress sound effects played during the initial game walkthrough are available from FreeSound.org by eklee here.

800

Click on image to view larger

๐Ÿ“˜

About the typewriter sound effects used in the tutorial

Available as flac 48000 Hz and wav 44100 Hz.
Copyright 2012 eklee http://freesound.org/people/eklee/
Copyright 2012 qubodup http://freesound.org/people/qubodup/
Extraction of single sounds | License: CC Attribution 3.0 http://creativecommons.org/licenses/by/3.0/

Audio Editing

We recommend Audacity for audio conversion, editing and mixing. It's free and easy-to-use.

Game Settings: Sound Controls

The last options in the Settings menu control sounds. These sound settings are simple boolean on / off and trigger either UI sounds. Music triggers fade in and fade out of the music loop meanwhile Ambient and Sound settings are activated immediately

739

Sound options. Click to view larger.

ButtonDescription
SoundsUI sound effects like button clicks.
AmbientAmbient sounds like birds or rain. Read the Ambient Sound Effects documentation page for more details.
MusicGame music loop. Read the Game Music documentation for more details.

Sound option settings are remembered between player sessions

All sound settings are saved with the player game options in the Scripts/Save/SaveLoadMap.cs SameGame() function near the end, so when a player disables any one of these sound settings and then saves their game - their personalized sound settings will be remembered for the next time they load their game.