Difference between revisions of "Sound modding in KCD"

From Nexus Mods Wiki
Jump to: navigation, search
(Getting started)
(Project description)
Line 16: Line 16:
 
<p>
 
<p>
 
* <b>animals:</b> Includes various animal sounds.
 
* <b>animals:</b> Includes various animal sounds.
* <b>cinematics:</b> Sounds made for in-game cutscenes. Most of the sounds have panning override to center channel (or to wide L - R - Ls - Rs surround image).
+
* <b>cinematics:</b> Sounds made for in-game cutscenes. Most of the sounds have panning override to center channel (or to wide L - R - Ls - Rs surround image used with stereo sounds).
* <b>combat:</b> Here are all combat impacts, bow sounds and different type of combat yelling.
+
* <b>combat:</b> Here are all combat impacts, bow shots and foleys, bullet time sounds and different types of combat yelling.
 
* <b>foley:</b> Foley sounds for 4 basic clothes types: plate, chainmail, leather, fabric.
 
* <b>foley:</b> Foley sounds for 4 basic clothes types: plate, chainmail, leather, fabric.
 
* <b>footsteps:</b> Self explanatory enough, I guess.
 
* <b>footsteps:</b> Self explanatory enough, I guess.

Revision as of 18:22, 8 March 2018

Getting started

To learn about modding of music, please refer to Sequence Music Engine in KCD

To help the community with creating mods that modify in-game sounds you will need FMOD projects and original sounds.

As the sound files are present in the "sound.pak" file within *.bank files the FMOD projects are not included in game data. You can download it directly from Warhorse Studios pages.

  • FMOD project download (note: please download it only if you really need it in order not to generate big traffic)

Project description

When you open the kcd project you can see various event folders in the event editor. It contains all sounds that are used in the game.

  • animals: Includes various animal sounds.
  • cinematics: Sounds made for in-game cutscenes. Most of the sounds have panning override to center channel (or to wide L - R - Ls - Rs surround image used with stereo sounds).
  • combat: Here are all combat impacts, bow shots and foleys, bullet time sounds and different types of combat yelling.
  • foley: Foley sounds for 4 basic clothes types: plate, chainmail, leather, fabric.
  • footsteps: Self explanatory enough, I guess.
  • music: Mainly in-game cutscenes 5.1 music, also includes music programmer sound. This event is permanently used by the Sequence Music Engine in KCD.
  • npc: Different sounds of different professions.
  • special: Special sounds which are used in Alchemy, Dice and other minigames. Quest sounds which were made for concrete situations are there.
  • test: Sound events for testing purposes.
  • ui: Inventory, menu sounds.
  • voice: Burping, farting, coughing, yawning and in the subfolder dialog there are programmer sounds which are used by our robust voice replay system.
  • world: Folder contains sound atmospheres, water streams and dams, random sounds which will trigger in forests, meadows etc.

In mixer editor window there is group hierarchy. Most sounds are in subgroups Dieg, which contains diegetic sounds. In the Snapshots pane there are lots of environments which are basically different delay/reverb presets for our listener-centric reverbation system. Under setups group there are snapshots which damp certain mix buses in certain game situations (when player enters main manu, in skiptime, inventory view etc).

When you finished modifying or creating new sounds, simply build audio banks and overwrite old banks.