| Failentin | I think I only played RTC3 Deluxe :) |
| NoTeefy | FOUND IT |
| NoTeefy | |
| NoTeefy | well at least one of the entry points that lead to it |
| rubinho146 | OHHH YUUUSZZASSZZS |
| rubinho146 | ifstream: : ifstream(char const *, int,int) |
| rubinho146 | Hmmmmm |
| rubinho146 | How that works now? xD |
| rubinho146 | It looks like it just calls one track |
| rubinho146 | For every part of the game |
| NoTeefy | 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) |
| NoTeefy | It will look for a file called asterix.ini |
| NoTeefy | if that file exists, it proceeds further. It then performs some file checks (?) |
| rubinho146 | Figuring out the unknow is hard |
| rubinho146 | I even thought that every music was in the same track |
| rubinho146 | I created a music disc with one track with the 27 minutes long soundtrack and nope |
| rubinho146 | It loads the music from the beginning, always |
| NoTeefy | btw there are some parameters you can pass the exe |
| rubinho146 | Like for example? |
| NoTeefy | ```
-setvideo
-setlanguage
-dialog
```
are the ones that I found |