SUPPORT ACCOUNT CLANS
Welcome, Unregistered.
 

Thread: Lobby music

Results 1 to 11 of 11
  1. #1

    Lobby music

    Hello, I thought the lobby music was bugged then i found out that it was removed for some reason .. Can anyone please tell me how to activate it again?

    Thank you

  2. #2
    Offline
    Account Icon
    Join Date
    Jul 2009
    Posts
    122
    Bump also looking for this.

  3. #3
    Bump, I've been trying to make my own mod for this, but the only thing I know how to do is play a song. I have no clue where to add it (or even stop it when a match starts)

  4. #4
    Offline
    Account Icon
    Chat Symbol
    Join Date
    Jul 2009
    Posts
    1,128
    Still looking for this.

  5. #5
    Offline
    Account Icon
    Chat Symbol
    Join Date
    Mar 2010
    Location
    South Africa
    Posts
    412
    Maybe this'll help: The old code had a game_lobby.interface file and it contained the following two lines at the top:
    Code:
    <?xml version="1.0" encoding="UTF-8"?>
    <interface name="game_lobby" onshow="PlayMusic('/music/lobby.mp3',true);">
    The current game lobby isn't an interface, though, it's a package - game_lobby.package - and I don't think packages would have an onshow event, but who knows (...well S2).

    [Silv3ri's Mods]
    Original version of signature image is by www,annestokes,com
    ui/ui_items.package, line 1519


  6. #6
    by editing the files i got it to the point that it plays the lobby music instead of the normal music in the login screen, but that's all i got
    i could try to add some entrys in other files and trial and error around, but then again, i wouldn't know how to make a mod out of that because i think some people would like to see that lobby music back ingame

  7. #7
    Offline
    Account Icon
    Chat Symbol
    Join Date
    Mar 2010
    Location
    South Africa
    Posts
    412
    Quote Originally Posted by Luke_Allstar View Post
    by editing the files i got it to the point that it plays the lobby music instead of the normal music in the login screen, but that's all i got
    Here, I put what I figured out into a mod: Lobby Music. It plays the old music, even when you login, but it stops once you join or create a game and it doesn't return until you logout and back in again.

    Quote Originally Posted by Luke_Allstar View Post
    but then again, i wouldn't know how to make a mod out of that because i think some people would like to see that lobby music back ingame
    If you want to know more about making a mod out of the code, just open my Honmod with any zip program and look at the mod.xml file. If it doesn't make much sense, the file format is explained here.

    [Silv3ri's Mods]
    Original version of signature image is by www,annestokes,com
    ui/ui_items.package, line 1519


  8. #8
    Quote Originally Posted by Silv3ri View Post
    Here, I put what I figured out into a mod: Lobby Music. It plays the old music, even when you login, but it stops once you join or create a game and it doesn't return until you logout and back in again.


    If you want to know more about making a mod out of the code, just open my Honmod with any zip program and look at the mod.xml file. If it doesn't make much sense, the file format is explained here.

    I love you. So much.

  9. #9
    Offline
    S2 Games Staff
    Join Date
    Aug 2009
    Location
    Australia
    Posts
    1,657
    put this in the main lobby panel (or anywhere really)

    watch="GamePhase" ontrigger="If(param == 1, PlayMusic('/music/lobby.mp3', true), StopMusic());

    S2 Games: Dedicated employees serving dedicated gamers. Continuous development. Never-ending improvement.
    -----------------------------


    Ben Pettit | Lead UIX Developer

  10. #10
    Offline
    Account Icon
    Join Date
    Jan 2010
    Location
    Communist Canada
    Posts
    1,496
    Quote Originally Posted by Bangerz View Post
    put this in the main lobby panel (or anywhere really)

    watch="GamePhase" ontrigger="If(param == 1, PlayMusic('/music/lobby.mp3', true), StopMusic());
    Completely newb at modding...which file do I put this line in?

    (off topic: cool to see someone else using that explosion stock)
    http://img.photobucket.com/albums/v2...dw_pfzcopy.png

    SS=SoulStealer.
    MIA=Missing in Action.
    seriously how do you guys still screw this up it's been like two years what the hell even

  11. #11
    Problem on S2's side with the engine I suspect - the code is still there for the music to play... it just doesn't play.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •