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

Mod Details

Featured!
Leave It There

Leave It There 2.0.1

Created by Jehree

17.0K Downloads

SPT 3.11.2 Compatible

Place any item in raid and it will persist across multiple raids until you pick it back up!

Drop any item in raid, interact with it, and select Place Item to make it persist in that location between raids!

If the item is searchable like a backpack or other container, you can also Search it without needing to pick it up.

Balance:

There is a "Cost" system. Every single item will have a cost, determined like this

  • If the item is a container, it's cost will = the amount of inventory cells it holds
  • If not, it's cost will = the amount of inventory cells it takes up (yes folding rifles will reduce the cost)
    • This is also the case for item cases (weapon cases, junkbox, etc.), making them the most cost efficient way to store items on the map!
  • If it's cost is less than 3 (configurable) it will cost 3 instead. Smaller items are more cost-efficient when placed inside containers for this reason.

Each map will then have a maximum amount of "Points" you are allowed to spend on placement.

If this sounds annoying and you'd rather it not be limited, or you want to tweak the numbers, check the F12 config menu. You can change just about all of this.

Also note that changes to the config are not destructive, meaning if you place a bunch of items and then reduce the cost for the map, those items will not be un-placed or anything, the new cost just won't apply to them until they are reclaimed and placed again.

This mod also removes all in raid restrictions, all discard restrictions, and all backpack restrictions by default. See the 'Config' tab for info on how to disable those things if you'd like.

Move Mode now has more features and custom UI, See Moving Placed Items tab for more info!

Now with options to move your items wherever you want!

I know this is cheesable, just don't abuse it if that bothers you.

PrE36BC.gif

If you'd like to support my work, you can buy me a coffee!

Drop an item on the ground, look at it, and select 'Place Item'

heTQQzG.png

