Thread: Music + Sounds are only available in the high detail version of the game.

Page 1 of 2 12 LastLast
Results 1 to 10 of 13
  1. #1 Music + Sounds are only available in the high detail version of the game. 
    Registered Member
    Join Date
    Apr 2008
    Posts
    506
    Thanks given
    26
    Thanks received
    0
    Rep Power
    35
    On my options tab at the bottom, it says, "Music + Sounds are only available in the high detail version of the game." Is there any way I can change this? Maybe in the texthandler.java, but I don't know the ID's of the three lines.

    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  2. #2  
    Registered Member

    Join Date
    Jan 2007
    Age
    31
    Posts
    2,949
    Thanks given
    15
    Thanks received
    33
    Discord
    View profile
    Rep Power
    1360
    edit: misunderstood you, ya u can change, find a interface dump and you'll find line numbers
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Apr 2008
    Posts
    506
    Thanks given
    26
    Thanks received
    0
    Rep Power
    35
    Quote Originally Posted by Martyn View Post
    edit: misunderstood you, ya u can change, find a interface dump and you'll find line numbers
    How do I go about doing that? D:
    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  4. #4  
    Registered Member
    PSNB's Avatar
    Join Date
    Aug 2009
    Posts
    886
    Thanks given
    8
    Thanks received
    103
    Rep Power
    590
    Actually, if I'm not mistaken there are two interfaces for settings. One with audio support, and one without. (Same with the music interface).

    Unless you don't want music support, and just want to remove those lines of text, you're going to have to change the interfaces. If you just don't want those lines there, then you're going to have to clear those lines (as was suggested before).

    Edit: If you want to dump, just go to your RSInterface (Don't know the original name, sorry) class on your Client, and look for the loading. You should see something this, or something similar to it.

    Code:
    if(rsInterface.type == 4) {
        rsInterface.message = stream.readString();
        rsInterface.aString228 = stream.readString();
    }
    All you've got to do is add a little check in it, like this.

    Code:
    if(rsInterface.message.contains("Music + Sounds"))
        System.out.println(rsInterface.id);
    Just do this for the three strings of text (Check capitalization) and you should find the ID's that way.
    Reply With Quote  
     

  5. #5  
    Registered Member

    Join Date
    Sep 2008
    Posts
    2,219
    Thanks given
    148
    Thanks received
    204
    Rep Power
    1570
    Quote Originally Posted by PSNB View Post
    Actually, if I'm not mistaken there are two interfaces for settings. One with audio support, and one without. (Same with the music interface).

    Unless you don't want music support, and just want to remove those lines of text, you're going to have to change the interfaces. If you just don't want those lines there, then you're going to have to clear those lines (as was suggested before).

    Edit: If you want to dump, just go to your RSInterface (Don't know the original name, sorry) class on your Client, and look for the loading. You should see something this, or something similar to it.

    Code:
    if(rsInterface.type == 4) {
        rsInterface.message = stream.readString();
        rsInterface.aString228 = stream.readString();
    }
    All you've got to do is add a little check in it, like this.

    Code:
    if(rsInterface.message.contains("Music + Sounds"))
        System.out.println(rsInterface.id);
    Just do this for the three strings of text (Check capitalization) and you should find the ID's that way.
    :@ I just look through 10 pages of your posts to find the last part.

    Alternatively if you decide to use the secondary interface (music/sound volume) there's an interface that just has text saying that music is disabled, which you could use for your music tab.

    [Only registered and activated users can see links. ]

    Reply With Quote  
     

  6. #6  
    I don't take you serious
    Kastro's Avatar
    Join Date
    Nov 2008
    Posts
    2,504
    Thanks given
    92
    Thanks received
    389
    Rep Power
    604
    Ahh, back when low detail didn't have sounds.. The old days eh?

    I remember back when RuneScape didn't even have 100 worlds. (2004)

    Reply With Quote  
     

  7. #7  
    Registered Member
    Join Date
    Apr 2008
    Posts
    506
    Thanks given
    26
    Thanks received
    0
    Rep Power
    35
    Quote Originally Posted by Aeternaly View Post
    :@ I just look through 10 pages of your posts to find the last part.

    Alternatively if you decide to use the secondary interface (music/sound volume) there's an interface that just has text saying that music is disabled, which you could use for your music tab.
    Do you know which interface this is?
    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  8. #8  
    Registered Member
    Join Date
    Apr 2008
    Posts
    506
    Thanks given
    26
    Thanks received
    0
    Rep Power
    35
    Quote Originally Posted by Kastro View Post
    Ahh, back when low detail didn't have sounds.. The old days eh?

    I remember back when RuneScape didn't even have 100 worlds. (2004)
    Could you at least stay on topic? Thanks.
    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  9. #9  
    Registered Member

    Join Date
    Sep 2008
    Posts
    2,219
    Thanks given
    148
    Thanks received
    204
    Rep Power
    1570
    Quote Originally Posted by .John View Post
    Could you at least stay on topic? Thanks.
    one of these

    Code:
    new int[] {
        3917, 638, 3213, 1644, 5608, 1151, 5065, 5715, 2449, 4445, 147, 6299, 2423
    }

    [Only registered and activated users can see links. ]

    Reply With Quote  
     

  10. #10  
    Registered Member
    Join Date
    Apr 2008
    Posts
    506
    Thanks given
    26
    Thanks received
    0
    Rep Power
    35
    Quote Originally Posted by Aeternaly View Post
    one of these

    Code:
    new int[] {
        3917, 638, 3213, 1644, 5608, 1151, 5065, 5715, 2449, 4445, 147, 6299, 2423
    }
    Didn't work.
    [Only registered and activated users can see links. ]
    Reply With Quote  
     

Page 1 of 2 12 LastLast

Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

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