True Warrior achievement possibly bugged, where can i see how many melee kills i have?

+
I need to see how many melee kills i have.

I'm running the game on Steam, Windows 10.

Other threads only state that this achievement might be bugged without discussing if there's a method for checking how many melee kills the game has counted.

thread on this forum: ACHIEVEMENT: TRUE WARRIOR BUGGED

reddit: Achievement bug.

The reddit post mentions that people playing on console can see how many percent they have on the "true warrior" achievement.
There's no such thing on steam.

One possible solution from the reddit thread is to remove upgrades that add damage:
I've turned off my netrunner gear - one of the upgrades (Shock) from deck added electric damage to the attacks. I run around Pacifica and killed 100 enemy npcs and got it

I don't want to waste my time testing this theory without seeing a counter somewhere.
Is there any way to check how many melee kills the game has counted so far?
Anywhere in the save files perhaps?

Thanks.
Post automatically merged:

Tested this out using a save file program called CyberCAT-SimpleGUI
Went to Pacifica
Made a save file
Knocked out one enemy with my bare fists / used a katana.
Made another save file

Here's what changed from save file 1 to save file 2:

Save file 1:

JSON:
  {
    "Hash": 2716023326,
    "FactName": "gmpl_npc_hit_by_melee_lights",
    "Value": 1055
  },

Save file 2:

JSON:
  {
    "Hash": 2716023326,
    "FactName": "gmpl_npc_hit_by_melee_lights",
    "Value": 1059
  },

Save file 1:

JSON:
  {
    "Hash": 2962309121,
    "FactName": "gmpl_player_dodged",
    "Value": 498
  },

Save file 2:

JSON:
  {
    "Hash": 2962309121,
    "FactName": "gmpl_player_dodged",
    "Value": 499
  },

Save file 1:
JSON:
  {
    "Hash": 3644811233,
    "FactName": "gmpl_npc_hit_by_melee_strongs",
    "Value": 148
  },

Save file 2:

JSON:
  {
    "Hash": 3644811233,
    "FactName": "gmpl_npc_hit_by_melee_strongs",
    "Value": 149
  },

Save file 1:

JSON:
  {
    "Hash": 3807553421,
    "FactName": "gmpl_npc_hit_by_melee_combofinal",
    "Value": 210
  },

Save file 2:

JSON:
  {
    "Hash": 3807553421,
    "FactName": "gmpl_npc_hit_by_melee_combofinal",
    "Value": 211
  },

So it seems like knocking out / chopping up the guy counted for a few facts, but none of these seems to have anything to do with the "True Warrior Achievement" since the values are all above 100 and the achievement triggers at "Kill or incapacitate 100 enemies using melee weapons. ".

There are a bunch of "FactName" variables that might be the variable for this achievement tho, but i have no idea which one it could be:

JSON:
"FactName": "bls_achievement",
    "FactName": "wat_achievement",
     "FactName": "hey_achievement",
     "FactName": "std_achievement",
     "FactName": "wbr_achievement",
    "FactName": "cct_achievement",
    "FactName": "pac_achievement",

Does anyone know?
Post automatically merged:

Reloaded an old save (level 32) , did a lot of NCPD Scanner quests using a katana and eventually the achievement popped.

Comparing the save before and after gave me a bunch of useless differences, but I'll post them here just in case:

Was 2 increased to 3
JSON:
  {
    "Hash": 256057083,
    "FactName": "ch05_just_ads_ad",
    "Value": 2
  },

Was 9 increased to 10
JSON:
  {
    "Hash": 1588655213,
    "FactName": "hey_achievement",
    "Value": 9
  },

Was 4 increased to 5
JSON:
  {
    "Hash": 2368655290,
    "FactName": "holo_padre_calls_v_start_count",
    "Value": 4
  },

Was 4 increased to 5
JSON:
  {
    "Hash": 2473467515,
    "FactName": "holo_padre_calls_v_end_count",
    "Value": 4
  },

Was 512 increased to 568
JSON:
  {
    "Hash": 2716023326,
    "FactName": "gmpl_npc_hit_by_melee_lights",
    "Value": 512
  },

Was 271 increased to 273
JSON:
  {
    "Hash": 2962309121,
    "FactName": "gmpl_player_dodged",
    "Value": 271
  },

Was 14 increased to 16
JSON:
  {
    "Hash": 3644811233,
    "FactName": "gmpl_npc_hit_by_melee_strongs",
    "Value": 14
  },

Was 104 increased to 117
JSON:
  {
    "Hash": 3807553421,
    "FactName": "gmpl_npc_hit_by_melee_combofinal",
    "Value": 104
  },

On my other save, level 50, the value of "hey_achievement" is 32, so i doubt that has anything to do with the achievement "true warrior".

Screenshots of my build and cyberware just in case it's useful for anyone else.
Screenshot_3221.png

Screenshot_3222.png

Screenshot_3220.png
 
Last edited:
I am sure I have killed 1000 dudes with a katana and a bat, and still no achievement. I'm on GOG, but I see the problem is persistent on Steam as well. Based on your testing, would you say that removing the damage increasing upgrades made a difference? Would you be able to share a save file with your build?
 
I'm playing via GoG and got this achievement on 11 January 2021, so it is very much possible to get it - although I rarely keep track of achievements so I don't know if I played in a very specific way to get it.
 
Top Bottom