|
| 1 | +Customizin' Containers (for JET v1.1.0) |
| 2 | +---------------- |
| 3 | +Version 1.1.0 (03.11.2021) |
| 4 | +By Kyodan |
| 5 | + |
| 6 | +This mod allows you to resize all containers in the game (including pockets), and can remove restrictions from backpacks and secure cases! |
| 7 | + |
| 8 | +## Info |
| 9 | + |
| 10 | +- By default, this mod changes the following: |
| 11 | + * Two pockets will be 2 units tall |
| 12 | + * Junk Box will be 12x16 (easier to see inventory) |
| 13 | + * Mag Case will be 6x8 |
| 14 | + * Weapons Case will be 6x10 |
| 15 | + * Item restrictions in backpacks and secure cases will be ON |
| 16 | + |
| 17 | +## Installation |
| 18 | + |
| 19 | +1. Extract archive to your `server folder/user/mods` folder |
| 20 | + * Folder structure should look like `server folder/user/mods/Kyodan-CustomizinContainers-X.X.X` |
| 21 | +2. Close your server (if it's running) |
| 22 | +3. Edit `settings.json` in your preferred text editor/IDE, review/modify any settings, then save and close |
| 23 | +4. Delete your `server folder/user/cache` folder |
| 24 | +5. Run your server (it should generate a new cache) |
| 25 | + |
| 26 | +* If you change a setting in `settings.json`, repeat steps 2-5 above |
| 27 | +* `settings_default.json` is a backup file that contains default container settings from Live |
| 28 | + |
| 29 | +## Settings |
| 30 | + |
| 31 | +- Below are the flags for each setting: |
| 32 | + * `customizinContainers` (true|false) - determines if this script is enabled/disabled |
| 33 | + * `removeRestrictions` (true|false) - determines if restrictions are removed from secure cases |
| 34 | + * `width` (number) - determines how many units wide the container will be |
| 35 | + (recommend to set less than 28) |
| 36 | + * `height` (number) - determines how many units tall the container will be |
| 37 | + (recommend to set less than 16) |
| 38 | + |
| 39 | +## Files |
| 40 | + |
| 41 | +- If any of the files below are missing/misplaced, you may have to redownload/reinstall this archive: |
| 42 | + * src/Customizin.js |
| 43 | + * mod.config.json |
| 44 | + * settings.json |
| 45 | + * settings_default.json |
| 46 | + * readme.md |
| 47 | + |
| 48 | +## Need help? |
| 49 | + |
| 50 | +1. Join the EmuTarkov Discord: https://discord.gg/33r4FPp |
| 51 | +2. @ me in the #support channel which script + version, what the issue is, and a picture/log of that issue (if possible) |
| 52 | + |
| 53 | +## Disclaimer |
| 54 | + |
| 55 | +I am not responsible for any data loss in relation to the use of this mod (including, but not limited to game/profile data and/or content loss, damage caused to your software, computer, or mobile device). I encourage you to back up your server/profile data before using this mod. |
| 56 | + |
| 57 | +## Changelog |
| 58 | + |
| 59 | +- 02.28.21 |
| 60 | + * Made compatible with JET 1.1.0 |
| 61 | + * Added `removeRestrictions` option for backpacks and secure cases |
| 62 | + |
| 63 | +- 02.05.21 |
| 64 | + * Fixed Kappa case sizing incorrectly to Gamma variables |
0 commit comments