EnhancedHammer

Moved

Total Downloads: 17,839 - First Release: Nov 9, 2015 - Last Update: Sep 21, 2017

5/5, 38 likes
  1. Visagalis updated Enhanced Hammer with a new update entry:

    0.3.3


    [DOUBLEPOST=1447191865][/DOUBLEPOST]
    Unfortunately its a bug, i'll try to fix it tomorrow.
    [DOUBLEPOST=1447191891][/DOUBLEPOST]
    what resolution are you using?
     
  2. 1600х900
    1920х1080
    no difference
     
    Last edited by a moderator: Nov 10, 2015
  3. Visagalis updated Enhanced Hammer with a new update entry:

    0.3.4

     
  4. I'll work on this bug when i'll get back home from work. As a temporary solution you can use /eh hide, to hide that ICON.
     
  5. You are a saint. Thanks for this!
     
  6. No problem :) Let me know if you find any issues with this!
     
  7. amazing plugin thanks for your working


    can you add config file ASAP and if it is possible add some way for translation too :)
     
  8. Visagalis updated Enhanced Hammer with a new update entry:

    0.4.5


    [DOUBLEPOST=1447273505][/DOUBLEPOST]
    * Added localization to TODO list.

    Configuration is still not done, i'll try to do it tomorrow!
    You can configure by editing EnhancedHammer.cs yourself with notepad.

    For example, if you want to have Icons disabled by default, replace line 15:
    Code:
    public PlayerFlags flags = PlayerFlags.MESSAGES_DISABLED;
    
    to
    Code:
    public PlayerFlags flags = PlayerFlags.ICONS_DISABLED;
    if you plugin disabled by default replace line 15:
    Code:
    public PlayerFlags flags = PlayerFlags.MESSAGES_DISABLED;
    
    to
    Code:
    public PlayerFlags flags = PlayerFlags.PLUGIN_DISABLED;
    and etc ;)
     
  9. Got around to trying this and it's great! Something like this would be great built in.

    JIRA slacker
     
  10. (04:57:19) | [Oxide] 6:57 AM [Info] Loaded plugin Enhanced Hammer v0.4.5 by Visagalis

    (04:57:19) | [Oxide] 6:57 AM [Error] Failed to initialize plugin 'EnhancedHammer v0.4.5' (ArgumentException: An element with the same key already exists in the dictionary.)

    (04:57:19) | [Oxide] 6:57 AM [Info] Unloaded plugin Enhanced Hammer v0.4.5 by Visagalis
     
  11. good))))
     
    Last edited by a moderator: Nov 27, 2015
  12. this is happening everytime you try to load a plugin?
     
  13. (00:35:33) | [Oxide] 2:35 AM [Info] Loaded plugin Enhanced Hammer v0.4.5 by Visagalis

    (00:35:33) | [Oxide] 2:35 AM [Error] Failed to initialize plugin 'EnhancedHammer v0.4.5' (ArgumentException: An element with the same key already exists in the dictionary.)

    (00:35:33) | [Oxide] 2:35 AM [Info] Unloaded plugin Enhanced Hammer v0.4.5 by Visagalis

    (00:35:33) | [Oxide] 2:35 AM [Info] Previous version of plugin failed to load: EnhancedHammer
     
  14. you are the only one having this problem, you must be doing something wrong.
     
  15. Looks like I have to click jump in order to upgrade floor/ceiling. But it works right if I go top side and crouch and click for the upgrade.
     
  16. Yeah, I've noticed that, its a pity I can't do anything about that.
     
  17. Visagalis updated Enhanced Hammer with a new update entry:

    0.4.6

     
  18. Can't wait for the permission system. Awesome plugin.
     
  19. [BUGS] Wood half wall costs extra wood with EH than it does by right clicking.
    Triangle foundations cost 100 extra wood with EH than it does by right clicking.

    Overall, there are structures that cost extra when using the EH plugin.
     
  20. Visagalis updated Enhanced Hammer with a new update entry:

    0.4.7


    [DOUBLEPOST=1450624383][/DOUBLEPOST]
    Thank you! Its fixed now!