Setting WWise Audio Modding: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Register an account with Audiokinetic [https://www.audiokinetic.com/ here] Create a non-commercial project with over 200 sounds. Make sure to include the words KF2 Mod in the...") |
No edit summary |
||
Line 1: | Line 1: | ||
[[File:SoundBanksSettings.png|thumb]] | |||
=== Setting Up Wwise for KF2 === | |||
Register an account with Audiokinetic [https://www.audiokinetic.com/ here] | Register an account with Audiokinetic [https://www.audiokinetic.com/ here] | ||
Create a non-commercial project with over 200 sounds. Make sure to include the words KF2 Mod in the title and description. | Create a non-commercial project with over 200 sounds. Make sure to include the words KF2 Mod in the title and description. | ||
You will need to go to the “older versions” area of downloads [https://www.audiokinetic.com/downloads/previous/ here]. | You will need to go to the “older versions” area of downloads [https://www.audiokinetic.com/downloads/previous/ here]. | ||
They will give you a license key that will get you full access to everything needed for KF2 Modding. | They will give you a license key that will get you full access to everything needed for KF2 Modding. | ||
# | #Download correct Wwise SDK - 2015.1.9 build 5624 | ||
# | #Download Wwise Project located here | ||
# | #Place the contents of this folder here: “steamapps\common\killingfloor2\KFGame\Content\Packages\Audio\WWISE” | ||
# | #Install Wwise SDK (Common) and (Windows), Authoring Data, and Authoring Binaries | ||
# | #Set the correct bank output path in Wwise | ||
# | ##Navigate to Project-Project Settings | ||
# | ##Click the “SoundBanks” tab | ||
# | ##Set the Windows Platform “SoundBank Folder” path to the folder where your brewed game files live killingfloor2\KFGame\BrewedPC\WwiseAudio\Windows | ||
# | #If you want to create brand new banks this will require manually moving them to the \BrewedPC\WwiseAudio\Windows folder. | ||
# | #NEW STATES WILL NOT WORK WITHOUT COMPILING SOURCE. Modders must use existing States. | ||
=== Creating New Content in Wwise === |
Revision as of 15:01, 3 January 2019
Setting Up Wwise for KF2
Register an account with Audiokinetic here
Create a non-commercial project with over 200 sounds. Make sure to include the words KF2 Mod in the title and description.
You will need to go to the “older versions” area of downloads here.
They will give you a license key that will get you full access to everything needed for KF2 Modding.
- Download correct Wwise SDK - 2015.1.9 build 5624
- Download Wwise Project located here
- Place the contents of this folder here: “steamapps\common\killingfloor2\KFGame\Content\Packages\Audio\WWISE”
- Install Wwise SDK (Common) and (Windows), Authoring Data, and Authoring Binaries
- Set the correct bank output path in Wwise
- Navigate to Project-Project Settings
- Click the “SoundBanks” tab
- Set the Windows Platform “SoundBank Folder” path to the folder where your brewed game files live killingfloor2\KFGame\BrewedPC\WwiseAudio\Windows
- If you want to create brand new banks this will require manually moving them to the \BrewedPC\WwiseAudio\Windows folder.
- NEW STATES WILL NOT WORK WITHOUT COMPILING SOURCE. Modders must use existing States.