View Single Post
  #2  
Old 01-05-2021, 00:27
pratikpatel8982 pratikpatel8982 is offline
Registered User
 
Join Date: Sep 2020
Location: India
Posts: 116
Thanks: 105
Thanked 49 Times in 30 Posts
pratikpatel8982 is on a distinguished road
Multiple Music Files Support in ASIS??

I wanted to ask if I can add multiple music files like background images. For example:
Code:
For background images in settings.ini
[Background]
//---------------Setup\Background\#.jpg
Enable=1
InstallBGDuration=5000
InstallBGAnimation=1
BGAfterInstall=1

Similarly for music:
[Music]
Enable=1
MusicFile=Setup\Music\Track#.mp3
OR ALTERNATIVELY, 
MusicFile=Setup\Music\*.mp3 [To Load all mp3 files]
MusicVolume=10
So if I can use Setup\Music\Track#.mp3 and then in the "Music" folder, place files with name:
Code:
Track1.mp3
Track2.mp3
Track3.mp3
Track4.mp3
Track5.mp3
Track6.mp3
...
Does this require code change??
And one more thing, does it loop music like FG Repacks?
If it's not possible, then I will merge all the tracks into a single music file.

Last edited by pratikpatel8982; 01-05-2021 at 00:36.
Reply With Quote