Pyrdacor / Ambermoon.net

Ambermoon rewrite in C#
GNU General Public License v3.0
403 stars 20 forks source link

[Feature request] Option to switch the music to Amberstar themes (if available) #373

Open tardezyx opened 5 months ago

tardezyx commented 5 months ago

Could you add the option to switch the music to the Amberstar themes? I find the Amberstar soundtrack way more athmospheric.

I guess, there is a mismatch in the count of musical themes between Ambermoon and Amberstar - so you would need to decide when to play what (and add/change the available tunes to the harp).

Pyrdacor commented 5 months ago

Well in theory you can do this already on your own. The game supports external music. You just have to create a folder called "music" next to the exe and put your music files as mp3s in there. The naming should be 01.mp3 and so on. 01.mp3 will be played instead of song 1 then. Oh you have to enable external music in the options to make it work and this might be limited to Windows. I don't remember.

This is documented in more detail here: https://github.com/Pyrdacor/Ambermoon.net/blob/master/CustomMusic.md