Jump to content
  • 0
Sign in to follow this  
Nagad

bgm 01.mp3

Question

Why it is not present in mp3nametable.txt ?? How can I change the login music?

Edited by Nagad

Share this post


Link to post
Share on other sites

4 answers to this question

Recommended Posts

  • 0

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..

Edited by Ai4rei

Share this post


Link to post
Share on other sites
  • 0

@@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

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.