You are viewing our Forum Archives. To view or take place in current topics click here.
***[BORDERLANDS 2 SAVE EDITOR TOOL] + LEVEL MOD***
Posted:

***[BORDERLANDS 2 SAVE EDITOR TOOL] + LEVEL MOD***Posted:

XENO-INFUSION
  • Prospect
Status: Offline
Joined: Apr 12, 201113Year Member
Posts: 652
Reputation Power: 27
Status: Offline
Joined: Apr 12, 201113Year Member
Posts: 652
Reputation Power: 27
ALL CREDIT TO pclifford of 360Haven for the file and me for the tut



As i promised


This mod tool allows you to edit the following:

-eridium

-Your level

-Skill points

-Item level eg make all your inventory level 50

-Cash

-Backpack space

-Unlock slaughter arena

I am as you are reading this am creating a youtube tutorial on how to do this subscribe to me
Thedevil5600 to be the first to watch the tutorial

NEW COMMANDS
How do I just extract the player data?
Extract the raw protocol buffer data from a save file:

python savefile.py -d your-save-game.sav player.p
Extract the data in JSON format (encoded to allow round-tripping):

python savefile.py -d -j your-save-game.sav player.json
Extract the data in JSON format, applying further protocol buffer decoding to the listed fields to show information such as money and eridium:

python savefile.py -d -j -p 6:0,8,11,13,18,19,29,30,34,38,53,54 your-save-game.sav player.json
How do I write the player data back to a new save file?
Create a new save file from protocol buffer data:

python savefile.py player.p your-new-save-game.sav
Create a new save file from the JSON data:

python savefile.py -j player.json your-new-save-game.sav
As before, to write a save file that can be read by the PC version add the --little-endian flag to one of the above, eg:

python savefile.py -j --little-endian player.json your-new-save-game.sav

UPDATE-xbox save to pc "python savefile.py -m "" --little-endian console.sav pc.sav"
-PC to Xbox save "python savefile.py -m "" pc.sav console.sav"



Last edited by XENO-INFUSION ; edited 20 times in total

The following 5 users thanked XENO-INFUSION for this useful post:

xEzuRe (10-14-2012), Creapy (10-13-2012), HlTMAN (10-13-2012), PsychoSpoon (10-13-2012), tomcraft11 (10-13-2012)
#2. Posted:
SuperCell
  • Powerhouse
Status: Offline
Joined: Jan 29, 201212Year Member
Posts: 434
Reputation Power: 16
Status: Offline
Joined: Jan 29, 201212Year Member
Posts: 434
Reputation Power: 16
when will u finsh it???
#3. Posted:
danieljephcott
  • Ladder Climber
Status: Offline
Joined: Dec 12, 201013Year Member
Posts: 389
Reputation Power: 14
Status: Offline
Joined: Dec 12, 201013Year Member
Posts: 389
Reputation Power: 14
will it be uploaded and ready to watch tonight ????
#4. Posted:
yum
  • TTG Contender
Status: Offline
Joined: Jul 19, 201014Year Member
Posts: 3,488
Reputation Power: 155
Status: Offline
Joined: Jul 19, 201014Year Member
Posts: 3,488
Reputation Power: 155
XENO-INFUSION wrote This mod tool allows you to edit the following:

-eridium

-Your level

-Skill points

-Item level eg make all your inventory level 50

-Cash

-Backpack space

-Unlock slaughter arena

I am as you are reading this am creating a youtube tutorial on how to do this subscribe to me
Thedevil5600 to be the first to watch the tutorial


Remake this post when ur done then sure people will subscribe ur asking for subs without proof atm
#5. Posted:
XENO-INFUSION
  • Prospect
Status: Offline
Joined: Apr 12, 201113Year Member
Posts: 652
Reputation Power: 27
Status: Offline
Joined: Apr 12, 201113Year Member
Posts: 652
Reputation Power: 27
I'm rendering now with camtasia
#6. Posted:
Sparko
  • TTG Master
Status: Offline
Joined: Oct 10, 201014Year Member
Posts: 896
Reputation Power: 41
Status: Offline
Joined: Oct 10, 201014Year Member
Posts: 896
Reputation Power: 41
XENO-INFUSION wrote I'm rendering now with camtasia


If it works ill give some massive +rep
#7. Posted:
XENO-INFUSION
  • Prospect
Status: Offline
Joined: Apr 12, 201113Year Member
Posts: 652
Reputation Power: 27
Status: Offline
Joined: Apr 12, 201113Year Member
Posts: 652
Reputation Power: 27
Sparko wrote
XENO-INFUSION wrote I'm rendering now with camtasia


If it works ill give some massive +rep

Thanks you just have to wait bit longer as it just got blocked worldwide for the music and i have to re render and upload
#8. Posted:
Sparko
  • TTG Master
Status: Offline
Joined: Oct 10, 201014Year Member
Posts: 896
Reputation Power: 41
Status: Offline
Joined: Oct 10, 201014Year Member
Posts: 896
Reputation Power: 41
XENO-INFUSION wrote
Sparko wrote
XENO-INFUSION wrote I'm rendering now with camtasia


If it works ill give some massive +rep

Thanks you just have to wait bit longer as it just got blocked worldwide for the music and i have to re render and upload

Alright, thanks


Last edited by Sparko ; edited 2 times in total
#9. Posted:
Sparko
  • TTG Master
Status: Offline
Joined: Oct 10, 201014Year Member
Posts: 896
Reputation Power: 41
Status: Offline
Joined: Oct 10, 201014Year Member
Posts: 896
Reputation Power: 41
XENO-INFUSION wrote
Sparko wrote
XENO-INFUSION wrote I'm rendering now with camtasia


If it works ill give some massive +rep

Thanks you just have to wait bit longer as it just got blocked worldwide for the music and i have to re render and upload


Whats the percentage on it?
#10. Posted:
XENO-INFUSION
  • Prospect
Status: Offline
Joined: Apr 12, 201113Year Member
Posts: 652
Reputation Power: 27
Status: Offline
Joined: Apr 12, 201113Year Member
Posts: 652
Reputation Power: 27
Sparko wrote
XENO-INFUSION wrote
Sparko wrote
XENO-INFUSION wrote I'm rendering now with camtasia


If it works ill give some massive +rep

Thanks you just have to wait bit longer as it just got blocked worldwide for the music and i have to re render and upload


Whats the percentage on it?

85% render
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.