> ## Content Index
> Fetch the complete content index at: https://blog.matthewbrunelle.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# Extracting Music From Portal 2
- URL: https://blog.matthewbrunelle.com/extracting-music-from-portal-2/
- Published: 2011-08-11T04:00:00.000Z
- Updated: 2025-08-12T01:23:11.000Z
- Author: Matthew Brunelle
- Tags: Paleontology

This post is a part of my [blog paleontology series](https://blog.matthewbrunelle.com/tag/paleontology/). I dug up and restored this post on 2025-08-11\. I've updated some links to the wayback machine when needed.

Yes I talk in other posts about buying music, but this more about *whether* it was possible than the money.

---

I'm a pretty big fan of Portal and Portal 2\. As such I was sucked into the whole pre-release ARG. I figure that if I spent all that money on the Potato sack, I might as well get some free music along with the game. Luckily there is an immense amount of source files in the game. Most of them are ambient noise and sound effects but you can get the co-op ending song [Robots FTW](http://www.last.fm/music/Valve/%5F/Robots+FTW?ref=blog.matthewbrunelle.com), the single player ending song [Want You Gone](http://www.last.fm/music/Jonathan+Coulton/%5F/Want+You+Gone?ref=blog.matthewbrunelle.com) by Jonathan Coulton, and the [turret opera](http://www.last.fm/music/Ellen+Mclain/%5F/Turret+Opera?ref=blog.matthewbrunelle.com) (Cara bella, cara mia bella!) by Ellen Mclain.

On a OS X use [Source Fangler](http://www.markdouma.com/sourcefinagler/?ref=blog.matthewbrunelle.com), open

```
~/Library/Application\ Support/Steam/SteamApps/common/portal\ 2/portal2/pak01_dir.vpk

```

On a Windows use [GCFScrape](https://web.archive.org/web/20120119044155/http://nemesis.thewavelength.net/index.php?p=26), open

```
C:\Program Files (x86)\Steam\steamapps\common\portal 2\portal2\pak01_dir.vpk

```

For Robots FTW go to sound -> music -> portal2\_robots\_ftw.wav

For Want You Gone go to sound -> music -> portal2\_robots\_ftw.wav

They're both lossless and you can play them as is or convert it to flac. Getting the turret opera is a bit more involved. Its in a bink video file.

```
C:\Program Files (x86)\Steam\steamapps\common\portal 2\portal2\media\sp_30_a4_finale5.bik

~/Library/Application\ Support/Steam/SteamApps/common/portal\ 2/portal2/media/sp_30_a4_finale5.bik

```

On Windows and OS X respectively. On Windows you can convert it with [RAD Video Tools](http://www.radgametools.com/bnkdown.htm?ref=blog.matthewbrunelle.com). You can play them on OS X. Thanks to the [Steam Forums](http://forums.steampowered.com/forums/showthread.php?t=1854268&ref=blog.matthewbrunelle.com) for how to solve this one.

**Bonus**

Valve has released part 1 and part 2 (part 3 is coming) of the [Official Soundtrack](http://www.thinkwithportals.com/music.php?ref=blog.matthewbrunelle.com) for free! The songs above aren't included and the Valve soundtracks are mp3s, so if you're looking for higher quality you're going to have to dig through the source files. It probably won't be worth it though, because many of the sound track songs are split into multiple source files.

\~Matt