There is no value in asking modders to update their mods - they're most likely well aware and spamming mod comments with requests won't change anything.
Modders - we encourage you to report people that annoy you either through DMs or with repeated comments asking about updates - Staff will happily hand out warnings to offenders.
-
Version 353.0.3
- jbs4bmx
- 265 Downloads
Type: Inventory Mod
Supported SPT-AKI Version: 3.5.0+
Change:
Quick fix for changes to amount of special slots by Server Value Modifier (SVM). Selecting 0, 1, or 2 slots will no longer cause an error.
Installation: Extract to root of SPT folder.
-
Version 353.0.2
- jbs4bmx
- 100 Downloads
Type: Inventory Mod
Supported SPT-AKI Version: 3.5.0+
Change:
Compatibility Update - Now works with pocket customizations made by Server Value Modifier (SVM).
Installation: Extract to root of SPT folder.
-
Version 353.0.1
- jbs4bmx
- 163 Downloads
Type: Inventory Mod
Supported SPT-AKI Version: 3.5.0+
Installation: Extract to root of SPT folder.
-
Version 352.0.1
- jbs4bmx
- 341 Downloads
Type: Inventory Mod
Mod Version: 352.0.1
SPT-AKI Version: 3.5.2
Installation: Extract to root of SPT folder.
-
Version 351.0.1
- jbs4bmx
- 105 Downloads
Type: Inventory Mod
Mod Version: 351.0.1
SPT-AKI Version: 3.5.1
Installation: Extract to root of SPT folder.
Information:
Expunge
I found another issue that I can't seem to fix. Looks like when you place containers in spec slots the container itself opens up on it's own and is accessable. I've tested with all client and server mods removed and the issue persists. Here's a screenshot:
jbs4bmx Author
This is a known issue and is a result of how BSG configured the slots. They are setup as expandable slots like the Backpack, Secure Container, and Rig slots.
Expunge
I must be missing something here but I'm not able to put anything into the special slots. I have fairly minimal mods running, but there may be some conflict? I'm getting the normal "item not compatable with this slot" error whenever I try to place something in it.
jbs4bmx Author
That is not supposed to happen. I tested and verified it to work on: 3.5.0/3.5.1/3.5.2/3.5.3
What other mods are you using?
Expunge
Looks like the special slots are being completely replaced in SVM based on a novice glance at SVM's code. Since some people mentioned other issues related to newer versions of SVM I would imagine something in there has changed that has broken compatability. If you look in the "CSM SECTION" of SVM's code you can see special slots are being modified/recreated there. I don't really know what I'm doing as I'm a novice coder, but to get the functionality working again I added these lines to SVM:
Seems to work as you intend for it to in your mod.
Obviously this isn't a fix that is relevant to you, but I thought it might be useful to fully detail. Perhaps you might indicate that SVM's custom pockets are completely incompatable with Special Slots, or maybe this gives you enough information to provide a workaround. Either way, thank's for your work.
Expunge
Removing lines 775-780 from SVM also works.
AlexLAN
Does not work for me on 3.5.2 Changed pockets (5x2 and 2 special slots) using SVM.
On the server writes only this:
The Special Slots mod version 352.0.1 from jbs4bmx is loaded
jbs4bmx-SpecialSlots v352.0.1: successfully cached
On version 3.5.1, everything worked with the changed pockets.
Great mod, it's already inconvenient to play without it.
jbs4bmx Author
Created a new "Issues/FAQ" tab in the Overview screen to explain this.
The mod is still functioning correctly on a technical level. The slots are still there, they are just hidden because you have more than 4 columns.
AlexLAN
Got it, thanks.
TomChar
I changed to make sure my pockets were 4 1x3 vertical slots (onlyt extended downwards and a multiple of 4 as instructed) and it still doesnt work.
jbs4bmx Author
New update. Now compatible with changes to pockets made by SVM.
TomChar
Love the mod. I have an issue with it no longer working on 3.5.2. It'll work prior to the first raid on a fresh account. but then in first raid and afterwards I cannot add anytyhing to special slots. I have tried placing last in mod order which did not help.
U653748
Discovered a slight conflict with the SPT-aki profile editor, it doesn't prevent the mod from functioning when installed, however if any other pocket size other than the template or the secondary 4 pocket option (10 and 15 options are are also available), the special slots no longer show up.
RogueTech67
@jbs4bmx, thanks for the update. I see you chose to remove the older 3.4.1 version? I can see choosing to no longer "support" older versions, but not being able to use them? Just curious, cause I for one am sticking with 3.4.1 for performance reasons on an older laptop. Thanks
jbs4bmx Author
Just saying that I didn't support the older versions wasn't enough for some gamers. They saw it as an opportunity to say how shitty I was to release a product and not support it, so here we are.

But I have good news for you if you're willing to listen. (I know that you're technically reading and not listening, but just image that I'm speaking with the voice of Deckard Caine from Diablo saying, "Stay a while and listen.").
For this mod, there is no difference between the 3.5.0 version and the 3.4.1 version.
To make it work for you, just change the akiVersion line in package.json from 3.5.0 to 3.4.1 and it will work. It doesn't work for all mods, but for this one it will. Hope that helps.
LumberingTroll
Would it be possible to have the option where when you die, a container in the slot isnt lost, but everything inside that container is?
Or even an option to lose everything in the slots as well? Would be very useful for a hardcore type mode.
raives
いい案。
問題は、タルコフ マップが役に立たないことです。 :聖人: な
jbs4bmx Author
True. The maps are indeed shit.
If you're okay with modifying files, and you would like to carry more than maps in the Special Slots, there is a simple edit to the "specMaps.ts" file that you can do.
Change This:
db.templates.items["627a4e6b255f7527fb05a0f6"]._props.Slots[0]._props.filters[0].Filter.push(
"5798a2832459774b53341029",
"574eb85c245977648157eec3",
"5be4038986f774527d3fae60",
"5a80a29286f7742b25692012",
"5a8036fb86f77407252ddc02",
"5900b89686f7744e704a8747"
);
db.templates.items["627a4e6b255f7527fb05a0f6"]._props.Slots[1]._props.filters[0].Filter.push(
"5798a2832459774b53341029",
"574eb85c245977648157eec3",
"5be4038986f774527d3fae60",
"5a80a29286f7742b25692012",
"5a8036fb86f77407252ddc02",
"5900b89686f7744e704a8747"
);
db.templates.items["627a4e6b255f7527fb05a0f6"]._props.Slots[2]._props.filters[0].Filter.push(
"5798a2832459774b53341029",
"574eb85c245977648157eec3",
"5be4038986f774527d3fae60",
"5a80a29286f7742b25692012",
"5a8036fb86f77407252ddc02",
"5900b89686f7744e704a8747"
);
Into this:
const pockets = db.templates.items["627a4e6b255f7527fb05a0f6"];
pockets._props.Slots[0]._props.filters[0].Filter.push("54009119af1c881c07000029");
pockets._props.Slots[1]._props.filters[0].Filter.push("54009119af1c881c07000029");
pockets._props.Slots[2]._props.filters[0].Filter.push("54009119af1c881c07000029");
S'irra
Will the map still be lost on death if its in a special slot?
jbs4bmx Author
I believe so... if anything else can be lost from the SPEC slots, then maps can be too.
jbs4bmx Author
I was incorrect. Items in your SPEC slots are not lost when you die.