PoeSmoother - effects remover menu

Shout-Out

User Tag List

Page 26 of 230 FirstFirst ... 22232425262728293076126 ... LastLast
Results 376 to 390 of 3442
  1. #376
    solidifier's Avatar Member
    Reputation
    1
    Join Date
    Apr 2016
    Posts
    2
    Thanks G/R
    2/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hey been using this awhile and ive been getting crashes while using this while using flameblast and prolif in docks.. not sure if its burn prolif or the sea witch spawns or what but yeah
    Hi, I have "remove dead bodies" option on and sometimes i crash with these specific circumstances the other poster mentioned - i use both burn and shock prolif and killing small sea witches spawns (squids?) crashes me with "BEX" (buffer overflow exception) error. Wonder if there's anything that could be done about that. I have most of the other options turned on as well.

    PoeSmoother - effects remover
  2. #377
    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 solidifier View Post
    Hi, I have "remove dead bodies" option on and sometimes i crash with these specific circumstances the other poster mentioned - i use both burn and shock prolif and killing small sea witches spawns (squids?) crashes me with "BEX" (buffer overflow exception) error. Wonder if there's anything that could be done about that. I have most of the other options turned on as well.
    You can remove two lines from Monster.otc, but that will render them as invisible if they are respawned.

    - config\DeadBodies\removeDeadBodies\Metadata\Monsters:

    PHP Code:
    Life
    {
        
    on_death "Delete();"
        
    on_spawned_alive "EnableRendering();"
        
    on_spawned_dead "EnableRendering();"

    PHP Code:
    Life
    {
        
    on_death "Delete();"

    Or, just remove one by one and see how it works.
    This option it's tricky, ...if you want it, you have to choose between crash or invisibility.

  3. Thanks solidifier (1 members gave Thanks to vmv for this useful post)
  4. #378
    isi1111111's Avatar Member
    Reputation
    1
    Join Date
    Mar 2016
    Posts
    4
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey, I was wondering if it was possible to enable microtransaction type particules and effects on spells without buying them. I want to make my ST seraph, could I just copy paste the microtransaction folder into the original ST? Thought?

  5. #379
    something12345's Avatar Member
    Reputation
    1
    Join Date
    Apr 2016
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    regarding vaal spark, i think the answer lies somewhere in metadata\particles\electrical_surge\core.pet but i have no knowledge of coding and i cant seem to disable it without also disabling regular spark. hope this helps

  6. #380
    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 something12345 View Post
    regarding vaal spark, i think the answer lies somewhere in metadata\particles\electrical_surge\core.pet but i have no knowledge of coding and i cant seem to disable it without also disabling regular spark. hope this helps
    If you change only .pet files, the sparks can still be visible for both skills.
    Try and change all the related pet files, delete their content and put a 0(zero). This will remove the fancy effects from the skin mesh of the sparks.
    If this isn't fixing the lag, then the skeleton of the skill is crappy, and to fix that, it's problematic.

    Try using the Custom Effects directory for this, or just replace the files directly from the tool...but make a backup for the originals first.

  7. #381
    BlackSun7's Avatar Member
    Reputation
    1
    Join Date
    Jun 2013
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi, is it possible to remove the chilled ground effect FROM Whispering Ice only?

  8. #382
    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 BlackSun7 View Post
    Hi, is it possible to remove the chilled ground effect FROM Whispering Ice only?
    Nope, don't think so. Whispering ice is using the ground effects, and i don't remember to have access to that piece of code to remove it.
    In fact, only the ground effects are causing lag, not the skill effects..:|.
    Same as Arctic breath.

  9. #383
    extreeme's Avatar Member
    Reputation
    1
    Join Date
    Apr 2016
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hello , ive been using program and it helps me a lot for my low end pc ,but only viable option for me is zero particles effect , but when i pop it i cant see my spark spell ,and bearers too , is there any way to remove all particles with that options BUT those 2 ? If there is , can u pls explain what should i do to restore just those 2 effects. Thanks.

  10. #384
    JayGarrick's Avatar Member
    Reputation
    2
    Join Date
    Apr 2016
    Posts
    8
    Thanks G/R
    5/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    is it possible to revert the visual effect of split arrow to the older version (simpler ones without yellow arrow)?

  11. #385
    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 JayGarrick View Post
    is it possible to revert the visual effect of split arrow to the older version (simpler ones without yellow arrow)?
    Split arrow has 2 new files in Metadata/Effects/Spells/splitarrow...
    And certainly the skill uses the "new" files now. What you can do is to replace the content of both new files with the old one.

    Splitarrow.ao content goes to > New.ao
    Splitarrow.aoc content goes to > New.aoc

    Extract the folder to your custom skills or efects and change what i said above, give it a try and see .

  12. Thanks JayGarrick (1 members gave Thanks to vmv for this useful post)
  13. #386
    JayGarrick's Avatar Member
    Reputation
    2
    Join Date
    Apr 2016
    Posts
    8
    Thanks G/R
    5/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by vmv View Post
    Split arrow has 2 new files in Metadata/Effects/Spells/splitarrow...
    And certainly the skill uses the "new" files now. What you can do is to replace the content of both new files with the old one.

    Splitarrow.ao content goes to > New.ao
    Splitarrow.aoc content goes to > New.aoc

    Extract the folder to your custom skills or efects and change what i said above, give it a try and see .
    will try once i get back home, thanks!

    EDIT: Demonic and Gore is different right, If i disable gore effects, it wont affect demonic effect right?
    Last edited by JayGarrick; 04-27-2016 at 05:04 AM.

  14. #387
    JayGarrick's Avatar Member
    Reputation
    2
    Join Date
    Apr 2016
    Posts
    8
    Thanks G/R
    5/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i tried replacing the splitarrow.ao and aoc to the new , when i use the skill , game crashed

  15. #388
    Wellerson Santos's Avatar Member
    Reputation
    3
    Join Date
    Apr 2016
    Posts
    11
    Thanks G/R
    4/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi, when i open PoeSmoother.exe it says "Visual C# Command line stoped working" .. what is it ?

  16. #389
    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 Wellerson Santos View Post
    Hi, when i open PoeSmoother.exe it says "Visual C# Command line stoped working" .. what is it ?
    Maybe this can help you: Visual C# Command Line Compiler has stopped working - Microsoft Community

  17. Thanks Wellerson Santos (1 members gave Thanks to vmv for this useful post)
  18. #390
    Wellerson Santos's Avatar Member
    Reputation
    3
    Join Date
    Apr 2016
    Posts
    11
    Thanks G/R
    4/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I did everything he said but did not work :c

    PoeSmoother - effects remover-1-jpg

    That happens when i close the message
    PoeSmoother - effects remover-2-jpg

    and that is when i select any box
    PoeSmoother - effects remover-3-jpg

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 11:29 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