0 of 0

File information

Last updated

Original upload

Created by

FancySweetroll

Uploaded by

FancySweetroll

Virus scan

Safe to use

Tags for this mod

69 comments

  1. hoskope
    hoskope
    • premium
    • 10 kudos
    Anyone seen mod, which would shrink arrows 50%, that would be perfect!
    1. dongxiaopeng
      dongxiaopeng
      • member
      • 0 kudos
      https://www.nexusmods.com/kingdomcomedeliverance2/mods/358?tab=description
  2. overmind19597
    overmind19597
    • member
    • 0 kudos
    Hi author, could you make one more option that just remove the arrow but keep perfect block & counter attack icon?
  3. Wiwra
    Wiwra
    • member
    • 12 kudos
    Will definitely try this mod, after playing whole KCD 1 + DLCs with hardcore mode where there is no combat hud I kinda dont wan't to play with this hud in KCD2 now. 
  4. pocky1234
    pocky1234
    • member
    • 0 kudos
    Wish it didn't remove the names of items in the open world too (stealing just says "steal" instead of what it is) and also in alchemy (can't see what any of the bags are)
    1. pocky1234
      pocky1234
      • member
      • 0 kudos
      idk, it works then stops working randomly 
  5. Tideroo
    Tideroo
    • member
    • 0 kudos
    Doesnt work very well, as others pointed out the star appears for a little while when starting a combat/doing a master strike. Maybe instead include a fix that disables it all the time and re-enables it only if the player is outside of combat ? Instead of checking he actually is.
    1. FancySweetroll
      FancySweetroll
      • member
      • 4 kudos
      Its a world of compromises :p

      The first version just removed the textures for it, but that also meant you couldnt see the combos in the codex.

      Then I permanently disabled the wh_ui_showcursor cvar which other mods are now doing as well. That however also permanently disables the UI label when picking herbs or picking stuff up in general, which imo made it frustrangly hard to figure out what could and couldnt be picked up, so I started looking for a different solution.

      In the current version, it instead checks via Lua if the player is in combat, 10 times a second, which it sounds like you figured out. I tried making it do that check every single frame, but it seems like it the arrows can still pop up on occation when combat starts, for a very brief moment.

      Personally I feel like the current version is the best compromise of these 3 ways of getting rid of it, though its up to you :p
    2. Tideroo
      Tideroo
      • member
      • 0 kudos
      Oh no worries I'm definitely with you on that, it's the best option available so far and I play with it right now. I just wanted to point out that issue (and a possible fix?) in case you weren't aware it happened :p
    3. LeNawax
      LeNawax
      • premium
      • 4 kudos

      "The first version just removed the textures for it, but that also meant you couldnt see the combos in the codex."
      Couldn't we make the codex use another texture for displaying the combos ? Or even the combat UI. I don't know yet where it is configured/stored.
  6. HanneloreSchmittt
    HanneloreSchmittt
    • premium
    • 0 kudos
    I wish i had this mod installed sooner. Now i can focus on the enemy and dont get  distracted by those arrows. Realy enhance the Gameplay. Thanks.
  7. Anju1
    Anju1
    • member
    • 0 kudos
    It's bugged, sometimes it still shows up when starting a fight, you need to fix it
    1. ThePartyGuest
      ThePartyGuest
      • supporter
      • 0 kudos
      Haven't ever seen it pop up since I've installed it, after 20 hours of playtime with it
    2. Anju1
      Anju1
      • member
      • 0 kudos
      https://youtu.be/uBFmKKAL7Bo?si=bdO_kvk3u9kuVYh1
      You see it in the first seconds ?
    3. VOIDxPT
      VOIDxPT
      • member
      • 0 kudos
      it's true, also when finishing an opponent by master strike also makes the arrows show up.
    4. rayyaqub2
      rayyaqub2
      • premium
      • 0 kudos
      anyone managed to fix that ?
    5. Anju1
      Anju1
      • member
      • 0 kudos
      use another mod
    6. rayyaqub2
      rayyaqub2
      • premium
      • 0 kudos
      which one?
    7. Anju1
      Anju1
      • member
      • 0 kudos
      https://www.nexusmods.com/kingdomcomedeliverance2/mods/430
  8. BlockGZ
    BlockGZ
    • member
    • 2 kudos
    Do you know how to unisntall the mod?

    I decided to get a mod that only hides the block and riposte icons instead (modifying hud.dds), but when uninstalling this mod, it still hides the direction arrows. I'm wondering if the lua script is baked into the save? After uninstalling it, I reinstalled it and changed to script so that when the player is in combat, then wh_ui_ShowCursor = 1, but to no avail. I can also re-enable it through console commands but it disappears as soon as I change zones or do anything. Is there a way to stop the script from running?
  9. ArouBooya
    ArouBooya
    • supporter
    • 0 kudos
    Could you make a version that only hides the perfect block green icon but still shows the direction arrows? I find that the arrows are still fair because Henry's hand movements are somewhat delayed.
    1. Grubbs008
      Grubbs008
      • member
      • 12 kudos
      You can use the Thinner Health and Stamina mod for this, the Personal one, with the removed block and attack icons.
  10. Grubbs008
    Grubbs008
    • member
    • 12 kudos
    Any idea why the #1 mod on here, Unlimited Saving II F5 to save mod, does not work with this mod enabled?
    1. VOIDxPT
      VOIDxPT
      • member
      • 0 kudos
       Because of how the engine works, if you run any other mod that also changes keybindings or keys, only the mod that has higher load order amongs the two will be loaded, F5 for the saving and this new version added new lines of commands with ui cursor, im using the previous version and its working fine, just no tooltip for items on pick up.
    2. FancySweetroll
      FancySweetroll
      • member
      • 4 kudos
      A new version is availably (1.5) which is completely self contained and definately shouldnt affect or be affected by any other mod. In fact, it is so good that I recommend other mods that need to update stuff on a runtime / update loop basis, to do it the same way I have :D
    3. Grubbs008
      Grubbs008
      • member
      • 12 kudos
      @Void, Or you can just wait for the Author to fix it....


      @FancySweetroll, Thanks a lot. Ill test it.