How to Add a Star to your Weapon TUT /Python

Discussion in 'Borderlands Series' started by FatPat666, Jan 21, 2013.

  1. FatPat666

    FatPat666 ѪĴůğğäĽŏҲҲƉƴĻȺNѪ Lifetime Gold XPG Retired Staff
    55/94

    [​IMG]

    With Python.
    Extract ur game data.
    python savefile.py -d -j -p your-save-game.sav player.json

    Ctrl+F and Find Star.
    change Number 1 to number 2 and you now have a star on your weapon
    Below is a Conference call with a star on it.


    Code:
    
            {
                "data": {
                    "balance": {
                        "asset": 27,
                        "lib": 129
                    },
                    "is_weapon": 1,
                    "key": 1494033727,
                    "level": [
                        50,
                        50
                    ],
                    "manufacturer": {
                        "asset": 6,
                        "lib": 1
                    },
                    "parts": [
                        {
                            "asset": 164,
                            "lib": 10
                        },
                        {
                            "asset": 107,
                            "lib": 10
                        },
                        {
                            "asset": 174,
                            "lib": 10
                        },
                        {
                            "asset": 10,
                            "lib": 10
                        },
                        {
                            "asset": 108,
                            "lib": 10
                        },
                        {
                            "asset": 23,
                            "lib": 10
                        },
                        {
                            "asset": 17,
                            "lib": 10
                        },
                        {
                            "asset": 2047,
                            "lib": 63
                        },
                        {
                            "asset": 175,
                            "lib": 10
                        },
                        {
                            "asset": 75,
                            "lib": 10
                        },
                        {
                            "asset": 184,
                            "lib": 10
                        }
                    ],
                    "set": 0,
                    "type": {
                        "asset": 2,
                        "lib": 32
                    }
                },
                "slot": 0,
                "star": 2
            }
        ],
    
     
  2. RIPxKILLSxALL

    RIPxKILLSxALL Meat Popsicle Lifetime Gold
    55/94

    Cool stuff man, you are always kickin ass dude!!
     

Share This Page