Blue Archive (Constant Moderato) Main Menu Music (Perfectly Looped)
Constant Moderato by Mitsukiyo from Blue Archive Original Soundtrack Vol.1 ~Longing for the memorable days~ [Disc 1]
You may use it with the loading screen mod
For anyone wants to mess around with loop points on main menu music, I just figured out how to mess around with loop points ↓
Open PAYDAY3\Content\WwiseAudio\Events\Music\Menus\MusicMenu_MainMenu.uexp with hex editor and change these fields.
Offset Type Field
0x146 double music duration (ms)
0x162 float fade in start (s)
0x16E float fade in end (s)
0x192 float fade out start (s)
0x19E float fade out end (s)
0x231 double loop start (ms)
0x23E double loop end (ms)
Note: double stands for LE 64bit float number, and float for 32bit one