0 of 0

File information

Last updated

Original upload

Created by

tzman

Uploaded by

tzxman

Virus scan

Safe to use

11 comments

  1. MidnitePL
    MidnitePL
    • member
    • 0 kudos
    if you have trouble to fire this in v.4.04, then do the following:

    1. you need to find original npc.ws file in your Witcher 3 directory ( default in \\SteamLibrary\steamapps\common\The Witcher 3\content\content0\scripts\game\npc\ )

    2. locate the mod npc.ws file in Mods directory ( default in \\SteamLibrary\steamapps\common\The Witcher 3\mods\modMasterMarksmanTracker\content\scripts\game\npc\ )

    4. copy original npc.ws file from point 1 to Mod folder taken from point 2
    5. open copied npc.ws file from Mods directory in any editor eg. notepad
    6. locate this line "if (damageAction.GetIsHeadShot() && monsterCategory == MC_Human )" (w/o quotes). It's around 2737 line
    7. change this lane into this:

    if (damageAction.GetIsHeadShot() && monsterCategory == MC_Human ) {
    theGame.GetGamerProfile().IncStat(ES_HeadShotKills);
    theGame.GetGuiManager().ClearNotificationsQueue();
    theGame.GetGuiManager().ShowNotification(
    "Headshot #<font color=\"#7A1515\">"
    + theGame.GetGamerProfile().GetStatValue(ES_HeadShotKills)
    + "</font>"
    );
    }

    8. Save and run the game
  2. lucmac
    lucmac
    • member
    • 1 kudos
    thank you
  3. WildHunt777
    WildHunt777
    • member
    • 0 kudos
    Thanks to this mod I figured out the headshot's hitboxes. Have an enemy low health, be close about 5 meters and aim at their forehead (slightly above eyes).
  4. Yukinekorin
    Yukinekorin
    • member
    • 2 kudos
    Hey! Just wanted to thank you so so much for this mod. Most helpful achievement tracker mod ever. Finally cleared that pesky Master Marksman! :D 
  5. caatriona
    caatriona
    • member
    • 3 kudos
    Thank you very much! This is a very useful mod indeed.
    Do you have any plans on creating other achievement trackers? Overkill or That Is the Evilest Thing, for example?
    1. tzxman
      tzxman
      • member
      • 4 kudos
      Why not, I'll implement this and release as a package with a mod menu to selectively enable.
      Let's see if I get time next weekend :)

      Update: Here you go my friend, Achievement Progress Tracker
    2. caatriona
      caatriona
      • member
      • 3 kudos
      Thank you so so much! As a token of gratitude, I've translated your new mod into Russian, so more people could see and use it. Hope you don't mind :) 
  6. Tonickaa
    Tonickaa
    • member
    • 0 kudos
    Works perfectly, thank you for making getting this achievement less miserable
  7. panchasell
    panchasell
    • premium
    • 11 kudos
    Mods you did not think you needed. Thank you very much. I still lack this achievement
    1. panchasell
      panchasell
      • premium
      • 11 kudos
      Addendum: very strange. I have like 35 script merger conflicts in file npc.ws with Ghost Mode and your mod.

      Even though your mod barely changes anything in there! Error on my part or trouble with your npc.ws file?
    2. tzxman
      tzxman
      • member
      • 4 kudos
      You can try to merge it manually I guess.
      I would have helped you but I don't currently have internet bandwidth to install Ghost mode and never used it :(