Display More1)you need to remove the presets weapon assemblies. (In game 3.9.8)
->So I need to reinstall 3.9.8 again?
2)backup profile
3)open profile in editor
4)fixing the endless loading of the hideout:
->What I am looking for?
If I search in the file for "improvement", I find this for example:
"Improvement": {
"639199277a9178252d38c98f": {
"completed": true,
"improveCompleteTimestamp": 1732549612
},
"639199277a9178252d38c990": {
"completed": true,
"improveCompleteTimestamp": 1732672575
},
"639199277a9178252d38c991": {
"completed": true,
"improveCompleteTimestamp": 1732728533
},
"639199277a9178252d38c992": {
"completed": true,
"improveCompleteTimestamp": 1732818249
"Customization": {
"Head": "5cde9ff17d6c8b0474535daa",
"Body": "64a2edba08d26f8d62049c06",
"Feet": "5d28af3486f774292364a6e7",
"Hands": "6197aca964ae5436d76c1f98"
"Customization": {
"Body": "5fce3e47fe40296c1d5fd784",
"Feet": "617be9e4e02b3b3fa50fa8f2",
"Hands": "5fd760001189a17bcc172b85",
"Head": "619f94f5b90286142b59d45f"
it was:
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
Posts by OberstKlink
-
-
Hello together,
yesterday I wanted to update my SPT Version.
First I copied "673b6d570002398ae49849f7.json" from G:\SPT\user\profiles
Then I tried to update Tarkov, but had some issues with the space on my SSD. So I decied to uninstall EFT and delete SPT.
After this I installed EFT again and installed SPT after that.
After this I copied my profile 673b6d570002398ae49849f7.json back to the profiles folder.When starting the server and the Launcher, it recognizes my old profile, but with 3.9.8.
Anywas I start the game, but the profile don't load.
TypeError: Cannot read properties of undefined (reading 'filter')
TypeError: Cannot read properties of undefined (reading 'filter')
at ProfileFixerService.checkForOrphanedModdedItems (C:\snapshot\project\obj\services\ProfileFixerService.js)
at GameController.gameStart (C:\snapshot\project\obj\controllers\GameController.js)
at GameCallbacks.gameStart (C:\snapshot\project\obj\callbacks\GameCallbacks.js)
at RouteAction.action (C:\snapshot\project\obj\routers\static\GameStaticRouter.js)
at GameStaticRouter.handleStatic (C:\snapshot\project\obj\di\Router.js)
at HttpRouter.handleRoute (C:\snapshot\project\obj\routers\HttpRouter.js)
at HttpRouter.getResponse (C:\snapshot\project\obj\routers\HttpRouter.js)
at SptHttpListener.getResponse (C:\snapshot\project\obj\servers\http\SptHttpListener.js)
at IncomingMessage.<anonymous> (C:\snapshot\project\obj\servers\http\SptHttpListener.js)
at processTicksAndRejections (node:internal/process/task_queues:105:5)
TypeError: Cannot read properties of undefined (reading 'filter')
TypeError: Cannot read properties of undefined (reading 'filter')
at ProfileFixerService.checkForOrphanedModdedItems (C:\snapshot\project\obj\services\ProfileFixerService.js)
at GameController.gameStart (C:\snapshot\project\obj\controllers\GameController.js)
at GameCallbacks.gameStart (C:\snapshot\project\obj\callbacks\GameCallbacks.js)
at RouteAction.action (C:\snapshot\project\obj\routers\static\GameStaticRouter.js)
at GameStaticRouter.handleStatic (C:\snapshot\project\obj\di\Router.js)
at HttpRouter.handleRoute (C:\snapshot\project\obj\routers\HttpRouter.js)
at HttpRouter.getResponse (C:\snapshot\project\obj\routers\HttpRouter.js)
at SptHttpListener.getResponse (C:\snapshot\project\obj\servers\http\SptHttpListener.js)
at IncomingMessage.<anonymous> (C:\snapshot\project\obj\servers\http\SptHttpListener.js)
at processTicksAndRejections (node:internal/process/task_queues:105:5)
Creating a new profile works fine.
But I would like to continue with my old profile.
So I installes SP-AKI Profile Editor and tried "Clieaning from mods" (first I din't istall the mods/second wasn't sure to run all mods like before)
This did't solve my issue.
Then I tried to "Progress transfer" to Export from my old profile to the new one, there is the Error "Value cannot be null. (Parameter 'source')
Is it possivle to repair/migrate my project?
Would be a great pleasure if you help me to fix it!
BR
OberstKlink