Darksiders

Darksiders

Not enough ratings
how to unlock The Harvester
By rarestMeow
unlocking console exclusive weapon - The Harvester - which gives +10% souls
   
Award
Favorite
Favorited
Unfavorite
[1]
about
The Harvester is exclusive weapon for Xbox360/PS3 versions of the game, and essentially an upgrade to Scythe with extra souls harvesting (+10% souls for each kills)

in Darksiders: Warmastered Edition (which you receive for free for buying this game) player may purchase The Harvester for 5,000 souls from Vulgrim, however in original Darksiders game player has no option to get that weapon which may trigger some OCD-people and those who are doing achievements-run (because extra +10% souls are handy)

thankfully, The Harvester is still present in Darksiders and you may easily unlock it via save editing

instruction
credits:
during that guide you will use WAR tool from John Simon (@whatisaphone). it is an open-source save-editor program for Darksiders and Darksiders: Warmastered Edition

link to repository: GitHub[github.com]
author: @whatisaphone[github.com]

>>> MAKE BACKUPS <<<

(1) play Darksiders as usual and buy Scythe from Vulgrim (if you already got Scythe, then skip that step)
(2) save your game into the first slot after auto-save slot
(3) download that archive. it has tools for unpack/packing savefiles
https://drive.google.com/file/d/1BjB2kzKrv11Qe80vqjkdoRvGtHwGI99E
(4) unpack archive's content into the folder
My Documents\My Games\Darksiders\<<YourSteamID>>
(5) launch the file "unpack.bat"
(6) a new file named "dssave0.json" will appear. open it with any text-editor
(7) search for the line
"classname": "hellraiser/hellraiser"
(8) and replace it with
"classname": "harvester/harvester"
(9) save "dssave0.json" file
(10) launch the file "pack.bat"
...and that's it. so basically, save game into the first slot, use tools to unpack savefile, edit one line, use tools to pack savefile back

screenshots
Scythe
The Harvester

about "Battle Hardened" achievement
The Harvester correctly works with "Battle Hardened" achievement, because game checks for exp-level per Object's instances, not per its actual values. so it checks like this (I have tested it):
Object.properties.Inventory.properties.Containers.items[1].properties.Items[0].properties.Experience == num

instead of, say, this:
var temp = Object.properties.Inventory.properties.Containers.items[1].properties.Items[0] temp.classname == "hellraiser/hellraiser" && temp.properties.Experience == num

but given how finicky and broken achievements in original Darksiders, you may fool-proof yourself by reverting The Harvester back to Scythe once you start grinding for "Battle Hardened"

one way or another but it is pretty much impossible to have full-leveled Scythe/The Harvester before end credits without dedicated grind. so you may play the whole game with The Harvester, get Armageddon Blade, then change it back to Scythe and complete "Battle Hardened" achievement. but once again, this is not necessary because of how game handles its data and triggers

extra "souls gained" data
and as an extra bonus there's some raw data on how various items affect gained souls:

if enemy drops less than 100 souls by default:
-
no enhance
Reaper
Death´s Blessing
Sword / Gauntlet
100%
110%
125%
Scythe
100%
120%
150%
The Harvester
110%
130%
160%

if enemy drops more than 100 souls by default:
-
no enhance
Reaper
Death´s Blessing
Sword / Gauntlet
100%
105%
112.5%
Scythe
100%
110%
125%
The Harvester
110%
120%
135%



if you want to thank me...
...then check my guide about fixing various game issues: launching, crashing, optimization, stuttering, gamepads, etc. the guide is huge, but the topic is broad to begin with
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=1935376439
2 Comments
gundamflcl 25 Jan, 2024 @ 10:31pm 
Almost forgot to update, but I can confirm that the weapon achievement does work with the Harvester. I tried to screenshot it, but didn't realize that Steam's screenshots don't capture the Steam pop ups.

Thanks again, man!
gundamflcl 7 Jan, 2024 @ 8:41am 
This is awesome, rarestMeow! Thank you for this.

It took me less than 5 minutes to do & worked first try!
Sad that the Harvester is locked behind a scummy/rare paywall, especially with how much the game crashes & bugs out with the achievements.
I'll update later with how it handles the equipment achievement.