I think I only played RTC3 Deluxe :)
well at least one of the entry points that lead to it
ifstream: : ifstream(char const *, int,int)
It looks like it just calls one track
For every part of the game
Well from what I can tell right now it works like the following (the code snippet that I sent above is just the initialisation of that ini in the code)
It will look for a file called asterix.ini
if that file exists, it proceeds further. It then performs some file checks (?)
Figuring out the unknow is hard
I even thought that every music was in the same track
I created a music disc with one track with the 27 minutes long soundtrack and nope
It loads the music from the beginning, always
btw there are some parameters you can pass the exe
```
-setvideo
-setlanguage
-dialog
```
are the ones that I found