Life is Strange - Dynamic Music Positioning

게임 오디오 / 상호작용 음악 / 사운드 디자인

featuredIMG.png

Music and sound are some of the most important elements when it comes to DONTNOD video games. Music can be one of the strongest narrative devices at our disposal as game developers, and it always plays an enormous role in establishing the unique atmosphere for games. We knew from the beginning that this was going to be even more pronounced in the case of Life Is Strange, an episodic video game which draws its influences from Movies and TV Shows. You’ll notice that the music choices and especially how we implemented them also portray the influences from movies and TV shows.

Very early on in the game development process, alongside writing and pre-production, we decided to have both an original soundtrack and licensed tracks. In alignment with our intentions for this project, each would and should serve a precise purpose at different moments of the game. It was really important to never have music for the sake of having music, but rather include music intentionally and with purpose. The game is unique in how it mixes licensed songs with a custom soundtrack created by Jonathan Morali, a member of Syd Matters.

Throughout the game, we explored the use of diegetic and extradiegetic music. One scene at the beginning of Episode 2 in particular is using the same song (Alt-J – Something Good) in both ways. Additionally, we allowed the protagonist Max, to play guitar over it; it was important for us to anchor this song even more into Max's universe and demonstrate how she is relating to the songs that she is listening to, at the same moment as the player. This creates a stronger connection between the player and Max.

 

This scene is the beginning of the second episode, Max is waking up in her bed. After the player input, cinematic with music starts. First, the music is “OFF” (extradiegetic), and then “IN” (diegetic) when the player takes control. Max is able to move freely, to stop the music or to play guitar (with or without the music from the Hi-Fi system).

 

In this tutorial, I’m going to explain how we realized this scene, most of it is handled by Wwise.

Wwise:

Picture1-12.png

The Playlist Container is made with two Music Segments.

The first one contains:

  • The music track in 2D (extradiegetic)
  • The music track in 3D (diegetic)
  • The guitar track in 2D (played from the guitar)
Those three tracks are always playing together.

 

Picture2-10.png3D Track Attenuation Settings

 

The other segment only contains the guitar track in 2D.

We used two RTPCs, the first one (E2_1A_Hifi) whose settings are 0 – 100, Default: 0.

 

This RTPC is assigned to both of our music tracks but with reversed values.

 

Picture3-6.png2D Music

 

Picture4-3.png

3D Music

 

The RTPC value starts at 0, and we can only hear the 2D Music. When we decide it (in this case, we catch an Event during the cinematic), we are going to progressively set the value to 100.

This allows a really smooth transition between the two versions of the track.

 

Picture5-3.png

The other RTPC (E2_1A_ZenGuitar) is assigned to the guitar tracks, its settings are 0 – 1, Default: 0.

 Its value is set to 1 when players take the guitar, and to 0 when they stop playing.

 

To sum things up! 

Picture6-5.png

Three synchronized tracks are playing together. 

  • One RTPC to transition smoothly between 2D and 3D
  • Another one to add a synchronized layer to the other one.

 

Finally, the other segment is implemented this way:

Picture7-3.png

This allows Max to keep playing guitar until she wants to stop, even after the music is over. 

Now, the only thing you have to do in your engine is to play the Music Segment then set the RTPC values the way you want.

 

 

Sébastien Gaillard & Yannick Tassin

Sébastien Gaillard & Yannick Tassin

Sébastien Gaillard

Audio Director - DONTNOD Entertainment

Sébastien Gaillard is an Audio Director with 15+ years of experience in game sound design, scripting and integration. For the last 3 years, he has been managing DONTNOD’s audio department, notably for the award winning “Life is Strange”. He is also a regular lecturer at ISART Digital in Technical Sound Design.

Yannick Tassin

Audio Director - DONTNOD Entertainment

Yannick has been working as Sound Designer at DONTNOD Entertainment for 2 years. Following the successful release of “Life Is Strange”, he is now working on DONTNOD’s next game, the upcoming Action-RPG “Vampyr”.

 @KinnanCassity

댓글

댓글 달기

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

다른 글

고전적 잔향 방법의 몰입적 잠재성 살펴보기

이전 글인 VR에서 몰입형 잔향의 도전 과제에서는 가상 현실에서 몰입형 잔향을 성취하기가 힘든 이유를 알아보았습니다. 이 시리즈에서는 과거, 현재, 그리고 새로운 잔향 기술을...

23.2.2021 - 작성자: 브누아 알라리 (BENOIT ALARY)

새로운 Impacter 플러그인 알아보기

개요 Impacter(임팩터)는 기존의 SoundSeed Impact 플러그인을 영감으로 하는 새로운 음원 플러그인입니다. 이 플러그인은 '타격음' 사운드 파일을 저작 도구로...

20.5.2021 - 작성자: 라이언 돈 (RYAN DONE)

Strata 작업 과정 파워업하기 | 2부 - "연결된 REAPER 프로젝트 열기"

Wwise를 REAPER와 함께 사용하는 사운드 디자이너라면 Wwise에서 작업하는 동안 REAPER에서 사운드를 다시 렌더링하고 싶은 경우가 종종 있습니다. 원래대로라면 관련...

15.8.2023 - 작성자: Audiokinetic (오디오키네틱)

우주의 침묵 속 사운드 | 하드스페이스: 쉽브레이커의 시스템

하드스페이스: 쉽브레이커(Hardspace: Shipbreaker)는 최근 Playstation 5, Xbox Series S/X 및 PC에서 출시된 1인칭 무중력 우주선 해체...

6.1.2025 - 작성자: 벤 맥컬러프 (Ben McCullough)

Wwise Time Stretch 플러그인을 활용한 인게임 시네마틱 제어

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

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

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

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

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

다른 글

고전적 잔향 방법의 몰입적 잠재성 살펴보기

이전 글인 VR에서 몰입형 잔향의 도전 과제에서는 가상 현실에서 몰입형 잔향을 성취하기가 힘든 이유를 알아보았습니다. 이 시리즈에서는 과거, 현재, 그리고 새로운 잔향 기술을...

새로운 Impacter 플러그인 알아보기

개요 Impacter(임팩터)는 기존의 SoundSeed Impact 플러그인을 영감으로 하는 새로운 음원 플러그인입니다. 이 플러그인은 '타격음' 사운드 파일을 저작 도구로...

Strata 작업 과정 파워업하기 | 2부 - "연결된 REAPER 프로젝트 열기"

Wwise를 REAPER와 함께 사용하는 사운드 디자이너라면 Wwise에서 작업하는 동안 REAPER에서 사운드를 다시 렌더링하고 싶은 경우가 종종 있습니다. 원래대로라면 관련...