bgm 01.mp3

Nagad

New member
Messages
109
Points
0
Why it is not present in mp3nametable.txt ?? How can I change the login music?

 
Last edited by a moderator:
@@Nagad try to change 01.mp3 in BGM folder if you want to change it the BGM in loginscreen

maybe it is embedded in RagExe, try to HEX it if you want to change it

 
The BGM for the login screen is hard-coded to BGM01.mp3

You have three options:

- Replace 01.mp3 with a different music file. This will affect all other maps that use 01.mp3 as well, though (also 01.mp3 is the default BGM for maps that have no BGM assigned).

- Modify the client to load a different file (CLoginMode::OnInit):

PUSH 00717320 ; Arg1 = ASCII "bgm01.mp3"

CALL PlayStream
- Make someone do that patch for you.
Edit: Too slow..

 
Last edited by a moderator:
or 4th: just forget it 
default_laugh.png


 
Back
Top