0 of 0

File information

Last updated

Original upload

Created by

xyzkljl1

Uploaded by

xyzkljl1

Virus scan

Safe to use

Tags for this mod

About this mod

(Offline Only)All empty/new chests become SharedChest which share one storage space(237 slots).
That means :If each camp has a shared chest, resources are naturally shared between camps.

Requirements
Permissions and credits
Changelogs
Donations
Not working in the latest game version.
Fixing.






























Only work in offline Game!

All empty chests and new chests share one storage space.(Means `If each camp has a shared chest, resources are naturally shared between camps.`)

All mod open source at https://github.com/xyzkljl1/PalworldModdingKitAndMyMods
Note:
1.
This Mod changes your save file Permanently!

2.
When you start the game or finish building something,all empty chests will become shared chests.
Therefore,chests built after installing this mod will definitely become shared chests.

2.5.
(Since v1.10) Cooler box won't be shared
Old shared cooler boxes will lost all slots when entry the game.Content won't drop but you need to rebuild them.

3.
First time you use this mod,one exist chest will become shared chest.Existing content won't disappear.
All shared chests share the same 237 slots.

3.5.
If want only certain chests to be shared.Edit `main.lua` and find `OnlyMergeCertainChest=0` in the second line.Change `0` to a proper number so that only chests with that slot-number will be shared.
For example,if `OnlyMergeCertainChest=10` then only 10-slot chests(wooden box,etc) will be shared.
This won't affect feed box.

4.
As long as at least one shared chest is in your camp,you CAN use resources in it to build/craft inside this camp.
BUT only refer to chests which has ALREADY been shared before last time you press "start game".
In another word,when a non-shared chest is turned into a shared chest,it is temporarily ignored by your camp until you return to title once.

5.
When any shared chest is dismantled ,the content WON'T drop.
When all shared chests are dismantled,the content WON'T drop or disappear.You can access them as long as you build another chest.

5.5.
If you found you have two groups of shared chest for some reason(such as you used a old version with known bug or you edited the `mySpecialNumber`).
You can fix it by the following step:

a)
Find the "right" group chest:Build a new chest,this chest must belong to the right group.Chests that aren't shared with it are in wrong group.
b)
Dismantle one chest that belongs to the wrong group.
(content should drop at this time,you won't lose items.)
c)
Build a new chest.

5.7.
Slightly stuttering when opening a chest is normal.It's because the chest have many slots.This can't be avoid.
Other stuttering is bug.

6.
When any shared chest is destroyed by attack/corruption,all the content DROPS and all shared chests is BROKEN.
Don't be panic.Build a new chest,then all shared chests will RECOVER.
(Recovered chests will be empty,because the content dropped on the ground earlier)
In rare cases,when a chest is dismantled ,it will act like destroyed.You can use the above method to recover.

7.
This mod disables all food's decay.

8.
In default condition,Feed box and breeding farm won't be shared.

8.5.
If you want the feed box be shared, edit `ShareChest\Scripts\main.lua` and modify the first line `local bShareFoodBox = false` to  `local bShareFoodBox = true` 
Feed boxes won't be shared with chests.

8,8.
If you can't scroll chest/pack by Controller,plz see https://www.nexusmods.com/palworld/mods/712/

9.
Not work for online games.

10.
If you uninstall this mod,chests won't lost slots or shared status.
But when a shared chest is dismantled after uninstalling the mod,the content will drop and all shared chest will be broken.
Just like the situation mentioned in Note.6.It can be recovered by the method in Note.6

11.
Conflict with Bigger Chest

12.
Vortex users may need manually install

Install:
0.
Notice! This mod contains TWO parts which need to be placed in different dir.

1.Install UE4SS
Download: https://github.com/UE4SS-RE/RE-UE4SS/releases/download/v2.5.2/UE4SS_Xinput_v2.5.2.zip
Extract the zip to: Palworld\Pal\Binaries\Win64\
Dir struct should be like:
Need UE4SS Version >= 2.5.2!!

-Palworld\Pal\Binaries\Win64
   - Mods
      - mods.txt
      - ....
   - UE4SS-settings.ini
   - ...

2.
Extract `ShareChest.7z` to UE4SS 'Mods' dir.Should be like: 
- Palworld\Pal\Binaries\Win64\Mods
   - ShareChest
- Scripts
   - main.lua
- enable.txt
- Readme.txt

3.
Edit File `Palworld\Pal\Binaries\Win64\Mods\mods.txt` to make sure following TWO LINES(NOT ONE) are in the file

BPModLoaderMod : 1
ShareChest: 1

4.
Download `ShareChest_Pak.7z`.Extract and copy `ShareChest.pak` to Palworld\Pal\Content\Paks\LogicMods

5.Optional
If you want feed boxes are also shared ,see Note 8.5