Tutorial: Mark items as Found in Raid
1- Find the ID of the item in your inventory you want to mark as found in Raid.
This great tutorial explains 4 different methods on how to do so
Tutorial: How to get item IDs [URL:https://hub.sp-tarkov.com/doc/entry/30-tutorial-how-to-get-item-ids/]
2- Go to your profile file and locate the item
Make sure the server is offline before applying any changes
This is a .json file you can find on your installation folder. The route will go something along these lines:
D:\SinglePlayerTarkov\user\profiles
Open said file with your notepad and find the item you want to mark. You can do so with a quick search (ctrl + F). In this example I want to mark a TerraGroup Labs access keycard. This is how it looks inside my .json file.
3 - Add this line of code
Inside the "upd" section, press enter to create a new line of code and write "SpawnedInSession": true, . Check carefully the notation, make sure you have both quote marks, and a comma after true
Result:
4 - Save the…