Posts by serjke777

    1)you need to remove the presets weapon assemblies. (In game 3.9.8)

    2)backup profile

    3)open profile in editor

    4)fixing the endless loading of the hideout:

    it was:

    Code
    "Improvement": {},
    "Production": {},

    need:

    Code
        "Improvement": {},
        "Customization": {
         "Wall": "675844bdf94a97cbbe096f1a",
         "Floor": "6758443ff94a97cbbe096f18",
         "Light": "675fe8abbc3deae49a0b947f",
         "Ceiling": "673b3f977038192ee006aa09",
         "ShootingRangeMark": "67585d416c72998cf60ed85a"
        },
        "Production": {},

    5) fixing dogtag:

    it was:

    Code
       "Customization": {
        "Body": "5cc0858d14c02e000c6bea66",
        "Feet": "5cc085bb14c02e000e67a5c5",
        "Hands": "5cc0876314c02e000c6bea6b",
        "Head": "5cc084dd14c02e000b0550a3"
       },

    need:

    Code
       "Customization": {
        "Body": "5cc0858d14c02e000c6bea66",
        "Feet": "5cc085bb14c02e000e67a5c5",
        "Hands": "5cc0876314c02e000c6bea6b",
        "Head": "5cc084dd14c02e000b0550a3",
        "DogTag": "6746fd09bafff85008048838"
       },

    the profile should work in 3.11.x