REMINDER: ALWAYS CREATE A BACKUP OF YOUR PROFILE FILE
HOW TO UNLOCK VANELLOPE
(Check my previous posts to learn how to find and decrypt profile file)
Step 1: Mark the quest as completed
In order to make the quest appear as completed, you need to search for the "MissionsCompleted" section. There, you will see a list of all the quests you have completed. The "Faith, Trust, and Pixel Dust" quest ID is
2070000905. Add the ID to the list. It should look like this
(keep in mind that everyone's list will look different, but the important part is to add the ID at the end):
"QuestInfo": {
"MissionsCompleted": [
2070000620,
2070000691,
2070000628,
2070000905
After doing this, use the search option to look the ID (2070000905) up to find something that looks like this:
Code:
"Characterld": 10000031, "Missionid": 2070000905, "CurrentStepindex": 0, "MissionSteps": [
{"SubSteps": I ( "Obiectives": [ ( "ItemFilter": ( "Data": null ), "TargetAmount": 1,
"ProgressKevs": (), "Status": "MissionStepStatus_Ongoing", "GoBehaviorlat": 0,
"StepType": "StepGameplay", "MinWeightRequired": 0, "MaxWeightRequired": 0, "ItemIdsCollected": [],
"GridObjectIdsCollected*: [1, "TargetCharacterItemID": 10000031, "AmountToSpawn": 0,
"SpawnRadius": O, "ItemAmount": O, "ItemFiltersWithAmount: [ 1, "MinStarRatingRequired":
0, "WasSkipped": false } 1} 1 }
Replace MissionStepStatus_Ongoing for MissionStepStatus_Completed.
Step 2: Add Vanellope to the Village
Once the quest is completed, we also need to modify Vanellope's status. To do so, search Vanellope's Character ID (10000031) and change the status from "Secret" to "InVillage". After editing, it should look like this:
"Base": {
"id": 10000031,
"obtainedTime": null
},
"FriendshipLevel": 0,
"Friendship": 0,
"Happiness": 0,
"Status": "CharacterStatus_InVillage",
"DiscussedWithTheAvatarToday": false,
"LastGiftDate": null,
"LatestGiftedItems": [
About people losing their progress after editing profile.json
When using JKSV to restore the edited save file, you have to create a folder WITH ALL THE OTHER FILES, not just the profije.json file. If you restore a folder with only profile.json in it, the save file is not complete so it won't work.