
Tosox
Member since
{
const element = document.getElementById(elementId);
if (!element) return;
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
const highlightClasses = ['bg-yellow-100', 'dark:bg-sky-700', 'transition-colors', 'duration-1000'];
element.classList.add(...highlightClasses);
setTimeout(() => element.classList.remove(...highlightClasses), 2000);
});
"
>
Recent Activity
Edited mod
Tabs {.tabset}
==========
## đ Description
**Dynamic Item Weights** is a mod for *Single Player Tarkov* that adjusts the weight of items based on their current usage.
## ⨠Features
* Adjusts weight for items dynamically based on their usage
* In-game configuration settings for fine-tuning
* Empty weights fully configurable via `emptyweights.json`
## đ Installation
* Download the latest release
* Copy the `BepInEx` folder into your SPT folder
* Start the game
## đ ī¸ Configuration
### In-game menu
* **Enable Plugin**: Toggle dynamic item weights on/off
* **Default Empty Fraction**: Fallback empty weight as a fraction of the full item weight
### emptyweights.json
A JSON file mapping the item template ID to the empty weight in kilograms
```json
{
"57513f07245977207e26a311": 0.030, // Apple
"5d1b36a186f7742523398433": 2.500 // Fuel (Metal)
}
```
> If an item is missing, the plugin uses `Default Empty Fraction` of the original weight
## âšī¸ Supported Items
* Medical items (`MedKitComponent`)
* Food & Drinks (`FoodDrinkComponent`)
* Fuel (`FuelItemClass` with `ResourceComponent`)
* Repair Kits (`RepairKitComponent`)
> Check `emptyweights.json` for an extensive list
## đˇ Preview


## đ License
Distributed under the MIT License. See `LICENSE` for more information.
{.endtabset}
Oct 9, 2025 8:49 AM
View details
Created comment
Yes, I do. I configured it for every item manually: https://github.com/Tosox/SPT-DynamicItemWeights/blob/master/emptyweights.json. I also added a default fall back which can be edited in the in-game configuration settings :)
Oct 8, 2025 8:13 PM
View details
Liked comment
Oh my, what an interesting mod idea! I will definitely be using this. Question for even more immersion, do you include a faction for "base weight", like for the container itself? I.E the bag of a Salewa would still weight a bit even at 1/400 resource.
Oct 8, 2025 8:12 PM
View details
Edited mod
Tabs {.tabset}
==========
## đ Description
**Dynamic Item Weights** is a mod for *Single Player Tarkov* that adjusts the weight of items based on their current usage.
## ⨠Features
* Adjusts weight for items dynamically based on their usage
* In-game configuration settings for fine-tuning
* Empty weights fully configurable via `emptyweights.json`
## đ Installation
* Download the latest release
* Copy the `BepInEx` folder into your SPT folder
* Start the game
## đ ī¸ Configuration
### In-game menu
* **Enable Plugin**: Toggle dynamic item weights on/off
* **Default Empty Fraction**: Fallback empty weight as a fraction of the full item weight
### emptyweights.json
A JSON file mapping the item template ID to the empty weight in kilograms
```json
{
"57513f07245977207e26a311": 0.030, // Apple
"5d1b36a186f7742523398433": 2.500 // Fuel (Metal)
}
```
> If an item is missing, the plugin uses `Default Empty Fraction` of the original weight
## âšī¸ Supported Items
* Medical items (`MedKitComponent`)
* Food & Drinks (`FoodDrinkComponent`)
* Fuel (`FuelItemClass` with `ResourceComponent`)
* Repair Kits (`RepairKitComponent`)
> Check `emptyweights.json` for an extensive list
## đˇ Preview


## đ License
Distributed under the MIT License. See `LICENSE` for more information.
{.endtabset}
Oct 8, 2025 8:06 PM
View details
Edited mod
Tabs {.tabset}
==========
## đ Description
**Dynamic Item Weights** is a mod for *Single Player Tarkov* that adjusts the weight of items based on their current usage.
## ⨠Features
* Adjusts weight for items dynamically based on their usage
* In-game configuration settings for fine-tuning
* Empty weights fully configurable via `emptyweights.json`
## đ Installation
* Download the latest release
* Copy the `BepInEx` folder into your SPT folder
* Start the game
## đ ī¸ Configuration
### In-game menu
* **Enable Plugin**: Toggle dynamic item weights on/off
* **Default Empty Fraction**: Fallback empty weight as a fraction of the full item weight
### emptyweights.json
A JSON file mapping the item template ID to the empty weight in kilograms
```json
{
"57513f07245977207e26a311": 0.030, // Apple
"5d1b36a186f7742523398433": 2.500 // Fuel (Metal)
}
```
> If an item is missing, the plugin uses `Default Empty Fraction` of the original weight
## âšī¸ Supported Items
* Medical items (`MedKitComponent`)
* Food & Drinks (`FoodDrinkComponent`)
* Fuel (`FuelItemClass` with `ResourceComponent`)
* Repair Kits (`RepairKitComponent`)
> Check `emptyweights.json` for an extensive list
## đˇ Preview


## đ License
Distributed under the MIT License. See `LICENSE` for more information.
{.endtabset}
Oct 8, 2025 8:03 PM
View details