Borderlands GOTY

Borderlands GOTY

Not enough ratings
Claptrap DLC - Obtaining all achievement items without farming
By impassiveblue
Tired of slaughtering Claptraps for those last few achievements?
Feel like the game knows exactly what you need but still refuses to give it to you?

Don't worry, this guide is just what you need. It's time to reclaim your sanity (and your achievements)!
   
Award
Favorite
Favorited
Unfavorite
Disclaimer
I take no responsibility for any damage or loss caused to your save files. Make sure to create a backup before modifying them.
If you don't know how to make a backup, simply go to
C:\Users\<user>\Documents\My Games\Borderlands\Savedata
and copy the save files to another folder. You can also copy the entire “Savedata” folder to a different location. Either method works just fine.
Description
This guide is intended for players who don’t want to waste hours farming items with ridiculously low drop rates or for those who, like me, already got them on another version or platform and don't want to burn the MINAC into their monitor.
The achievements you’ll be able to unlock with this method are:
  • What a party! (3 panties, 5 fish in a bag and 15 pizzas)
  • The Lubricator (25 claptrap oil cans)
  • Bobble-Trap (15 claptrap bobbleheads)
  • It's so realistic! (5 3D glasses)
Requirements
  • Notepad++
  • HEX-Editor plugin for Notepad++ (installed via the plugin manager)

You’ll need a hex editor for this process. In my case, I’ll be using a plugin that can be installed directly within Notepad++.

Once you have Notepad++ installed, go to Plugins > Plugins Admin.

(Image 1)

Use the search bar to look for HEX-Editor, tick the box next to it, and install it.

(Image 2)
Opening file
With the plugin installed, open the save file you want to modify. Do this directly through the program by going to File > Open.
Remember that the default save file location is:
C:\Users\<user>\Documents\My Games\Borderlands\Savedata

In my case, I’ll be opening my second character: Save0002.sav.
The program should now show you something like this:

(Image 3)

Once the save file is open, we’ll inspect it using the HEX-Editor.
Go to Plugins > HEX-Editor > View in HEX.

(Image 4)

The program should display something like the following:

(Image 5)
Modifying variables
Now we need to find the memory location where the variables for the items we want to edit are stored. Use Ctrl+F to help locate them.

(Image 6)

The table below shows where the variables we need to modify are located.
(credit to MouseyPounds: https://sourceforge.net/p/willowtree/discussion/1117810/thread/88087bd9/ for finding them.)

Reference
Info
f50601
Oil cans
f60601
Claptrap bobbleheads
f70601
3D glasses
f80601
Panties
f90601
Fish in a bag
fa0601
Pizzas

The part you need to change is the hexadecimal number that comes immediately after the 01 in each reference.

(Image 7)

Convert this value to decimal to find out how many of that item you currently have.
If the number is greater than or equal to the required amount for the achievement, you don't need to change it. Only modify those that are below the required amount. You can use the Windows calculator to convert decimal numbers to hexadecimal and viceversa.

Use the following table as a reference:

Item
Reference
25 Oil cans
f5060119
15 Claptrap bobbleheads
f606010f
5 3D glasses
f7060105
3 Panties
f8060103
5 Fish in a bag
f9060105
15 Pizzas
fa06010f

In this example, I’ll be changing the number of Claptrap bobbleheads. I go to reference f60601 and locate the two digits that follow, in my case, it's 00.

We need a total of 15 Claptrap bobbleheads, so I’ll change 00 to 0F.

(Image 8)

Once you’ve edited all the necessary references, simply save the file.
Last step
After changing every value, the final step is to launch the game. If you followed the steps correctly, you should see that the corresponding achievements unlock when you load your character.

I hope this guide was helpful, if you have any questions, leave a comment and we’ll try to sort it out.
Thanks so much for reading.

Happy Hunting!
2 Comments
impassiveblue  [author] 3 hours ago 
Glad it helped!
Veselar 10 Jul @ 11:01am 
Thanks, wasted 2,5h idling, 1h actively killing Claptraps and I didn't succeed.