The Witcher 3 REDkit & Wwise: A Setup Guide

게임 오디오

Hello Wwizards and Wwitches! 

This tutorial is designed to provide a comprehensive, step-by-step guide for setting up The Witcher 3 REDkit modding tool alongside its Wwise Project. It consolidates information from The Witcher 3 REDkit documentation, while also addressing some undocumented steps that are essential for a smooth setup.

In order to get the project up and running, we need to:

  • Install the necessary software
  • Get the Wwise project from the built game
  • Get the Wwise license (from your Customer Profile at audiokinetic.com)
  • Convert the audio files format to be recognizable in Wwise

Before proceeding, ensure that you have at least 230 GB of free storage space available. This will be needed to accommodate both the required programs and the extracted game mod files.

Whether you’re an experienced user or new to Wwise, this tutorial is structured to be clear, concise, and straight to the point. For additional explanations you can check out my detailed video tutorial on YouTube:


Necessary software

  1. In case you don’t have the game, it’s available to buy on Steam, Epic or GOG (as far as I know, those are the stores where its being sold). Because it’s a game from 2015, offers are abundant and you can get it at a very accessible price.
  2. Once you have the game, you’ll need to download The Witcher 3 REDkit, which is a free modding tool that allows you to customize and expand The Witcher 3: Wild Hunt. This is needed in order to get the Wwise project.

    The-Witcher-3-download
    (game and modding tool installed)
  3. Download Wwise version 2021.1.7.7796. In the Audiokinetic Launcher, head over to Wwise → All → 2021.1 → 2021.1.7.7796. Then click install (if you already installed it, an “Already installed” tag should appear).

    Audiokinetic-Launcher
  4. Download the ffmpeg command line tool to convert the Wwise multimedia files (more of this later).

Getting the Wwise project from the built game

Open The Witcher 3 REDkit. A window similar to the one below will appear. 

The-Witcher-3-redkit

Browse and select a path:

  • Game directory → The current location where TW3 is installed
  • Depot directory → An empty folder to put the depot

But what is a depot? As the official REDKit Setup Guide says :

“A depot is the place where all the “uncooked” game files - which you will be able to start working with - are kept. In video games, large numbers of files are usually merged (compressed) into a smaller number of bigger files so the user doesn’t see every single file that makes up the game. You can think about uncooking is basically “unpacking”.”

Cool! Knowing that, click on “Generate”. Wait around 30 min for the process to finish.

If the status shows “invalid”, check if the game directory path is correct and if the depot path is empty.

generate-depot

  (Houston, we have a problem…)

Getting the Wwise License

Now you’ll need to get a Wwise License to be able to generate SoundBanks with all the project’s assets and plug-ins used.

To do so, on the Audiokinetic page, sign in to your Customer Profile and then go to the Wwise Modding Projects page, scroll to  “Witcher 3 - REDKit Modding” and request access.

Witcher-3-redkit-modding-Wwise-Audiokinetic

Another window will pop up. Accept the License Agreements and confirm the licence request.

Audiokinetic-license-agreement

If everything’s good, a Witcher 3 modding licence should be approved relatively quickly. You can check it in your account → My projects. 

audiokinetic-account-projects

There, you should see something like this:

audiokinetic-projects-the-witcher-modding-v3

That means the license has been approved, great! Now go to the Audiokinetic Launcher. Go into Licenses → Get License Key and copy it. 

Wwise-license-copy-v2

In the Audiokinetic Launcher, head over to Projects → Open Other. The Wwise project should be located in:

Path_Where_Is_Located\TheWitcher3REDkit\assets\w3_audio

(Which in my case will be: “D:\Epic Games\TheWitcher3REDkit\assets\w3_audio”)

Audiokinetic-Launcher-projects

Launcher-select-Wwise-project

Once the project is loaded, it may ask you to accept some terms and conditions. Accept them, then go to Project → License Manager and paste the license. 

Wwise-license-manager

The Wwise project is ready! You can check that the project also appears on the Project section of the Launcher.

Wwise-project-ready

Converting the audio files format 

The extracted audio files from the mod tool are as .opus type, which is a problem as Wwise only accepts .wav files.

Wwise-opus

 (Wwise does not recognize .opus files)

For that, extract the downloaded ffmpeg tool. Then copy the “ffmpeg.exe” file located in the “bin” folder and paste it into the “Originals” Wwise project folder. 

ffmpeg

The last step is to execute the “run_extract_original_audio.bat” file in the project folder. This will convert all the audio files from .opus to .wav format.

The-Witcher-redkit

That’s it! You should have the project fully set up.

Wwise-project-set-up

 (all the Sound SFX objects are blue!)

Where to go now?

Now that the project is ready, you can explore it and gain insight on how a AAA game is structured. If you find it a bit overwhelming or difficult, I can make a second part where we’ll take a deep dive into the Sound and Music systems implemented! 