It will change colors slightly to indicate it is placed (color can be configured in the F12 menu). It will now remain in this location until you select 'Reclaim'. All states of the item (it's contents, attachements, whether a light is on, etc.) will persist through multiple raids.

VLyqPCS.png

Note that if the placed item itself is a container, you can access it without needing to reclaim it:

m7Q0bwd.png

Leave It There now has a fully custom UI panel for moving items to make it as convenient as possible!

Hotkeys for manipulating object:

Note: Mouse inputs below are NOT configurable, but all of the keyboard hotkeys are rebindable in the F12 menu.

  • LMB: Hold to move, rotate, or make item fall (depending on current mode)
  • RMB: Hold to rotate your camera / look around
    • While in Position Mode, holding BOTH LMB and RMB at the same time will allow you to carry the item around similar to the old move mode
  • Scroll Wheel:
    • Position Mode: Move item on the Z axis (towards / away from you if Move Relative To is set to Player)
    • Rotation Mode: Rotate item on the Z axis (roll / twist if Rotate Relative To is set to Player)
  • 1, 2, and 3 keys: Swap between tabs
  • X key: Hold to enable precision mode which slows down item movement for more precise control
  • F key: Save placement edit and exit Move Mode
  • Escape key: Cancel placement edit and exit Move Mode

Make sure the item you're trying to move is placed

Look at it and select: "MOVE"

Wj9RhmE.png

You will see this menu pop up:

l8ikCgL.png

Switching tabs will switch modes. The color of the tab's buttons will change as well as the color of the item itself to indicate which mode you are in.

See videos below for demonstrations on how this works:

Position Tab:

https://youtu.be/keiI4OVRaqw

Rotation Tab:

https://youtu.be/zMvKpEzUUDU

Physics Tab:

https://youtu.be/B1MU_q_agAc

Config:

All of the F12 menu config options have explanations, mouse over them to see what everything does. Make sure to read about the cost system on the 'Overview' tab as well to understand how it works.

user/mods/LeaveItThere-Server/config.json - all of this is self explanatory

"remove_in_raid_restrictions": true,
"everything_is_discardable": true,
"remove_backpack_restrictions": true,

This setting when set to true will cause all profiles to use the same item data profile, rather than it being separate.

"global_item_data_profile": false

BepInEx/plugins/LeaveItThere/placeable_items_filter.json

Set either the WhitelistEnabled or BlacklistEnabled to true (using both would be pretty pointless)

Fill the proper list with item id's to either whitelist or blacklist them. Use https://db.sp-tarkov.com/search/ to find Item ids

Example that makes only junkboxes and pistol cases place-able:

"WhitelistEnabled": true,
"BlacklistEnabled": false,
"Whitelist": ["5b7c710788a4506dec015957", "567143bf4bdc2d1a0f8b4567"],
"Blacklist": []

Notes:

  • This will require a game restart to take affect
  • Currently using parent ids / baseclass ids is not supported, but I may add that in the future

Console Commands:

lit_list_placed_items

Lists all placed items, a number identifier for each one to use in lit_teleport_item_to_player as well as how far from you they are and what direction to travel to get to them

lit_unplace_all_items_below_cost cost_amount

'Reclaims' all items on the map with a cost lower than the number you give the command in place of cost_amount

Set cost_amount to something like 999 to Reclaim ALL items on the map

lit_teleport_all_placed_items_to_player cost_amount "IAMSURE"

Teleports all items under cost_amount to you

Set cost_amount to something like 999 to teleport ALL items on the map

lit_teleport_item_to_player item_number "IAMSURE" Teleports item by its item_number to you

All of the item data is stored in the user/mods/LeaveItThere-Server/item_data folder. Delete files in that folder to manually clear them of placed items.

Check out Queenie's little in raid hideout in Reserve!

YhFQIPb.png

45eAqok.png

ZtvBJiT.png

TnYgFYu.png

Planned Features:

  • None atm

Credits:

  • This mod would very likely not have been possible without Fika by LacyWay as a learning resource. Thanks Lacy!
  • Thanks Drakia, Lacy, and Cj for helping me squash the initial few release bugs!
Version 2.0.1
Download Mod Version

SPT 3.11.2

Latest Compatible SPT Version

401 Downloads

Created Mar 30th, 7:53 PM

Updated Mar 30th, 7:53 PM

Virus Total Results

For SPT 3.11.X Only

  • Fixed certain move mode features only working on the first item you move in a raid (Physics, Undo Move, etc.)
    • Thanks SeatTurtleMan for the report!
  • Organized F12 config
Version 2.0.0
Download Mod Version

Unknown SPT Version

Latest Compatible SPT Version

450 Downloads

Created Mar 26th, 7:22 PM

Updated Mar 26th, 7:22 PM

Virus Total Results

For SPT 3.11.X Only

Fully custom UI and lots of new features for Move Mode!

See the new Moving Placed Items tab for more information.

PrE36BC.gif

Version 1.7.0
Download Mod Version

Unknown SPT Version

Latest Compatible SPT Version

875 Downloads

Created Mar 15th, 8:47 PM

Updated Mar 15th, 8:47 PM

Virus Total Results

For SPT 3.11.X Only

3.11 update!

The install looks slightly different now, you DO NOT need to delete the LeaveItThere-FikaModule.dll, it will be loaded only when Fika is installed.

Fixes:

  • Fixed issue where placing an item while it is still falling / settling would cause it to spas when reclaimed

Addon devs:

  • Added "LITRemoveRootCollider" name snippet check for root GameObject in #9
Version 1.5.1
Download Mod Version

Unknown SPT Version

Latest Compatible SPT Version

759 Downloads

Created Mar 9th, 4:17 PM

Updated Mar 9th, 4:17 PM

Virus Total Results

For SPT 3.10.X Only

Fixed issue that caused hideout to load infinitely

Version 1.5.0
Download Mod Version

Unknown SPT Version

Latest Compatible SPT Version

233 Downloads

Created Mar 8th, 8:36 PM

Updated Mar 8th, 8:36 PM

Virus Total Results

For SPT 3.10.X Only

Addon Tools:

  • Leave It There now has a set of addon tools that can be used by mod authors to make addons! They can be used to give placed items your own unique behaviors, with utilities to build in Fika compatibility as well.
  • Read more about them here.
  • These tools were developed initially for my own addon: Home Comforts

New Features:

  • Added auto profile backups for placed item data. Located in user/profiles/LeaveItThere-ItemData/[your_profile_id]/backups
    • 30 of the most recent backups will be kept. (configurable in config.json)
  • Interaction prompt for placed items shows the item name you are looking at below it
  • Move Mode interaction menu now moves down and out of the way of your view

Bug Fixes / Improvements:

  • Guns that are placed, reclaimed, have their attachments changed, and are placed again will properly show their updated attachments
  • Fixed insurance duplicating any items that are slotted into a placed item (gun attachments, armor inserts, etc)
  • Fixed placed items giving search exp
  • Fixed issue causing Rigidbody related Unity warning spam
  • Custom interactions are now more performant / less likely to cause memory leaks
  • Fixed scav raids not properly showing placed items
  • Fixed Ground Zero <21 and >21 being considered two different maps
    • Go to user/profiles/LeaveItThere-ItemData/[your_profile_id] and change the filename of Sandbox_high.json to Sandbox.json if you want your >21 level placed items prior to this update to show on Ground Zero.

This update has been WIP for a long time, it is very possible I missed some new things in these notes, sorry about that! I'm trying to be more organized with my updates going forward. :P

Version 1.4.0
Download Mod Version

Unknown SPT Version

Latest Compatible SPT Version

12.0K Downloads

Created Jan 1st, 2025

Updated Jan 1st, 2025

Virus Total Results

For SPT 3.10.X Only

  • BIG code cleanup in preparation for some future projects.. 8o
    • Should also mean better syncing with Fika, and generally just less jankiness (hopefully, maybe, probably...).
  • Move Mode menu no longer flickers when you look at other interactable objects.
  • Rotation mode now locks the player camera's rotation, should feel way better to use now (thanks for the help on this Drakia!)
    • See F12 config for rotation speed and direction inversion things.

FmuR4mn.gif

Not quite yet...