Starting point
1 - Github Access:
Please send me your Github Username so I can add you to the following repositories:
- https://github.com/smks/tribe-of-the-accord (Main Project)
- https://github.com/smks/tribe-of-the-accord-soundbanks (Where Wwise/Audio files live)
To get the game running you will need to first download the Wwise Binary and the Soundbank to play the audio otherwise the game will fail to run:
Follow the steps below where we download the files into the Main Project: https://github.com/smks/tribe-of-the-accord
2 - Download the Wwise binaries
These are the binaries that generate the necessary singletons when the Game runs. E.g. Wwise, AkEvent etc.
You will be able to download the binaries by:
- Navigating to the releases here https://github.com/smks/tribe-of-the-accord-soundbanks/releases
- Download
bin.zipfrom the latest binaries version e.g.WwiseBinaries_3.5.2_v2. (v1 has issues with Windows) - Inside this Zip you will have 3 platform binaries, but you only need one platform.
Files inside the zip needs to be copied to:
- If on Mac: move
osxtoaddons/wwise/bin/osx - If on Linux: move
linuxtoaddons/wwise/bin/linux - If on Windows: move
win64toaddons/wwise/bin/win64 - All other files can be placed in
addons/wwise/bin
3 - Download the SoundBank
This is an export provided by our Audio team that has a collection of audio events we need in the game.
Steps:
- Navigating to the releases here https://github.com/smks/tribe-of-the-accord-soundbanks/releases
- Download
GeneratedSoundbanks.zipfrom the latest version e.g.v1.1.0-light-demo. - Inside this Zip you will have 3 platform binaries, but you only need 1 platform.
- Mac +
Mac/directory. - Linux +
Linux/directory - Windows +
windows/directory - Wwise_IDs.h (Needed regardless of platform)
This needs to be copied to:
- Mac:
wwise/GeneratedSoundBanks/Mac - Linux:
wwise/GeneratedSoundBanks/Linux - Windows:
wwise/GeneratedSoundBanks/Windows wwise/GeneratedSoundBanks/wwise_ids.gd(Needed for all platforms)wwise/GeneratedSoundBanks/Wwise_IDs.h(Needed for all platforms)