Mod Details

Handy Toolbox

Handy Toolbox 1.0.3

Created by  YankeeNoodle742

7.1K Downloads

SPT 3.7.6 Compatible

A new storage container for all your tools and parts!

Latest Version 1.0.3
SPT 3.7.6

Updated Oct 13, 2023 at 3:53 AM

Version Notes

- update package.json to SPT 3.7.X

This download is externally hosted.
Always scan for viruses.

Handy Toolbox

Is your scav box filled with random parts needed for hideout upgrades? Are your tools just hidden away in some random chest rig?

This is the mod for you!

This mod adds a new storage container for all your tools and parts!

You can buy the item from Mechanic (level 1) with 100000 Roubles

image.png

How to install:

  1. extract zip file
  2. move it to user/mods folder
  3. restart server and play

Config:

  • price: trade price in roubles
  • trader_loyalty_level: which level mechanic sells the toolbox at
  • cellH, cellV: height and width of container size

Much thanks to Revingly who let me use code from the Medical SICC mod.

Toolbox model is from BSG, reimported into Unity by me.

Version 1.0.3
Download Mod Version
SPT 3.7.6
Latest Compatible SPT Version

2.5K Downloads

Created Oct 13, 2023 at 3:53 AM

Updated Oct 13, 2023 at 3:53 AM

Virus Total Results

- update package.json to SPT 3.7.X

Version 1.0.2
Download Mod Version
Unknown SPT Version
Latest Compatible SPT Version

3.4K Downloads

Created Apr 24, 2023 at 10:45 PM

Updated Apr 24, 2023 at 10:45 PM

Virus Total Results

Fixed toolbox not showing up in handbook or flea

Version 1.0.1
Download Mod Version
Unknown SPT Version
Latest Compatible SPT Version

454 Downloads

Created Apr 20, 2023 at 1:36 AM

Updated Apr 20, 2023 at 1:36 AM

Virus Total Results

Updated to SPT AKI 3.5.5

Version 1.0.0
Download Mod Version
Unknown SPT Version
Latest Compatible SPT Version

745 Downloads

Created Apr 7, 2023 at 9:29 PM

Updated Apr 7, 2023 at 9:29 PM

Virus Total Results
SlaveToTheGames

You can use this on 3.9.X by changing the package.json to look like this:

{

“name”: “handtoolbox”,

“version”: “1.0.3”,

“author”: “Yankee Noodal, Revingly”,

“license”: “UIUC”,

“main”: “src/mod.js”,

“sptVersion”: “3.9.X”,

“isBundleMod”: true,

“scripts”: {

“setup”: “npm i”,

“build”: “node ./packageBuild.ts”

},

“devDependencies”: {

“@types/node”: “16.18.10”,

“@typescript-eslint/eslint-plugin”: “5.46.1”,

“@typescript-eslint/parser”: “5.46.1”,

“bestzip”: “2.2.1”,

“eslint”: “8.30.0”,

“fs-extra”: “11.1.0”,

“glob”: “8.0.3”,

“tsyringe”: “4.7.0”,

“typescript”: “4.9.4”

}

}

1 Like

Looks like it’s only changing this line : “sptVersion”: “3.9.X”.

Sadly after i pit the mod in my mod golder(3.9.8), red error pops out and mod loading all skipped.

Mod Yankee Noodal, Revingly-handtoolbox is missing the sptVersion field, most likely due to being out of date and incompatible with the current version of SPT

0 Likes

Weird, worked fine for me.

0 Likes

Can i have your copy? maybe i did something wrong without knowing it.

0 Likes
0 Likes

It’s……working. WTF why???

0 Likes

Not really sure but glad I could help

0 Likes

can you repost your link. i’m also getting the “out of date” error even though i changed the sptversion line to “3.9.X”,

0 Likes

I dont use it anymore sorry!

0 Likes
SPTFTW

After finishing a craft at the workbench for example, does the tool that was used automatically return to this tool box?

0 Likes
Spe4r

Hi, how edit external size?

0 Likes
Capm

I like the mod, very handy. You should consider setting up a single position slot system for each tool item to keep it from being abused though. (sorta like guilded keys)

0 Likes
Capm

I decided to go ahead and fill up the toolbox with all the items that are required for crafting and I notice that the following items are required for crafting but are blacklisted from the toolbox:

- Tech Manual

- Crinket

- RFIDR

- Signal Jammer

- VPX

- Flash Drive

Note: I don’t have the two textbooks to check so not sure if those work or not.

0 Likes
Островський

This mod works fine on 3.7.0 for the ones wondering.

If the orange text in console bothers ya, you can change line 7 in package.json to “~3.7”

0 Likes
Kontroll

does this work on 3.6?

0 Likes
Cane

It’s awesome, but sadly it won’t let me place a lot of the crafting tools needed at intelligence center like the Virtex, VPX, Manual, RFIDR, or even the Crickent.

Is mine broken or is there a way to edit it to allow those items in as well?

0 Likes

On line 188 of mod.ts add the appropriate ids to the filter property array, delete mod.JS and relaunch

0 Likes
Cane

Thank you so much, I got it working all of them in there now

1 Like
MoxoPixel

It’s broken in 3.5.7 for me. When inspecting the toolbox it says ergonomics instead of slots and the menus stop working

EDIT: IcyClawz.ItemSellPrice.dll broke this mod for me

0 Likes

weird I’ll look into it

0 Likes

Seems to work fine for me. Are you using SVM to change item properties?

image.png

0 Likes

It was IcyClawz.ItemSellPrice.dll that broke it for me. Updated my initial comment.

0 Likes

This is due to this mod using an illegal item ID “YN_Toolbox” for the toolbox.

EXCEPTION: System.FormatException: Could not find any parsable digits. at System.ParseNumbers.StringToInt (System.String value, System.Int32 fromBase, System.Int32 flags, System.Int32* parsePos) [0x00166] in <eae584ce26bc40229c1b1aa476bfa589>:0 at System.ParseNumbers.StringToInt (System.String value, System.Int32 fromBase, System.Int32 flags) [0x00000] in <eae584ce26bc40229c1b1aa476bfa589>:0 at System.Convert.ToUInt32 (System.String value, System.Int32 fromBase) [0x00022] in <eae584ce26bc40229c1b1aa476bfa589>:0 at EFT.MongoID..ctor (System.String id) [0x00009] in <4c96b4e7c0044a5cb491ffd486c41739>:0 at EFT.MongoID.op_Implicit (System.String id) [0x00000] in <4c96b4e7c0044a5cb491ffd486c41739>:0 at GClass2410.smethod_1[T] (T originalItem, EFT.InventoryLogic.IDatabaseIdGenerator idGenerator, System.Boolean skipInvisibleContent, System.Boolean resetSpawnedInSession) [0x0001b] in <4c96b4e7c0044a5cb491ffd486c41739>:0 at GClass2410.CloneItemWithSameId[T] (T originalItem) [0x00000] in <4c96b4e7c0044a5cb491ffd486c41739>:0

1 Like
kiester kid

What a perfect little addition. Convenient especially for using More Hideout Crafts and the configs for that, which require a wide variety of tools and miscellaneous items for the recipes.

0 Likes
HiddenCirno

wow, how could you find container’s model and textures ? You make it ? I tried to find models of container but i diden’t find anyting useful

0 Likes

Looks exactly like the in-game model. So he just took the asset for the lootable toolbox and used that.

0 Likes

Its ripped from in game

0 Likes

Details