Thread: Anguish with RuneLite

Page 1 of 2 12 LastLast
Results 1 to 10 of 14
  1. #1 Anguish with RuneLite 
    Banned
    Join Date
    Dec 2022
    Posts
    21
    Thanks given
    5
    Thanks received
    13
    Rep Power
    0
    https://mega.nz/file/QpwVDApA#U53oEr...iCCAdeLan_PRSU

    Added RuneLite to the original Anguish-release for those wanting it for their projects.

    To fix fullscreen problem it has, go to Client.java and replace setGameMode method with this:

    Code:
    public void setGameMode(ScreenMode mode) {
        if (currentScreenMode == mode)
            return;
    
        currentScreenMode = mode;
    
        int totalClientWidth;
        int totalClientHeight;
    
        if (mode == ScreenMode.FULLSCREEN) {
            if (SystemUtils.IS_OS_MAC) {
                totalClientWidth = (int) MAXIMUM_SCREEN_BOUNDS.getWidth();
                totalClientHeight = (int) MAXIMUM_SCREEN_BOUNDS.getHeight();
            } else {
                totalClientWidth = mode.getWidth();
                totalClientHeight = mode.getHeight();
            }
        } else {
            totalClientWidth = mode.getWidth();
            totalClientHeight = mode.getHeight();
        }
    
        currentGameWidth = totalClientWidth;
        currentGameHeight = totalClientHeight;
    
        gameScreenWidth = currentScreenMode == ScreenMode.FIXED ? 516 : totalClientWidth;
        gameScreenHeight = currentScreenMode == ScreenMode.FIXED ? 338 : totalClientHeight;
    
        updateGameScreen();
    }
    Attached image
    Last edited by NoobScape; 06-08-2023 at 05:46 AM.
    Reply With Quote  
     

  2. #2  
    🖤RuneScape Veteran(2004)🖤 0117be's Avatar
    Join Date
    Jan 2012
    Posts
    136
    Thanks given
    1
    Thanks received
    18
    Rep Power
    1
    Cool, thanks.
    19 Years of NO XP WASTE.
    Reply With Quote  
     

  3. #3  
    強い者は生き残る
    Ashpire's Avatar
    Join Date
    Mar 2012
    Age
    27
    Posts
    2,721
    Thanks given
    914
    Thanks received
    1,897
    Rep Power
    2231
    Cool release
    Attached image
    Reply With Quote  
     

  4. #4  
    ☕ABERRANT☕

    Join Date
    Oct 2015
    Posts
    98
    Thanks given
    101
    Thanks received
    17
    Rep Power
    67
    Interesting. Is it just the frame, or is the majority of the functionality there(Aside from Plugins)?
    Attached image
    Reply With Quote  
     

  5. #5  
    Banned
    Join Date
    Dec 2022
    Posts
    21
    Thanks given
    5
    Thanks received
    13
    Rep Power
    0
    Quote Originally Posted by Spadow View Post
    Interesting. Is it just the frame, or is the majority of the functionality there(Aside from Plugins)?
    Only issue I ran into was for resizing mode in game; was giving me in the log an error for

    Code:
    createSpriteImage == ScreenMode.FIXED
    Could not be used.

    Aside from that it is functionality is there, you’ll need to go through the implemented methods and add whatever could be missing to make it better than what it is from now but what my goal was to at least get the UI on the client with the basic notes plugin for everyone to use as I haven’t seen anyone release and people pay for it to be done and I took time out of the month to learn how to do it and accomplished that goal. The runelite configuration settings panel could use some work client sided for the sizing etc but yeah it’s a start!

    Think I’m going to make a tutorial next on how to install runelite for any client.

    Cache is located for .RuneScape in user home if anyone was curious.
    Reply With Quote  
     

  6. Thankful user:


  7. #6  
    Registered Member Juicy7's Avatar
    Join Date
    Feb 2012
    Age
    23
    Posts
    151
    Thanks given
    45
    Thanks received
    1
    Rep Power
    0
    Quote Originally Posted by NoobScape View Post
    https://mega.nz/file/QpwVDApA#U53oEr...iCCAdeLan_PRSU

    Added RuneLite to the original Anguish-release for those wanting it for their projects.

    Attached image
    Hey there,

    I'm interested in learning to add RuneLite to Valius server, do you mind teaching/helping me out?
    I've never messed with clients any further than simply changing some info or adding little things.
    I'm trying my best. I promise.
    Reply With Quote  
     

  8. #7  
    Banned
    Join Date
    Dec 2022
    Posts
    21
    Thanks given
    5
    Thanks received
    13
    Rep Power
    0
    Quote Originally Posted by Juicy7 View Post
    Hey there,

    I'm interested in learning to add RuneLite to Valius server, do you mind teaching/helping me out?
    I've never messed with clients any further than simply changing some info or adding little things.
    Yes I dont mind, shoot me a pm
    Reply With Quote  
     

  9. #8  
    Registered Member

    Join Date
    Nov 2022
    Posts
    64
    Thanks given
    106
    Thanks received
    59
    Rep Power
    1327
    Quote Originally Posted by Spadow View Post
    Interesting. Is it just the frame, or is the majority of the functionality there(Aside from Plugins)?
    Prolly just frame
    Reply With Quote  
     

  10. #9  
    Banned
    Join Date
    Dec 2022
    Posts
    21
    Thanks given
    5
    Thanks received
    13
    Rep Power
    0
    Quote Originally Posted by evergreen View Post
    Prolly just frame
    frame with notes plugin which really isnt a plugin lol, ill release HD shortly when i get time

    stay posted
    Reply With Quote  
     

  11. #10  
    Anguish Founder
    Rowley's Avatar
    Join Date
    Sep 2016
    Posts
    78
    Thanks given
    12
    Thanks received
    18
    Rep Power
    27
    Nice contribution
    Attached image

    Attached image
    Reply With Quote  
     

  12. Thankful user:


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

Similar Threads

  1. 317 with opengl ported from runelite
    By Spooky in forum Downloads
    Replies: 63
    Last Post: 09-10-2023, 08:17 PM
  2. [OSRS] GodzHell with runelite
    By DragonSmith in forum Projects
    Replies: 33
    Last Post: 04-12-2022, 02:21 AM
  3. Buying OSRS Source with Runelite (High budget)
    By Simplicity in forum Buying
    Replies: 52
    Last Post: 10-17-2020, 12:21 AM
  4. [OSRS] runelite with #170 deob and deobfuscator
    By Corey in forum Tools
    Replies: 9
    Last Post: 09-07-2020, 06:26 AM
  5. Help with running ANGUISH server
    By Atlas 317 in forum Help
    Replies: 2
    Last Post: 02-08-2020, 12:35 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •