Mod Details

Boxes at ReF (BARF)

Boxes at ReF (BARF) 0.3.1

Created by SomeoneNamedAdam

14.3K Downloads

SPT 3.9.8 Compatible

This mod adds lootboxes and other items from EFT:Arena to the new trader Ref.

Latest Version 0.3.1
SPT 3.9.8

Updated Jul 16, 2024 at 7:21 PM

Version Notes

Tiny update for 3.9.2

- Added blue weaponcrate to Ref for 25 GP Coins as it now has lootpools assigned in SPT by default. Thank you Chomp

If you have not updated to 3.9.2 the crate will give out nothing!

This download is externally hosted.
Always scan for viruses.

This mod adds blue lootboxes from EFT:Arena to the new trader Ref.

Newest version also adds other items inaccessible in SPT due to them being tied to Arena progress.

!!!!! IMPORTANT INFO REGARDING THE NEWEST UPDATE (0.3.0) !!!!!

Before updating please delete any previous BARF versions as the file structure has changed!

- added loot pool rewards for Valuables and Supply crate (Weapon and gear boxes are still WIP cause they were causing profile corruptions)

- Added Woods gladiator key that i forgot to add (Ref has a barter for it using Lega medals which are really hard to obtain in SPT)

- Lowered price on Supply lootbox to 10 and increased the price on Valuables lootbox to 50

- Supply box reward pool includes: Items for crafting, Hideout upgrade items, Electronics, Barter items, Batteries, Flammable materials, Household utilities etc

- Valuables box reward pool includes: Bitcoin, figurines, info items like intel folder and rare crafting books

- Supply box gives out 5 rewards

- Valuables Box gives out 3 rewards due to the smaller pool of items to pull from

Thanks to Kiki this mod now includes config files where you can set the amount of rewards per box and what the boxes give out!

Configs can be found in: BARF\src\database

ItemsToAdd.json - controls which items are added to Ref and their price

crateContents.json - Includes the amount of items each box gives out and their loot pools

Melee weapon and secure container can be bought from Ref directly using large amount of GP Coins as they are supposed to be “Hard to get” items.

Future plans: Fix the weapon and gear crates

installation: Like any other server mod.

Huge thanks to Kiki for helping me figure out the code for the mod! Without them this mod would not be possible.

Version 0.3.1
Download Mod Version
SPT 3.9.8
Latest Compatible SPT Version

11.1K Downloads

Created Jul 16, 2024 at 7:21 PM

Updated Jul 16, 2024 at 7:21 PM

Virus Total Results

Tiny update for 3.9.2

- Added blue weaponcrate to Ref for 25 GP Coins as it now has lootpools assigned in SPT by default. Thank you Chomp

If you have not updated to 3.9.2 the crate will give out nothing!

Version 0.3.0
Download Mod Version
Unknown SPT Version
Latest Compatible SPT Version

988 Downloads

Created Jul 15, 2024 at 2:30 PM

Updated Jul 15, 2024 at 2:30 PM

Virus Total Results

!!!!! IMPORTANT INFO REGARDING THE NEWEST UPDATE (0.3.0) !!!!!

Before updating please delete any previous BARF versions as the file structure has changed!

- added loot pool rewards for Valuables and Supply crate (Weapon and gear boxes are still WIP cause they were causing profile corruptions)

- Added Woods gladiator key that i forgot to add (Ref has a barter for it using Lega medals which are really hard to obtain in SPT)

- Lowered price on Supply lootbox to 10 and increased the price on Valuables lootbox to 50

- Supply box reward pool includes: Items for crafting, Hideout upgrade items, Electronics, Barter items, Batteries, Flammable materials, Household utilities etc

- Valuables box reward pool includes: Bitcoin, figurines, info items like intel folder and rare crafting books

- Supply box gives out 5 rewards

- Valuables Box gives out 3 rewards due to the smaller pool of items to pull from

Thanks to Kiki this mod now includes config files where you can set the amount of rewards per box and what the boxes give out!

Configs can be found in: BARF\src\database

ItemsToAdd.json - controls which items are added to Ref and their price

crateContents.json - Includes the amount of items each box gives out and their loot pools

Version 0.2.5
Download Mod Version
Unknown SPT Version
Latest Compatible SPT Version

1.1K Downloads

Created Jul 14, 2024 at 3:07 PM

Updated Jul 14, 2024 at 3:07 PM

Virus Total Results

Added in more items that are inaccessible in SPT due to them being obtained in Arena or using currency from Arena.

Keys - 50gp coins per key

- Grumpy’s hideout key

- Voron’s hideout key

- Leon’s hideout key

Melee weapon - 500gp coins

- APOK Tactical Wasteland Gladius

Secure Container - 1000gp coins

- Secure container Theta

I made the Gladious and SC Theta stupid expensive as they are locked behind late game Ref quests which cannot be completed without the use of mods. The gladius also costs currency that is unobtainable in SPT without use of mods.

Special thanks: Kiki as always

Version 0.2.0
Download Mod Version
Unknown SPT Version
Latest Compatible SPT Version

931 Downloads

Created Jul 13, 2024 at 10:45 PM

Updated Jul 13, 2024 at 10:45 PM

Virus Total Results

Updated offers for Ref to only include containers that you can actually unlock at the workbench. Edited the price to 40 gp coins per container.

In my testing sometimes the containers don’t give out any reward and throw out an error in the server window. I’ll take a look into it later and hopefully come up with some solution.

Once again, thank you Kiki for putting up with my awful coding and being helpful

Version 0.1.0
Download Mod Version
Unknown SPT Version
Latest Compatible SPT Version

231 Downloads

Created Jul 13, 2024 at 9:20 PM

Updated Jul 13, 2024 at 9:20 PM

Virus Total Results
AcidMC

UPD: one can update this to 3.10 by generating “_id” values e.g. here, then applying them instead of text IDs. I cannot say for certain whether collisions are possible or not.

Hi guys. I see many of folks here in the comments wanted to switch currencies for items that are usually paid by “Lega” medals. I took liberty of adjusting the code of the mod to make it happen.

Here’s how you can do it:

I. Edit ./src/mod.ts file

1) after line 13, (import of itemsToAdd), add another import line. Here’s what you should get:

import * as itemsToAdd from “./database/itemsToAdd.json”; import * as itemsCurrencies from “./database/itemsCurrencies.json”; 2) after line 41 (“<…> push(BoxItem);“), add the code from below. You should receive the following code:

ref.assort.items.push(BoxItem); let currency = “”; for (let currencyItem of itemsCurrencies.items) { if (currencyItem._id == item._id) { currency = currencyItem.currency; break; } } 3) replace line 55 (“_tpl: “5d235b4d86f7742e017bc88a”) with the line below:

“_tpl”: currency II. Create new file ./src/database/itemsCurrencies.json. Add the following code in a new file, itemsCurrencies.json:

{ “items”: [ { “_id”: “Arena_jewelrycrate_blue_closed”, “currency”: “5d235b4d86f7742e017bc88a” }, { “_id”: “Arena_junkcrate_blue_closed”, “currency”: “5d235b4d86f7742e017bc88a” }, { “_id”: “Arena_weaponcrate_blue_closed”, “currency”: “5d235b4d86f7742e017bc88a” }, { “_id”: “Arena_woods_key1”, “currency”: “6656560053eaaa7a23349c86” }, { “_id”: “Arena_interchange_key2”, “currency”: “6656560053eaaa7a23349c86” }, { “_id”: “Arena_shoreline_key3”, “currency”: “6656560053eaaa7a23349c86” }, { “_id”: “Arena_lighthouse_key4”, “currency”: “6656560053eaaa7a23349c86” }, { “_id”: “weapon_tactikal_gladius”, “currency”: “6656560053eaaa7a23349c86” }, { “_id”: “Tetta_container”, “currency”: “6656560053eaaa7a23349c86” } ] } III. Edit the prices in ./src/database/itemsToAdd.json to your liking. The prices for these trades will be set up according to the freshly added itemsCurrencies.json file.

That’s it. You should now have Lega medal based items sold for Lega medals. Make sure to place reasonable Lega count for Theta container. I don’t know which is tbh.

SomeoneNamedAdam feel free to add it to your main mod, so it sets Lega medals by default.

P.S. Must mention that the keys were added separately by the mod author, so such change may cause duplicate key offers in Ref sales.

0 Likes
grayf5

cant unpack “unloced valuables case” server console shows:

[Client Request] /client/game/profile/items/moving

{“Action”:“OpenRandomLootContainer”,“item”:“f82a88230ee1ad2262321288”,“to”:[{“id”:“66b7e71f0004e21f1ec6da22”}]}

0 Likes
AFord73

Hi, how i can change GPs id to Lega Coins id in price menu ? I prefer to buy keys for lega medals, not for GPs. Didnt find this in cfg. Found only “price”, but can change price id item.

0 Likes
Ray

I feel like this should be combined with a bunch of other mods to form a “better package”.

Like, this mod adds the keys to Ref, but its for GP coins…

Ref - SPT Friendly Quests

This one modifies the quests and gives you lega medals, this way, you can also obtain the theta container and the gladius.
However, SPT devs also added the ref arena quests to vanilla SPT, so now we have duplicate quests, but with different conditions…

There’s also Bosses Have Lega Medals mod, which would make it possible to obtain even more Legas in-game, but Ref doesn’t have the Keys and such in his vanilla SPT inventory.
Your mod adds the keys, but it’s for GP coins

I feel like we are really close but we need some sort of coherent solution to fixing Ref for SPT and making all items available and obtainable, quests and loot.

Thank you!

0 Likes
Skyward

How to open the crates?

0 Likes
helsingtvdz

maybe I am messing somthin but is ther a tutorial how to open the big blue crate ?

0 Likes
MrShersh

IDK maybe I mess something.

I buy big blue container (as for misc item) for 10 gp coins, but it just put in my inventory. I can’t open it (no context button etc).

Am I missing something? How to open a container?

In server console I found this red label:

Unable to process fence assort as root item is missing, 590c621186f774138d11ea29, skipping SPT 3.9.2, mod version 0.3.1

Also I use latest version of FIKA if it is important

UPDATE: Found it as craft on Workbench (I never play new official tarkov and dont know what these boxes open via craft lol)

1 Like
7it2

hi is there a way i can change to buy items with lega medals like just the keys?

0 Likes
Azrael

Great mod! Do you plan on adding the new clothes from Arena as well?

0 Likes
Snoozeex

Не получается купить ящик с ресурсами (Который не с ценностями), пишет недостаточно места в схроне, а там почти весь схрон пустой. Так же сразу лег сервер. На скриншоте видно что место есть и монет хватает, так же ошибку.

3LuiS

0 Likes

Details