The Forge is currently under construction. Data is synchronized with the hub every 30 minutes. Help report issues!

Mod Details

True Items

True Items 1.1.0

Created by PlinioJRM

13.0K Downloads

SPT 3.8.3 Compatible

Have you ever want some items to stack? AA Battery is too small, even though it occupies 1 slot. This mod rework the items to be close to what it suppose to be.

Latest Version 1.1.0
SPT 3.8.3

Updated Apr 6th, 2024

Version Notes

Mod updated for 3.8.0!

Code wise:

  • The source code is refactored and refined
  • Using interface to make it easy for anyone to edit

Mod wise:

  • The config is now separated into many files for categories
  • Works the same as before

Virus Total Link

This download is externally hosted.
Always scan for viruses.

True Items

More meaning for the current items in EFT database.

Introduction

True Items is a mod to change all Tarkov items so they can have their true nature (or close to it).

Example
  • AA Battery now can be stacked 9 in total.
  • Strike Cigarettes now can be stacked 4 in total.

The mod is configurable by editing the file config\stackConfig.json.

A few food items can be stacked, but remember to unstack them in order to consume, otherwise it will deplete the use of the other.

Features
Available
  • True Stack
    As the image of this mod illustrate, some items doesn’t make any sense to hold 1 slot on inventory without being stack.
    So items that could be stacked together have gain the ability to stack to a certain amount.
List of item category that have stack ch
  • Unpacking
  • Energy Source
Customization

You can edit all the items listed in the config (json) files. They are separated by category.

Look in “Structure” tab to understand the configuration file!

  • Active” is true by default. When false, then the mod will be disabled.
  • “StackMult” is the multiplier that will increase over each item.

Keep in mind that each item on the entire file have it’s own stack value!

  • Now each category behave in 2 different structure.
  • And each category have a “Enable” property if you wish to disable the entire category.

1. The first is a structure that contains a list of items:

{ “Enable”: true, “StackMult”: 1, “List”: [ { “name”: “item name”, “_id”: “item’s id”, “_props”: { “StackMaxSize”: # } } ] } Each property name is self explanatory.

The “name” is the same name you will find in db.sp-tarkov.com. This property is not mandatory! It is just to make it easy to identify what item the ID belong to.
“_id“ is the id of the item in EFT database.
“StackMaxSize” is the property responsible for the stacking size of an item!

2. The second is a structure that contains a list of specific “parent” category. It means that it will look over each item and compare if the inherit parent of that item is equal to the one in the list.

{ “Enable”: true, “StackMult”: 1, “ParentList”: [ { “name”: “parent name”, “_id”: “parent’s id”, “StackMaxSize”: 1 } ] } Each property name is self explanatory.

The “name” is the same name you will find in db.sp-tarkov.com. This property is not mandatory! It is just to make it easy to identify what item the ID belong to.
“_id“ is the id of the inherit parent of the item.
“StackMaxSize” is the property responsible for the stacking size of an item!

How to install

At the current version, this is a client mod.

Extract the mod in SPT folder.

Warning: If you have any mod installed that changes item stack, then makes sure this mod is loaded last.

Version 1.1.0
Download Mod Version
SPT 3.8.3
Latest Compatible SPT Version

7.8K Downloads

Created Apr 6th, 2024

Updated Apr 6th, 2024

Virus Total Results

Mod updated for 3.8.0!

Code wise:

  • The source code is refactored and refined
  • Using interface to make it easy for anyone to edit

Mod wise:

  • The config is now separated into many files for categories
  • Works the same as before

Virus Total Link

Version 1.0.3
Download Mod Version
Unknown SPT Version
Latest Compatible SPT Version

4.2K Downloads

Created Dec 7th, 2023

Updated Dec 7th, 2023

Virus Total Results

Thanks to DrakiaXYZ, i fixed the problem with the airdrop crashing.

Credits to DrakiaXYZ. thank you so much!

Version 1.0.2
Download Mod Version
SPT 3.7.4
Latest Compatible SPT Version

170 Downloads

Created Dec 7th, 2023

Updated Dec 7th, 2023

Virus Total Results
  • Mod tested and working on SPT-AKI 3.7.4.
  • Change Barter items default value to false.
    Because AKI have an issue when generating Barter items that have Stack changed!
  • VirusTotal Link
Version 1.0.1
Download Mod Version
Unknown SPT Version
Latest Compatible SPT Version

716 Downloads

Created Dec 4th, 2023

Updated Dec 4th, 2023

Virus Total Results
  • Correct mod version number
  • “StackMult” property wasn’t implemented. Now it will work.
    Please read about it on the “Customization” tab
Version 1.0.0
Download Mod Version
Unknown SPT Version
Latest Compatible SPT Version

168 Downloads

Created Dec 4th, 2023

Updated Dec 4th, 2023

Virus Total Results
IceM4gic

With proper credit, can I post a 3.9.0 port?

0 Likes
Ahtu

This mod is a great QoL for hoarders and loot goblins. It makes the Scav Junk boxes a lot less cluttered.

BTW, the stacked items to do not list the total combined weight in the Info window. Is this something you would be able to fix?

0 Likes
GeorgRavioli

Is there a way to make items from mods stack? EG SPT-Realism has the SJ0 stim, I’d like it to be able to stack x4 like other stims.

0 Likes
Darezi

When the items are stacked, can you unstack the amount needed as you can do with money?

0 Likes
Naireem

Hey! Great mod! But can you please fix the “consumes whole Stack when upgrading or quest items” bug please?

0 Likes
DeputySquirrel

Idk if it is a modload order issue or something else but control click isnt stacking the items is there a fix for this

0 Likes
Colkillervin

stacks of items will lose their fir status randomly

0 Likes
Polarbog

Love this mod so much. One thing you should know, though, is that attempting to stack medical items with the Realism Mod deletes the item you’re trying to add.

0 Likes
Malungo

An otherwise great mod ruined by items losing FiR status randomly when stacked even if the whole stack is FiR.

0 Likes
SpectralVoid

Hey, great mod!
There’s an issue and a sort of suggestion i have.

Issue: Just like with food, if you have stacked 8 items for example, and you need 6 for a quest, it will consume all 8 instead. Same thing happens with barters.

Suggestion: Was wondering if there’s a way to automatically stack the items, like, let’s say i have 1 Marlboro in stash and 3 in Inventory, If i quick deposit the inventory ones to stash, to make it stack with the 1 in stash.

Since i’m no modder tho i can’t tell how hard it will be to do that, so take it just like a “random’s suggestion”.

0 Likes

Details