It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
I would have bought the Atlantis 1 long time ago, but I "need" the original soundtrack as a goodie.
Will it ever be added (also for Atlantis 2)?

Thank you!
avatar
uvitek: I would have bought the Atlantis 1 long time ago, but I "need" the original soundtrack as a goodie.
Will it ever be added (also for Atlantis 2)?

Thank you!
I don't think it will happen as the music is still owned by the original composers and sold on their bandcamp: https://pierreesteve.bandcamp.com/album/atlantis-the-lost-tales
high rated
avatar
uvitek: I would have bought the Atlantis 1 long time ago, but I "need" the original soundtrack as a goodie.
Will it ever be added (also for Atlantis 2)?

Thank you!
All soundtrack can now be readed and ripped from each game (Atlantis I, Atlantis II, Atlantis III) very easily.

Just open WAV folder from each game, and read the .APC files with VLC.

To convert them to WAV, just use FFMPEG with this setting :

ffmpeg -i nameOfFile.apc -ar 22050 NameOfOutputFile.wav

You can also make a cmd Windows Script (who will convert every files):

for %%a in (*.APC) do ( ffmpeg.exe -i %%a -ar 22050 %%a.WAV)

Best Regards.
Post edited June 30, 2019 by tgamesfr