BGM play in folder... Please help.

Results 1 to 9 of 9
  1. #1
    Enthusiast superspud77 is offline
    MemberRank
    Jun 2009 Join Date
    33Posts

    BGM play in folder... Please help.

    Hi there,

    I know this sounds like a stupid question but how do i make the BGM's play from a folder instead of a .mrs. I have figured out how to make it so it runs a .mp3 file instead of .ogg and i know how to make it so it finds the file bgm.mrs and you can change it to what ever you want but it still thinks it is a .mrs even though the code does not have .mrs in it, it is just BGM.

    Hard to explain...

    Anyways...

    The code that i thought you had to edit was...

    Code:
    Sound/BGM/..fx_dash.ZSoundEngine::Run : Update
    And if i edit that it just changes the bgm.mrs to what ever you put it to like music.mrs but i want it to be the folder bgm or music.

    If someone would be able to tell me how to change it so i runs from a folder not a .mrs then that would be great.

    The reason for me asking this is because im getting pissed off with people who like different kind of music so then they can just put there own songs in that folder and then it will play ;P

    I hope you understood what i mean, im in a rush and i think it is hard to explain xD.

    Thank you,
    Zack.


  2. #2
    Wait wut PenguinGuy is offline
    MemberRank
    Apr 2010 Join Date
    United StatesLocation
    765Posts

    Re: BGM play in folder... Please help.

    Quote Originally Posted by superspud77 View Post
    Hi there,

    I know this sounds like a stupid question but how do i make the BGM's play from a folder instead of a .mrs. I have figured out how to make it so it runs a .mp3 file instead of .ogg and i know how to make it so it finds the file bgm.mrs and you can change it to what ever you want but it still thinks it is a .mrs even though the code does not have .mrs in it, it is just BGM.

    Hard to explain...

    Anyways...

    The code that i thought you had to edit was...

    Code:
    Sound/BGM/..fx_dash.ZSoundEngine::Run : Update
    And if i edit that it just changes the bgm.mrs to what ever you put it to like music.mrs but i want it to be the folder bgm or music.

    If someone would be able to tell me how to change it so i runs from a folder not a .mrs then that would be great.

    The reason for me asking this is because im getting pissed off with people who like different kind of music so then they can just put there own songs in that folder and then it will play ;P

    I hope you understood what i mean, im in a rush and i think it is hard to explain xD.

    Thank you,
    Zack.
    Why don't you just find the string(s) that has:
    Code:
    Sound/bgm/
    and change it to:
    Code:
    Sound/
    ?

    There is another way of adding new strings, but I can't think of it right now.
    Either way, it's just simple edit(s).
    Last edited by PenguinGuy; 22-06-10 at 10:42 PM.

  3. #3
    Enthusiast superspud77 is offline
    MemberRank
    Jun 2009 Join Date
    33Posts

    Re: BGM play in folder... Please help.

    Oh, thanks.

    Just to be 100% sure you do mean the stings on the runnable right?

    Thanks for the help,
    Zack.

  4. #4
    Wait wut PenguinGuy is offline
    MemberRank
    Apr 2010 Join Date
    United StatesLocation
    765Posts

    Re: BGM play in folder... Please help.

    Quote Originally Posted by superspud77 View Post
    Oh, thanks.

    Just to be 100% sure you do mean the stings on the runnable right?

    Thanks for the help,
    Zack.
    Yessir, the strings in the runnable.

  5. #5
    Enthusiast superspud77 is offline
    MemberRank
    Jun 2009 Join Date
    33Posts

    Re: BGM play in folder... Please help.

    Thanks for the replys.

    Im afraid this did not work for me, can you look below to see if i have done anything wrong.

    I opened the runnable into Hex and then found Sound/BGM/ and took away the BGM/ and then i changed Sound to Music.



    Next i moved all of my bgm's to the folder Music as i show below.



    I then copy the new runnable into the client and then run the launcher but it did not play the bgm's

    I know the bgm's work as i tested them before i edited it.

    Please can you help.

    Thank you,
    Zack.

  6. #6
    igunz.net Dawson is offline
    LegendRank
    Feb 2010 Join Date
    ::1 (Canada BC)Location
    2,581Posts

    Re: BGM play in folder... Please help.

    By default gunz doesn't read folders, or anything that isn't packed with the mrs format. You have to change the filesystem that gunz reads. And honestly, I don't have a fucking clue how to do that. I've done a lot with GunZ but when it came to that I was always like "fuck it! you do that _____" I don't like file systems...

  7. #7
    Account Upgraded | Title Enabled! cerealnp is offline
    MemberRank
    Apr 2006 Join Date
    BrazilLocation
    441Posts

    Re: BGM play in folder... Please help.

    Quote Originally Posted by DawsonByrd View Post
    By default gunz doesn't read folders, or anything that isn't packed with the mrs format. You have to change the filesystem that gunz reads. And honestly, I don't have a fucking clue how to do that. I've done a lot with GunZ but when it came to that I was always like "fuck it! you do that _____" I don't like file systems...
    The old Debug mode allowed us to unpack all the mrs and run it through folders. Maybe you find it by reversing.

  8. #8
    Wait wut PenguinGuy is offline
    MemberRank
    Apr 2010 Join Date
    United StatesLocation
    765Posts

    Re: BGM play in folder... Please help.

    Quote Originally Posted by DawsonByrd View Post
    By default gunz doesn't read folders, or anything that isn't packed with the mrs format. You have to change the filesystem that gunz reads. And honestly, I don't have a fucking clue how to do that. I've done a lot with GunZ but when it came to that I was always like "fuck it! you do that _____" I don't like file systems...
    Oh yeah, I forgot about that. =x
    Phail has a runnable around here with that.

  9. #9
    Enthusiast superspud77 is offline
    MemberRank
    Jun 2009 Join Date
    33Posts

    Re: BGM play in folder... Please help.

    Ok thanks for the replys, i think i may as well give up intill someone finds a way how to do it xD and posts it on here ;D.

    Also i have a different problem with Phails 2 Oct 2008 serverFiles, i can get the match server, locator and match agent running but after some time i get a error saying...

    "DBCONNECT FAILED ThreadID=3420" (Numbers change sometimes Oo)

    I am using hes database, all hes server.ini and the other stuff, i know i have enterd my DB ID and pass right and i have made sure i put all the right info in ServerStatus.dbo and LocatorStatus.dbo.

    If i just close the errors and run the launcher i get the "cannot access server" error.

    If you would be able to help that would be great and very appreciated.

    Thank you,
    Zack.



Advertisement