PoeSmoother - effects remover menu

User Tag List

Page 46 of 230 FirstFirst ... 42434445464748495096146 ... LastLast
Results 676 to 690 of 3442
  1. #676
    devil644's Avatar Member
    Reputation
    1
    Join Date
    Nov 2016
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by vmv View Post
    You can look here for any further changes: config\BreachLeague\removeEffects\Metadata\Effects\Spells\monsters_effects\Breac h\Cold.
    - Empty .epk, remove some SkinMeshes...try and see what is working better.

    Thank's.
    This is... beyond my technical ability.

    Also I have found another issue. The vortex's from shaper balls are completely invisible. This makes the fight pretty impossible.

    PoeSmoother - effects remover
  2. #677
    vmv's Avatar ★ Elder ★
    Reputation
    1196
    Join Date
    Nov 2013
    Posts
    1,397
    Thanks G/R
    103/1053
    Trade Feedback
    0 (0%)
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bSun0000 View Post
    Thanks for your work, vmv! This tool is extremely helpful!

    PS: Dropbox - firebeam-2.5.rar
    This is a default files (2.5) for a "firebeam" problem, as a temporary fix, if you remove skill effects.

    Also, if you need, here is a simple & dirty php script to check the difference (crc32) between the old & new files:
    [PHP] <?php $base = "U:\\poe"; $restore = "{$base}\\restoreDefault\\Metadata"; $ - Pastebin.com

    I'm not sure (already change my ggpk file), but can you please check your "charged_attack", "charged_blast" and "Spells\curses" replacements?
    I think i will remake them all...i mean the skills , tonight.
    Better to be sure that is not crashing on some important moment.
    Takes time because it's almost manually...meh, so boring.

    And how to use this PHP file ?

    Originally Posted by devil644 View Post
    This is... beyond my technical ability.

    Also I have found another issue. The vortex's from shaper balls are completely invisible. This makes the fight pretty impossible.
    Hmmm...this is not good at all...
    But i don't remember to touch that guy skill effects...unless you have checked Zero Effects...?
    Last edited by vmv; 12-06-2016 at 04:02 AM.

  3. Thanks toadskin (1 members gave Thanks to vmv for this useful post)
  4. #678
    bSun0000's Avatar Contributor
    Reputation
    161
    Join Date
    Jul 2014
    Posts
    132
    Thanks G/R
    5/154
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by vmv View Post
    And how to use this PHP file ?
    Well, if you want to remake all files manually, you don't need that)

    Create a folder somewhere and change variable $base = "U:\\poe"; to that folder (with double slashes)

    Place in this dir two folders - with default files and yours. Like your restoreDefault contains Metadata\Skills and Metadata from ggpk
    Make sure that you change second vars, like you do with $base
    $restore = "{$base}\\restoreDefault\\Metadata";
    $default = "{$base}\\Metadata";

    Open console and run: php.exe diff.php (ofc you need a php engine, download it from php.net)

    It will make a list of files in restoreDefault\Metadata folder and then compare it to the files in Metadata folder.
    After that, you will get a list (in console) with files, who have a difference between default and yours version.

    Example:

  5. Thanks toadskin (1 members gave Thanks to bSun0000 for this useful post)
  6. #679
    bSun0000's Avatar Contributor
    Reputation
    161
    Join Date
    Jul 2014
    Posts
    132
    Thanks G/R
    5/154
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Also, i get a new crash today, probably related to the Breach particles. Forgot to copy message from the game, but it is sounds like
    "Could not attach a particle effects to the bone group frameupper"
    And there is only one "frameupper"-related file - Metadata\Particles\monster_effects\Breach\Cold\Blizzard\affected\frameupper.pet

    UPD:
    ---------------------------
    Exception
    ---------------------------
    Unable to add particle effect to bone group named frameupper
    ---------------------------
    ОК
    ---------------------------

    I restore this file from a restoreDefaults, but it does not help Still encounter this crash.. meh, sometimes this error messages are useless..
    Last edited by bSun0000; 12-06-2016 at 05:08 AM. Reason: upd

  7. #680
    vmv's Avatar ★ Elder ★
    Reputation
    1196
    Join Date
    Nov 2013
    Posts
    1,397
    Thanks G/R
    103/1053
    Trade Feedback
    0 (0%)
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bSun0000 View Post
    Well, if you want to remake all files manually, you don't need that)

    Create a folder somewhere and change variable $base = "U:\\poe"; to that folder (with double slashes)

    Place in this dir two folders - with default files and yours. Like your restoreDefault contains Metadata\Skills and Metadata from ggpk
    Make sure that you change second vars, like you do with $base
    $restore = "{$base}\\restoreDefault\\Metadata";
    $default = "{$base}\\Metadata";

    Open console and run: php.exe diff.php (ofc you need a php engine, download it from php.net)

    It will make a list of files in restoreDefault\Metadata folder and then compare it to the files in Metadata folder.
    After that, you will get a list (in console) with files, who have a difference between default and yours version.
    Nice, this is handy, and i should have a func like this in the tool with c#.



    Originally Posted by bSun0000 View Post
    Also, i get a new crash today, probably related to the Breach particles. Forgot to copy message from the game, but it is sounds like
    "Could not attach a particle effects to the bone group frameupper"
    And there is only one "frameupper"-related file - Metadata\Particles\monster_effects\Breach\Cold\Blizzard\affected\frameupper.pet

    UPD:
    ---------------------------
    Exception
    ---------------------------
    Unable to add particle effect to bone group named frameupper
    ---------------------------
    ОК
    ---------------------------

    I restore this file from a restoreDefaults, but it does not help Still encounter this crash.. meh, sometimes this error messages are useless..
    I know...i shouldn't have removed the "bone" from files...i need to remake these too.
    Lesson learned...never remove the bones...
    Last edited by vmv; 12-06-2016 at 05:16 AM.

  8. Thanks toadskin, bSun0000 (2 members gave Thanks to vmv for this useful post)
  9. #681
    bSun0000's Avatar Contributor
    Reputation
    161
    Join Date
    Jul 2014
    Posts
    132
    Thanks G/R
    5/154
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ---------------------------
    Exception
    ---------------------------
    Unable to add particle effect to bone group named root
    ---------------------------
    ОК
    ---------------------------

    Well, crap I restore Breach files, but bones are still broken *ba-dums*
    That else i need to restore? Text search in files gives me no glue about it.. too much results.

    upd: OtherEffects from git does have no bones.. i'll try to restore this.
    upd2: Yep, now everything works fine.
    Last edited by bSun0000; 12-06-2016 at 07:30 AM. Reason: upd2

  10. #682
    Grorg's Avatar Member
    Reputation
    1
    Join Date
    Dec 2016
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I removed the green fog from the game but keep lagging on this areas anyways. Do you guys had this kind of problems? just wondering about possible solutions

  11. #683
    dlr5668's Avatar Contributor
    Reputation
    279
    Join Date
    May 2012
    Posts
    543
    Thanks G/R
    129/226
    Trade Feedback
    0 (0%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by datz View Post
    keep getting crashes while casting herald of thunder.. was when i joined barrows but got the new folder for critters.. now i get this ><
    Yo I use HoT + CoH + Assasinate. Works fine for me.

  12. #684
    Jesper6's Avatar Member
    Reputation
    2
    Join Date
    Sep 2012
    Posts
    47
    Thanks G/R
    1/1
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Any plans to tune down the Breach effects on mobs and terrain? I got all effects off and it still hits my fps

  13. #685
    vmv's Avatar ★ Elder ★
    Reputation
    1196
    Join Date
    Nov 2013
    Posts
    1,397
    Thanks G/R
    103/1053
    Trade Feedback
    0 (0%)
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Jesper6 View Post
    Any plans to tune down the Breach effects on mobs and terrain? I got all effects off and it still hits my fps
    Wait for next update, i'm trying to clean that up.

  14. Thanks toadskin, dlr5668 (2 members gave Thanks to vmv for this useful post)
  15. #686
    KirinNightblade's Avatar Member
    Reputation
    1
    Join Date
    Dec 2016
    Posts
    7
    Thanks G/R
    4/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Do you know which path lead to Flameblast particles? Sorry for silly question, I'm newbie here...

  16. #687
    vmv's Avatar ★ Elder ★
    Reputation
    1196
    Join Date
    Nov 2013
    Posts
    1,397
    Thanks G/R
    103/1053
    Trade Feedback
    0 (0%)
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)
    Breach update: BreachLeague.zip

    This is ZERO effects variant for breach.
    Back up your old BreachLeague folder before anything else, maybe you don't like this settings.

    Restore the old files back (be sure to check that twice or use a CLEAN client), than delete BreachLeague folder from config\...and put this one.

    I haven't have any crashes so far with this but there are no effects like fire lava/cons/cold blizzard...etc. Be careful.
    Try and see if it's ok like this.
    Also this are the lowest settings possible for the Breach, basically no effects besides purple monsters.

    Feedback's are welcomed as always.

  17. #688
    TheMange's Avatar Member
    Reputation
    1
    Join Date
    Dec 2016
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm having an issue with invisible boss skills, so far i've noticed brutus and merveils skills to be completely invisible probably more. Im quite a newb at the technical side of all this. I have these options enabled, I only really want to turn off players skills because thats where the lagg comes from but leave on major boss effects/particlesNew_Bitmap_Image_3.jpg

  18. #689
    vmv's Avatar ★ Elder ★
    Reputation
    1196
    Join Date
    Nov 2013
    Posts
    1,397
    Thanks G/R
    103/1053
    Trade Feedback
    0 (0%)
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by TheMange View Post
    I'm having an issue with invisible boss skills, so far i've noticed brutus and merveils skills to be completely invisible probably more. Im quite a newb at the technical side of all this. I have these options enabled, I only really want to turn off players skills because thats where the lagg comes from but leave on major boss effects/particlesNew_Bitmap_Image_3.jpg
    Choose only one side from skills tab...improved or zero, don't use them both because zero will remove all effects from those skills.
    Also, don't use Zero Particles unless you don't want to see any effects on skills/mobs. Zero are mostly used for pure farming.

    Other than that, check all other options.
    Use a clean client for this, because resetting to default isn't that effective right now.

  19. Thanks toadskin (1 members gave Thanks to vmv for this useful post)
  20. #690
    TheMange's Avatar Member
    Reputation
    1
    Join Date
    Dec 2016
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by vmv View Post
    Choose only one side from skills tab...improved or zero, don't use them both because zero will remove all effects from those skills.
    Also, don't use Zero Particles unless you don't want to see any effects on skills/mobs. Zero are mostly used for pure farming.

    Other than that, check all other options.
    Use a clean client for this, because resetting to default isn't that effective right now.
    ok will try that but the invisible boss skills was from the first four tick boxes not sure which, also is there a way to see what the tick boxes actually change so i can create maybe a custom folder that has everything i want changed and nothing more? i like the zero particles it helps me so much in normal gameplay.

Similar Threads

  1. Remove the Halion screen glow effect
    By conquestblade in forum WoW UI, Macros and Talent Specs
    Replies: 2
    Last Post: 07-04-2010, 12:56 AM
  2. [Request] Removal of enchant effect(s)
    By Muxxon in forum WoW ME Questions and Requests
    Replies: 5
    Last Post: 03-27-2010, 06:39 AM
  3. Spell effect removing
    By Hakonj in forum World of Warcraft Exploits
    Replies: 20
    Last Post: 03-01-2007, 04:39 PM
  4. Effect: Glowing Hands!
    By oninuva in forum World of Warcraft Guides
    Replies: 3
    Last Post: 08-01-2006, 08:50 PM
  5. Turn off drunk effect at Spider Boss in ZG
    By Kalen24 in forum World of Warcraft Exploits
    Replies: 1
    Last Post: 04-23-2006, 06:02 PM
All times are GMT -5. The time now is 05:01 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search