How to Add a Star to your Weapon TUT /Python

FatPat666 Jan 21, 2013

  1. FatPat666

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

    Joined:
    Jul 12, 2011
    Messages:
    1,782
    Likes Received:
    822
    Trophy Points:
    135
    Gender:
    Male
    Location:
    50187
    Console:
    Xbox One
    [​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

    Joined:
    Sep 28, 2012
    Messages:
    351
    Likes Received:
    65
    Trophy Points:
    55
    Gender:
    Male
    Location:
    Portland, OR, USA
    Console:
    Xbox
    Cool stuff man, you are always kickin ass dude!!
     

Share This Page

Close