If you get stuck, remember that the modding community is a valuable resource. Forums, documentation, and online discussions can provide additional insights to help troubleshoot issues and refine your approach (like The Official Witcher Discord).

That’s it for this post folks, happy implementation!

 

Guido Fazzito

Technical Sound & Music Designer | Audio Programmer

Guido Fazzito

Technical Sound & Music Designer | Audio Programmer

Guido Fazzito is an Electroacoustic Composer dedicated to redefining the sonic experience. He has composed soundtracks for numerous films, bringing unique textures and emotions to the screen. Through his YouTube channel, he explores Game Audio and Music Technology, sharing insights and tutorials on Max/MSP and Wwise. In the gaming industry, his passion lies in pushing the boundaries of audio, bridging music, sound design, and programming while discovering new frontiers that transform the way we listen.

YouTube

Bluesky

www.guidofazzito.com/

댓글

댓글 달기

이메일 주소는 공개되지 않습니다.

다른 글

AI를 활용한 Pagan Online의 다이얼로그(대화) 관리 개선

오디오 프로그래밍 / 게임 오디오 / 사운드 디자인 니콜라 루키치 (NIKOLA LUKIĆ) 우리는 인공지능의 연구개발이 상당한 추진력을 얻고 있는 시대에 살고 있습니다....

24.3.2020 - 작성자: 니콜라 루키치 (NIKOLA LUKIĆ)

사운드 디자이너가 PureData + Heavy를 사용하여 DSP 플러그인을 개발하는 법 - 제 2부

제 1부에서는 Patch 파일을 사용하여 '블루프린트'를 제작하는 법을 설명해 드렸습니다. 이제 Heavy 컴파일러를 사용하여 '자동 워크숍'을 제작한 후, 이 자동 워크숍을...

24.11.2020 - 작성자: 천종 호우 (Chenzhong Hou)

Wwise 미디 기본 지식: 뉴 슈퍼 럭키스 테일(New Super Lucky Tale)의 폭스베리 타이머 음악적 미디 마법!

안녕하세요 멋진 Wwise 사용자분들 :) 게임 오디오 업계에서 살아남기 위한 필수적인 스킬은 바로 문제를 해결하는 능력입니다. 사용하는 도구의 크고 작은 모든 면을 아는 것은...

8.2.2021 - 작성자: 애론 브라운(AARON BROWN)

AudioLink로 떠나는 여행

지난 10월 게임사운드콘(GameSoundCon)에서 저는 호텔 근처 고급 샌드위치 가게에서 데미안(Damian)과 점심을 먹고 있었습니다. 예상하셨겠지만 저희는 오디오 기술에...

10.6.2024 - 작성자: 피터 "pdx" 드레셔 (Peter "pdx" Drescher)

Wwise Meter 플러그인을 활용한 애니메이션 립싱크

소개 이번 글은 Jater (Ruohao) Xu가 쓴 3부작 기술 블로그 시리즈의 마지막 편으로, 역붕괴: 베이커리 작전에 대한 작업을 공유합니다. Wwise를 사용하여 게임...

2.7.2025 - 작성자: Ruohao (Jater) Xu (루오하오 (제이터) 쉬)

기울어진 2D 뷰를 위한 커스터마이징 Wwise 리스너 위치 프로젝션 시스템

소개 이 글은 제이터 (루오하오) 쉬(Jater (Ruohao) Xu)가 '역붕괴: 베이커리 작전(Reverse Collapse: Code Name Bakery)'에서 진행한...

17.9.2025 - 작성자: Ruohao (Jater) Xu (루오하오 (제이터) 쉬)

다른 글

AI를 활용한 Pagan Online의 다이얼로그(대화) 관리 개선

오디오 프로그래밍 / 게임 오디오 / 사운드 디자인 니콜라 루키치 (NIKOLA LUKIĆ) 우리는 인공지능의 연구개발이 상당한 추진력을 얻고 있는 시대에 살고 있습니다....

사운드 디자이너가 PureData + Heavy를 사용하여 DSP 플러그인을 개발하는 법 - 제 2부

제 1부에서는 Patch 파일을 사용하여 '블루프린트'를 제작하는 법을 설명해 드렸습니다. 이제 Heavy 컴파일러를 사용하여 '자동 워크숍'을 제작한 후, 이 자동 워크숍을...

Wwise 미디 기본 지식: 뉴 슈퍼 럭키스 테일(New Super Lucky Tale)의 폭스베리 타이머 음악적 미디 마법!

안녕하세요 멋진 Wwise 사용자분들 :) 게임 오디오 업계에서 살아남기 위한 필수적인 스킬은 바로 문제를 해결하는 능력입니다. 사용하는 도구의 크고 작은 모든 면을 아는 것은...