About World of Xeen GOG Version

Ask for help with ScummVM problems

Moderator: ScummVM Team

Gudadantza
Posts: 33
Joined: Wed Nov 01, 2017 10:34 am

Post by Gudadantza »

All fine, then
Isegrimm
Posts: 1
Joined: Sat Nov 09, 2019 7:43 am

Re: About World of Xeen GOG Version

Post by Isegrimm »

For reference to anyone struggling with this part:
* Copy all the music/*.ogg files from the GOG installation to your game folder. You'll then need to rename all of them from xeen??.ogg to track??.ogg

I did this with powershell:
get-childitem *.ogg | foreach { rename-item $_ $_.Name.Replace("xeen", "track") }

Make sure your powershell window is in the music folder containing these ogg-files.
Post Reply