Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou can upload this file to other sites but you must credit me as the creator of the file
Modification permissionYou are allowed to modify my files and release bug fixes or improve on the features so long as you credit me as the original creator
Conversion permissionYou can convert this file to work with other games as long as you credit me as the creator of the file
Asset use permissionYou are allowed to use the assets in this file without permission as long as you credit me
Asset use permission in mods/files that are being soldYou are not allowed to use assets from this file in any mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou are allowed to earn Donation Points for your mods if they use my assets
Author notes
This author has not provided any additional notes regarding file permissions
File credits
This author has not credited anyone else in this file
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
Add additional null check on client in server side code
Version v3.0.1
Resolve null error when opening and closing game without launching into world.
Version v3.0.0
[Multiplayer][Bug Fix] Clients will now use Server config if server is set 'serverSyncConfig' = true
[Multiplayer][New Option] Added 'serverSyncConfig' to allow servers to force clients to use server-side BeyondStorage config settings
Version v2.4.0
Added new config 'enableForGeneratorRefuel' to allow refueling of generators when set true
Version v2.3.0
[New Feature]Added option to REFUEL and/or REPAIR VEHICLES from nearby storage
[Bug Fix] Prevents possible index out of bounds getting called (possible vanilla bug)
Version v2.2.1
Resolved bug where game would crash in rare occasions that has item was sent an empty item stack array. Thanks to amunhra for the bug report and steps to reproduce the issue!
Version v2.2.0
Added option to use Vehicle Storage
Skip empty storage containers when searching for items
Version v2.1.2
Made target methods less specific (removed parameters) to avoid breaking if those method parameters change on new game release
Reduce number of NetPackages set for lock updates
Filter the locked dictionary to only include relevant information (player storage & lootable)
Skip any NetPackage/Locked TE related code if in single player
Send list of locked TEs on player login (may get one sent before this but ensures we have it set)
Version v2.1.1
[Multiplayer] Resolved accessing storage opened by other players. NOTE: Fix requires mod installed on server as well as client now
[Item Repair] Removed IsUserAccessing check as it only limited the local player from using the currently opened storage inventory
Version v2.1.0
[Performance] Overhaul storage reload logic
Version v2.0.7
Reduced usage of ShouldCheck
Swapped ItemRepair.RefreshEnabled method to new method to better control the item repair workflow
Additional logging during DEBUG building
Utilize LogUtil.IsDebugEnabled() instead of BeyondStorage.Config.isDebug
Remove old commented code
Version v2.0.6
Prevent bindings hook from being blocked due to `shouldCheck`
Version v2.0.5
Resolved Bow/Crossbow animation breaking when reloading from nearby storage
Version v2.0.4
Performance improvements
Resolved multiplayer bug where players could pull from locked (Jammed) chests owned by other players
Added new configuration options
Version v1.1.1
Fix bug where a locked chest would be accessible for use even if player didn't have access to it.
Version v1.1.0
Correct Bag DecItem patching to work for all situations now
Version v1.0.0
Resolved intermitted reload bug where reloading would remove ammo but not increase ammo count on gun. (Thanks to 'busterbjones' for the bug report and information)
Additional debug logging added (disabled by default) to help troubleshoot problems in the future
Version v0.2.0.0
Fixed reload bug (would remove ammo but not reload ammo in gun)
Updated for v1.0 of the game, expanded functionality, improved performance, and more configuration options!
Install on: CLIENT AND SERVER Requires EAC to be DISABLED Requires '0_TFP_Harmony'; comes with v1.0 of the game. Re-validate files on steam if you deleted it.
Report if you see any bugs and I'll investigate/fix.
Features:
Craft items (always on)
Repair items (configurable; defaults ON)
Upgrade blocks (configurable; defaults ON)
Repair blocks (configurable; defaults ON)
Refuel vehicles (configurable; defaults OFF)
Repair vehicles (configurable; defaults OFF)
Refuel generators (configurable; defaults OFF)
Using storage nearby (range configurable; defaults unlimited range)
Expanded available containers (includes fridges, drawers, etc.) (configurable; defaults ON)
Option to pull from Vehicle storage as well. (configurable; defaults OFF)
Server option to force clients to use server-side Beyond Storage config settings (configurable; defaults ON)