Skip to content

Instantly share code, notes, and snippets.

@YoRyan
YoRyan / Extract Civ 6 Music.ps1
Last active July 16, 2025 21:50
Extract the soundtrack from Sid Meier's Civilization VI and its expansions with PowerShell. No piracy - this requires your own copy of the game.
# To run in the PowerShell ISE, first execute:
# > Set-ExecutionPolicy -Scope Process -ExecutionPolicy Unrestricted
# on the interactive console.
$OutputPath = "."
# Path to directory containing ww2ogg executable and codebook - https://github.com/hcs64/ww2ogg
$Ww2OggPath = ".\ww2ogg024\"
# Path to revorb executable - https://hydrogenaud.io/index.php/topic,64328.msg574110.html#msg574110
$RevorbExec = ".\revorb.exe"
# Path to Civ 6 ;)