Results 1 to 15 of 19

Threaded View

  1. #1
    xoreaxeax's Avatar
    Join Date
    Apr 2019
    Gender
    male
    Posts
    89
    Reputation
    10
    Thanks
    94

    New save structure

    Found out how to dump saves once again, so today I am sharing the new structure of the save. This lets us know what information the developers can see when they check over our saves. Note that all information that could be used to identify me has been edited out.

    Code:
    {
        "playerUId": "DEADBEEF",
        "selectedCamperIndex": 0,
        "selectedSlasherIndex": 268435456,
        "firstTimePlaying": false,
        "consecutiveMatchStreak": 0,
        "hasBeenGivenKillerTutorialEndReward": true,
        "hasBeenGivenSurvivorTutorialEndReward": true,
        "currentSeasonTicks": 0123456789,
        "lastConnectedCharacterIndex": 268435456,
        "disconnectPenaltyTime": "0001-01-01T00:00:00.000Z",
        "lastMatchEndTime": "0001-01-01T00:00:00.000Z",
        "lastMatchStartTime": "0001-01-01T00:00:00.000Z",
        "lastKillerMatchEndTime": "0001-01-01T00:00:00.000Z",
        "lastSurvivorMatchEndTime": "0001-01-01T00:00:00.000Z",
        "experience": 1000000,
        "fearTokensMigrated": true,
        "ongoingGameTime": "0001-01-01T00:00:00.000Z",
        "cumulativeMatches": 0,
        "pageVisited": [ {
            "key": "CharacterMenuContextComponent",
            "value": true
        } ],
        "cumulativeMatchesAsSurvivor": 0,
        "cumulativeMatchesAsKiller": 0,
        "lastMatchTimestamp": "0001.01.01-00.00.00",
        "lastSessionTimestamp": "0001.01.01-00.00.00",
        "cumulativeSessions": 0,
        "cumulativePlaytime": "0123456789",
        "characterData": [ {
            "key": 0,
            "data": {
                "bloodwebLevel": 1,
                "bloodWebData": {
                },
                "characterLoadoutData": {
                    "item": "_EMPTY_",
                    "camperPerks": [ "_EMPTY_", "_LOCKED_", "_LOCKED_", "_LOCKED_" ],
                    "camperFavor": "_EMPTY_",
                    "power": "None",
                    "powerAddOns": [ "_EMPTY_", "_EMPTY_" ],
                    "slasherFavor": "_EMPTY_"
                },
                "inventory": [ {
                    "i": "Bond,1"
                }, {
                    "i": "Prove_Thyself,1"
                }, {
                    "i": "leader,1"
                } ],
                "currentCustomization": [ "D_Head01", "D_Torso01", "D_Legs01" ]
            }
        }, {
            "key": 268435456,
            "data": {
                "bloodwebLevel": 1,
                "timesConfronted": 0,
                "bloodWebData": {
                    "versionNumber": 4,
                    "level": 1
                },
                "characterLoadoutData": {
                    "item": "_EMPTY_",
                    "camperFavor": "_EMPTY_",
                    "power": "Item_Slasher_Beartrap",
                    "powerAddOns": [ "_EMPTY_", "_EMPTY_" ],
                    "slasherPerks": [ "_EMPTY_", "_LOCKED_", "_LOCKED_", "_LOCKED_" ],
                    "slasherFavor": "_EMPTY_"
                },
                "inventory": [ {
                    "i": "Agitation,1"
                }, {
                    "i": "Brutal_Strength,1"
                }, {
                    "i": "Unnerving_Presence,1"
                } ],
                "currentCustomization": [ "S01_Head01", "S01_Body01", "S01_Weapon01" ]
            }
        } ],
        "dailyRituals": {
            "lastRitualReceivedDate": "0001-01-01T00:00:00.000Z",
            "lastRitualPopupDate": "0001-01-01T00:00:00.000Z",
            "lastRitualDismissedDate": "0001-01-01T00:00:00.000Z",
            "rituals": [
            ]
        },
        "lastLoadout": {
            "item": "_EMPTY_",
            "camperFavor": "_EMPTY_",
            "power": "_EMPTY_",
            "powerAddOns": [ "_EMPTY_", "_EMPTY_" ],
            "slasherFavor": "_EMPTY_"
        },
        "versionNumber": 7
    }
    I only included Dwight and Trapper in this just as an example, however in a real save all the characters (even ones you don't own) are present.

  2. The Following 8 Users Say Thank You to xoreaxeax For This Useful Post:

    AsunaAsuna99 (08-28-2020),Cheburator1337 (04-24-2019),Extrapolated (04-24-2019),Fokxer (12-02-2019),kaleddu7 (04-25-2019),Mona Lisa (04-25-2019),poopydoopy2019 (01-02-2021),tsv129 (01-23-2020)

Similar Threads

  1. How to update game ID on new save?
    By WeeabooDude_ in forum Dead by Daylight Discussion & Help
    Replies: 2
    Last Post: 09-22-2017, 01:43 PM
  2. Dead by Daylight not creating new save after deletion of old one.
    By overtired in forum Dead by Daylight Discussion & Help
    Replies: 0
    Last Post: 08-08-2017, 06:10 PM
  3. [Release] Tutorial new save Prestige 3
    By MasterPro922 in forum Dead by Daylight Hacks & Cheats
    Replies: 19
    Last Post: 08-22-2016, 07:58 AM
  4. [HELP] Saving Char* Arrays in Structure.
    By topblast in forum Combat Arms Coding Help & Discussion
    Replies: 7
    Last Post: 01-17-2011, 01:19 PM
  5. New Pub just saved from beind patched!!
    By Lakshay in forum CrossFire Discussions
    Replies: 12
    Last Post: 04-07-2010, 12:36 PM