Item Finder Console 1.0.0

Please do not ask when mod authors will update their mods to 3.9.X
Bothering mod authors will lead to warnings and repeat offenses will lead to eventual bans.

Recently db.sp-tarkov was down for a few days, and I decided to implement some of its functionality as a console nodejs application.

To run the script you need node js installed, and readline-sync module to get input console.

After installing nodejs, the npm package manager command will be available to you in the windows console.

Use it to install readline-sync with the command "npm install readline-sync"


After that, open the script and specify the path to the root SPT folder on your computer.


fl2Eef8.png


Run the script and enter the item's ID, name, or part of its name.


4yS9x6M.png


You will see the list of detected matches, which you can navigate with WASD keys, to select an item press any (except control) keys.

W and A are moved to the beginning of the list.

S and D are moved to the end of the list.



5ggmuSl.png


and get its object from items.json, locale en.json and handbook.json


SRB4KMl.png


nqwNDUr.png


To exit the application enter exit or press Ctrl+C to clear the console enter clear.