[INTERNATIONAL] [Jack] RiftInfoPlugin menu

User Tag List

Page 1 of 5 12345 LastLast
Results 1 to 15 of 64
  1. #1
    JackCeparou's Avatar Savvy ? 🐒
    Reputation
    534
    Join Date
    Mar 2017
    Posts
    588
    Thanks G/R
    51/490
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [INTERNATIONAL] [Jack] RiftInfoPlugin



    Inside Nephalem rift :


    Outside rift : (or 100% progress inside rift, below the minimap)

    Progression :


    Guardian alive :


    Guardian dead :


    Almost complete alert : (Note: this disable the default NotifyAtRiftPercentagePlugin)


    Unzip inside \plugins\ : Zip from GitHub

    TODO :
    - find why the hell there is a difference with GR game timer... Around 1s.. (50+ runs so far, no clue yet..)

    Customization :
    PHP Code:
                Hud.RunOnPlugin<Jack.RiftInfoPlugin>(plugin =>
                {
                    
    plugin.ShowClosingTimer false;
                    
    plugin.ShowGreaterRiftTimer true;
                    
    plugin.ShowGreaterRiftCompletedTimer true;
                    
    plugin.GreaterRiftCountdown true//default false
                    
                    
    plugin.ObjectiveProgressSymbol "\u2694"//⚔
                    
    plugin.GuardianAliveSymbol "\uD83D\uDC7F"//
                    
    plugin.GuardianDeadSymbol "\uD83D\uDC80"//

                    
    plugin.MinutesSecondsFormat "{0:%m}:{0:ss}";
                    
    plugin.SecondsFormat "{0:%s}";

                    
    plugin.ProgressPercentFormat "({0:F1}%)";
                    
    plugin.ClosingSecondsFormat "({0:%s})";

                    
    plugin.ProgressBarTimerFont Hud.Render.CreateFont("tahoma"7224255210150truefalsefalse);
                    
    plugin.ProgressBarTimerFont.SetShadowBrush(222000true);

                    
    plugin.ObjectiveProgressFont Hud.Render.CreateFont("tahoma"8224240240240falsefalsefalse);
                    
    plugin.ObjectiveProgressFont.SetShadowBrush(222000true);

                    
    plugin.CompletionDisplayLimit 90;
                    
    //plugin.RiftCompletionTitleFunc = () => riftQuest.QuestStep.SplashLocalized.Trim(); //DEFAULT
                    
    plugin.RiftCompletionTitleFunc = () => "Rift completion";
                    
    plugin.CompletionLabelDecorator = new TopLabelWithTitleDecorator(Hud)
                    {
                        
    BorderBrush Hud.Render.CreateBrush(255180147109, -1),
                        
    BackgroundBrush Hud.Render.CreateBrush(1280000),
                        
    TextFont Hud.Render.CreateFont("tahoma"9255255210150truefalsefalse),
                        
    TitleFont Hud.Render.CreateFont("tahoma"6255180147109truefalsefalse),
                    };
                }); 
    Note :
    - This plugin is in stable state.
    - It'll be updated when needed to work on new release.
    - I'll not add anything not directly related to rifts to it. (e.g. deaths are relative to players, not rifts)
    Last edited by JackCeparou; 02-14-2019 at 07:38 AM. Reason: version tag

    [INTERNATIONAL] [Jack] RiftInfoPlugin
  2. #2
    Vern1701's Avatar Active Member
    Reputation
    52
    Join Date
    Mar 2017
    Posts
    316
    Thanks G/R
    12/49
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks, Jack.

  3. Thanks song min cheol (1 members gave Thanks to Vern1701 for this useful post)
  4. #3
    JackCeparou's Avatar Savvy ? 🐒
    Reputation
    534
    Join Date
    Mar 2017
    Posts
    588
    Thanks G/R
    51/490
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi Vern ; )

    Happy to see the community find a way to the 'new' home!

  5. Thanks RandomDude. (1 members gave Thanks to JackCeparou for this useful post)
  6. #4
    migajo's Avatar Member
    Reputation
    1
    Join Date
    Jan 2012
    Posts
    27
    Thanks G/R
    8/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Welcome back, Jack^0^

  7. #5
    everknown's Avatar Active Member
    Reputation
    17
    Join Date
    Jun 2012
    Posts
    121
    Thanks G/R
    33/11
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi Jack,
    What is the number indicating to behind the Guardian symbol?
    #
    Edit: Looks like some sort of timer how long the guardian stayed alive?
    Last edited by everknown; 03-26-2017 at 10:55 PM.

  8. #6
    JackCeparou's Avatar Savvy ? 🐒
    Reputation
    534
    Join Date
    Mar 2017
    Posts
    588
    Thanks G/R
    51/490
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm probably too tired, but i don't understand the question ^^
    Hide the Rum! --> Default theme customization 101 <--

  9. Thanks Mendacium (1 members gave Thanks to JackCeparou for this useful post)
  10. #7
    Vern1701's Avatar Active Member
    Reputation
    52
    Join Date
    Mar 2017
    Posts
    316
    Thanks G/R
    12/49
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I think he means the number to the right of the skull, Jack. May be the Greater Rift level, but I'm guessing. Get some sleep, Captain!

  11. #8
    JackCeparou's Avatar Savvy ? 🐒
    Reputation
    534
    Join Date
    Mar 2017
    Posts
    588
    Thanks G/R
    51/490
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Vern1701 View Post
    I think he means the number to the right of the skull, Jack. May be the Greater Rift level, but I'm guessing. Get some sleep, Captain!
    Oh, if it's just that, it's the guardian kill timer.
    Hide the Rum! --> Default theme customization 101 <--

  12. Thanks Mendacium (1 members gave Thanks to JackCeparou for this useful post)
  13. #9
    everknown's Avatar Active Member
    Reputation
    17
    Join Date
    Jun 2012
    Posts
    121
    Thanks G/R
    33/11
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by JackCeparou View Post
    Oh, if it's just that, it's the guardian kill timer.
    alright. thanks. I just thought of that when i spawned the guardian boss and walked away and actually paid attention to that number to figure it out. Then just before i edit my post above, you posted with the answer XD

  14. #10
    JackCeparou's Avatar Savvy ? 🐒
    Reputation
    534
    Join Date
    Mar 2017
    Posts
    588
    Thanks G/R
    51/490
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If you have a better idea to present feature i'll integrate them with please in OP.
    I guessed this was enough ;p
    Progression :


    Guardian alive :


    Guardian dead :
    Hide the Rum! --> Default theme customization 101 <--

  15. Thanks Mendacium (1 members gave Thanks to JackCeparou for this useful post)
  16. #11
    cherouvim13's Avatar Member
    Reputation
    14
    Join Date
    Mar 2017
    Posts
    212
    Thanks G/R
    258/13
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This is freaking gold, i run out of giving thanks lol

  17. #12
    Bibo74's Avatar Member
    Reputation
    2
    Join Date
    Mar 2017
    Posts
    7
    Thanks G/R
    4/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello Jack I have found a small display error.
    The timer is not always displayed


    TurboHUD 17.7.15.1
    If the Tap Objective(Questziele) open there is no Display of the Timer
    May the rum be with you

    rifttimer.jpg
    Last edited by Bibo74; 07-16-2017 at 02:41 AM.

  18. #13
    JackCeparou's Avatar Savvy ? 🐒
    Reputation
    534
    Join Date
    Mar 2017
    Posts
    588
    Thanks G/R
    51/490
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Well, that's how it's designed, when the rift bar is shown the timer is displayed there (see 1st screenshot in OP)
    Hide the Rum! --> Default theme customization 101 <--

  19. Thanks cherouvim13 (1 members gave Thanks to JackCeparou for this useful post)
  20. #14
    Bibo74's Avatar Member
    Reputation
    2
    Join Date
    Mar 2017
    Posts
    7
    Thanks G/R
    4/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yes but i can only see it when Objective(Questziele) minnimized 1. Screenshot also time on 2. minimized
    In the earlier versions it was not so

  21. #15
    JackCeparou's Avatar Savvy ? 🐒
    Reputation
    534
    Join Date
    Mar 2017
    Posts
    588
    Thanks G/R
    51/490
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hide the Rum! --> Default theme customization 101 <--

Page 1 of 5 12345 LastLast

Similar Threads

  1. [INTERNATIONAL] [Jack] DangerousAffixMonsterPlugin
    By JackCeparou in forum TurboHUD Community Plugins
    Replies: 40
    Last Post: 03-20-2021, 04:08 AM
  2. [INTERNATIONAL] [Jack] DoorsPlugin
    By JackCeparou in forum TurboHUD Community Plugins
    Replies: 94
    Last Post: 01-15-2021, 05:08 PM
  3. [INTERNATIONAL] [Jack] *AlertListPlugin
    By JackCeparou in forum TurboHUD Community Plugins
    Replies: 99
    Last Post: 12-01-2020, 02:04 AM
  4. [INTERNATIONAL] [Jack] BossSkillsPlugin
    By JackCeparou in forum TurboHUD Community Plugins
    Replies: 16
    Last Post: 03-27-2019, 01:50 AM
  5. [v7.2] [INTERNATIONAL] [Jack] ItemDropSoundAlertPlugin
    By JackCeparou in forum TurboHUD Community Plugins
    Replies: 22
    Last Post: 07-17-2017, 08:27 PM
All times are GMT -5. The time now is 05:16 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search