[7.7] [INT] [SR] SRJ Theme! menu

User Tag List

Page 9 of 17 FirstFirst ... 5678910111213 ... LastLast
Results 121 to 135 of 247
  1. #121
    tomekmak's Avatar Member
    Reputation
    1
    Join Date
    May 2019
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How to disable sound notifications ?

    [7.7] [INT] [SR] SRJ Theme!
  2. #122
    4evergamer's Avatar Member
    Reputation
    1
    Join Date
    Jul 2017
    Posts
    31
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I was thinking the same thing. If I hear my computer say "spirit walk" one more time, I'm going to lose it.

  3. #123
    RNN's Avatar Legendary
    Reputation
    813
    Join Date
    Sep 2018
    Posts
    1,056
    Thanks G/R
    104/776
    Trade Feedback
    0 (0%)
    Mentioned
    15 Post(s)
    Tagged
    0 Thread(s)
    edit file SR_CustomizerPlugin.cs in folder plugins\_SR\Root\ , Line 48 , change:
    Code:
    Hud.Sound.ConstantVolume = 100;	// default is 100.
    to
    Code:
    Hud.Sound.ConstantVolume = 0;	// default is 100.

  4. #124
    4evergamer's Avatar Member
    Reputation
    1
    Join Date
    Jul 2017
    Posts
    31
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by RNN View Post
    edit file SR_CustomizerPlugin.cs in folder plugins\_SR\Root\ , Line 48 , change:
    Code:
    Hud.Sound.ConstantVolume = 100;	// default is 100.
    to
    Code:
    Hud.Sound.ConstantVolume = 0;	// default is 100.
    This will disable all sound right? What if I only want to disable the sound of my skill "spirit walk" everytime it's off cooldown?

  5. #125
    RNN's Avatar Legendary
    Reputation
    813
    Join Date
    Sep 2018
    Posts
    1,056
    Thanks G/R
    104/776
    Trade Feedback
    0 (0%)
    Mentioned
    15 Post(s)
    Tagged
    0 Thread(s)
    Yes, that deactivates all TTS sounds
    Line 490, change :
    Code:
    	plugin.Add(Hud.Sno.SnoPowers.WitchDoctor_SpiritWalk);
    to
    Code:
    	//plugin.Add(Hud.Sno.SnoPowers.WitchDoctor_SpiritWalk);
    Last edited by RNN; 05-19-2019 at 05:10 PM.

  6. #126
    4evergamer's Avatar Member
    Reputation
    1
    Join Date
    Jul 2017
    Posts
    31
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by RNN View Post
    Yes, that deactivates all TTS sounds
    Line 490, change :
    Code:
    	plugin.Add(Hud.Sno.SnoPowers.WitchDoctor_SpiritWalk);
    to
    Code:
    	//plugin.Add(Hud.Sno.SnoPowers.WitchDoctor_SpiritWalk);
    This worked. Thank you.

  7. #127
    onedeadhero's Avatar Member
    Reputation
    2
    Join Date
    Jul 2006
    Posts
    4
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by JackCeparou View Post
    Ok there was an exception, I updated Resu & my plugins to latest versions.

    Get the last release on GitHub :

    Thanks my dude.

  8. #128
    profredseries's Avatar Member
    Reputation
    2
    Join Date
    Apr 2019
    Posts
    31
    Thanks G/R
    23/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thanks: D: D: D: D
    Last edited by profredseries; 05-20-2019 at 08:21 AM.

  9. #129
    4evergamer's Avatar Member
    Reputation
    1
    Join Date
    Jul 2017
    Posts
    31
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Which file would I need to edit in order to change the place of where it displays the armory sets I have saved? the little white letters are covering the screen whenever i go to the enchantress. Thanks in advance.

  10. #130
    Bruli83's Avatar Member
    Reputation
    1
    Join Date
    Mar 2017
    Posts
    3
    Thanks G/R
    5/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by 4evergamer View Post
    Which file would I need to edit in order to change the place of where it displays the armory sets I have saved? the little white letters are covering the screen whenever i go to the enchantress. Thanks in advance.
    i'm having the same Problem except i would like to Remove the text

  11. #131
    serlev's Avatar Member
    Reputation
    3
    Join Date
    Apr 2012
    Posts
    97
    Thanks G/R
    10/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Same problem.. I wish to know how to remove this list of armory saves popping out at left side of UI.

  12. #132
    BeeAntOS's Avatar Active Member
    Reputation
    30
    Join Date
    Oct 2017
    Posts
    119
    Thanks G/R
    239/28
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by 4evergamer View Post
    Which file would I need to edit in order to change the place of where it displays the armory sets I have saved? the little white letters are covering the screen whenever i go to the enchantress. Thanks in advance.
    Originally Posted by Bruli83 View Post
    i'm having the same Problem except i would like to Remove the text
    Originally Posted by serlev View Post
    Same problem.. I wish to know how to remove this list of armory saves popping out at left side of UI.

    Find "plugin.ShowArmorySetNamesLeft = true;" command line (probably at line 814) at "<Your THUD folder>\plugins\_SR\Root\SR_CustomizerPlugin.cs" file, and replace "true" with "false" (case sensitive!)
    Last edited by BeeAntOS; 05-23-2019 at 12:50 AM.

  13. Thanks AffaBanana, Bruli83 (2 members gave Thanks to BeeAntOS for this useful post)
  14. #133
    serlev's Avatar Member
    Reputation
    3
    Join Date
    Apr 2012
    Posts
    97
    Thanks G/R
    10/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Find "plugin.ShowArmorySetNamesLeft = true;" command line (probably at line 814) at "<Your THUD folder>\plugins\_SR\Root\SR_CustomizerPlugin.cs" file, and replace "true" with "false" (case sensitive!)
    Ty BeeAntOS... all ok now...

  15. #134
    Smurv's Avatar Member
    Reputation
    1
    Join Date
    May 2019
    Posts
    6
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    this is awesome, tried it out last night. I did notice on my impale DH it was doing CoE wrong and highlighting physical instead of cold, didnt get a chance to check the code on that to see why though.. maybe ill have time tonight to dig into it, anyone else notice that?

  16. #135
    Wdalow's Avatar Member
    Reputation
    8
    Join Date
    Sep 2012
    Posts
    91
    Thanks G/R
    1/0
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm just getting into playing hardcore. Another cool Edition I think you could add is when you're on Hardcore and your cheat death skill prox you could add a sound effect to run away or something of the sort

Page 9 of 17 FirstFirst ... 5678910111213 ... LastLast

Similar Threads

  1. Vista Theme For Windows
    By REDACTEDSEPHI in forum Community Chat
    Replies: 44
    Last Post: 07-12-2007, 03:24 PM
  2. Final toutch to window vista theme
    By Hounro in forum Community Chat
    Replies: 13
    Last Post: 06-11-2007, 06:09 PM
  3. My desktop theme {And where to get it}
    By matswurld in forum Art & Graphic Design
    Replies: 5
    Last Post: 05-28-2007, 02:14 AM
  4. Windows XP Theme
    By DaNuMan in forum Community Chat
    Replies: 5
    Last Post: 02-21-2007, 04:29 PM
  5. What is this windows theme?
    By leoj in forum Community Chat
    Replies: 8
    Last Post: 01-25-2007, 08:53 AM
All times are GMT -5. The time now is 02: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