- Server version
- 3.1.1
- Game client version
- 0.12.12.30.19078
- Client log file
- codepaste.sp-tarkov.com/?2fdf7…Fi2a67t6y5YK3GVfRHgWYkBcS
- BepInEx log file
- codepaste.sp-tarkov.com/?f0e2c…rzzX68Vb3HsmGuShKhmw7sRfr
- Server log file
- codepaste.sp-tarkov.com/?2bb32…Z1aneWnnfdPMLaGyWVbeYuebb
- Have you read the FAQ?
- Yes
- Where did you download your game from?
- From the Official Website
- List of used mods
- SPT Aki Profile Editor
ServerValueModifier
Fin-EerieSilence
Heya Escapers,
Long story short:
I need someone to go into his profile json and copy the message from Ragman to me
The Quest Complete Template Message ID is: "5ae44dd386f7744f1a7eb65d"
And then just copy the entire code block
Long story:
I finished the quest but when I clicked on the Message to get the reward my game freezed
So I went into the files to figure out where the error is
Here is my rambling:
Problem:
Quest "Make ULTRA Great Again" Ready to complete
> upon clicking complete
> game loads files and gets stuck (small loading circle)
> ALT+F4
> Restart game
> New Message from Ragman with rewards
> If click on Message Tab of Ragman game freezes
> ALT+F4
Attempted solutions:
1. Reset Quest
Did not work, since the message is still displayed
This also made the game to send a second message
2. Delete Message from Player Profile and Mark quest as Completed
Find Message in Quests.json
Quest ID
"5ae448bf86f7744d733e55ee": {
Locale en.json
Message ID
"successMessageText": "5ae44dd386f7744f1a7eb65d",
Message in Player Profile file:
"templateId": "5ae44dd386f7744f1a7eb65d",
"hasRewards": true,
"rewardCollected": false,
From user:
5ac3b934156ae10c4430e83c
Then I found 2 Messages with the same Message
Both amounted to over 700.000 lines of code, somehow the game made the same object over and over again
{
"_id": "1e1e8d42c80ba43534f49b3c",
"uid": "5ac3b934156ae10c4430e83c",
"type": 12,
"dt": 1659257245.774,
"text": "",
"localDateTime": 1659257245.774,
"templateId": "5ae44dd386f7744f1a7eb65d",
"hasRewards": true,
"rewardCollected": false,
"items": {
"stash": "5fb038ce8a483ee9b475b91f",
"data": [
{
"_id": "e331b6c515eb9c57dc01595c",
"_tpl": "5449016a4bdc2d6f028b456f",
"upd": {
"StackObjectsCount": 1,
"SpawnedInSession": true
},
"parentId": "5fb038ce8a483ee9b475b91f",
"slotId": "main"
},
{
"_id": "918492e01d46698e91dd51ac",
"_tpl": "5449016a4bdc2d6f028b456f",
"upd": {
"StackObjectsCount": 1,
"SpawnedInSession": true
},
"parentId": "5fb038ce8a483ee9b475b91f",
"slotId": "main"
},
{
"_id": "f76334166bf5953adc64f201",
"_tpl": "5449016a4bdc2d6f028b456f",
"upd": {
"StackObjectsCount": 1,
"SpawnedInSession": true
},
"parentId": "5fb038ce8a483ee9b475b91f",
"slotId": "main"
},
This repeats over and over again
I will delete one of the messages and attempt to repair it to the original text and rewards
If anyone could help me out with the message I would be really grateful
Thank you!