0 of 0

File information

Last updated

Original upload

Created by

Yaya

Uploaded by

APTYaya

Virus scan

Safe to use

About this mod

Prevents users from accidentally dropping/selling/scrapping their favorited and equipped items,
Adds the ability to type quantities and prices into most transfer menus, instead of having to use the slider

Permissions and credits
Changelogs
Save Everything and more was originally based on Save Everything by Keretus. I had originally only updated his code to current version but
after some issues when updating the source code to S20 (The Ghoul within) I decided to just completely rewrite the project from scratch. 
I have reimplemented most of the QoL features that the original save everything had and plan to now add some more features and
keep this one updated for as long as I play. 

Features
  
Scrap protection, drop protection and sell protection of your favorited items and equipped items. 
Also features the ability to add names to a in the json config that you want to protect as well. 
Quantity input allows you to input a number of an item you want to drop from pip-boy instead of using slider. 
Just type the custom number you want to drop of the item after the drop box shows up.

Live edit : This lets you change stuff on the fly without having to relaunch the game using the config just enter the new value
and close and re-open your pip-boy your new config settings will be loaded same goes with selling and scrapping just 
re-open the equivalent menu 

To Be Done

Add a feature that allows you to exempt items from the restrictions so you can drop favorited items like stimpaks,
bubblehead's, magazines, and more without having to unfavorite them. 
Fixing compatibility with other pip-boy mods like FAST UI. 

Compatibility

Currently is fully compatible with Better inventory. 
Not compatible with other mods that modify pipboy_invpage.swf, or securetrade.swf. 
Working on improving compatibility. 

Installation Guide
Manual Installation only 
1. Unzip SaveEverything.zip and move the SaveEverything.ba2 into your Fallout76/Data folder. 

2. Navigate to your fallout 76 settings folder in "My Games" (default %USERPROFILE%\Documents\My Games\Fallout 76 and add SaveEverything.ba2 to your Fallout76Custom.ini. If you don't already have a Fallout76Custom.ini you can download one from optional files.

Example :
[Archive]
sResourceArchive2List = SaveEverything.ba2 


3. If you are using this alongside better inventory list SaveEverything.ba2 behind BetterInventory.ba2 

Example :
[Archive]
sResourceArchive2List = BetterInventory.ba2,SaveEverything.ba2 


Config File Customization
  • Configuration to enable/disable individual features is available through the config file. Download the example Config file under optional files and place it in the data folder to configure individual features. If there is no config file present, the old defaults will be used. 

  •  "NameRestricted": false, by enabling this to true you will be able to define a custom prefix that makes renamed items matching that prefix unable to be dropped/scrapped/sold. 
    Those names can be defined inside "restrictName": ["ExampleItem1", "ExampleItem2"] just replace exampleitem1 or 2 with !, ?, or whatever custom prefix you wanna add to the restriction list. You can list multiple prefixes to be restricted just separate each with a comma. if you do enable name restriction make sure you delete both exampleitem1 and 2 and replace with your own prefixes or just one prefix inside " " otherwise any item that contains those characters from exampleitem1 or 2 will be prevent from being dropped. 

Additional Notes
  • This mod is a work in progress, and I'm still working on finishing rewriting this mod from scratch I can't promise it will work just like the old save everything currently but it should be relatively similar. I will also make reasonable effort to ensure there are no bugs, but sometimes users may occasionally run into them.  If you do happen to run into a bug please make a bug report under bugs tab on the mod page detailing what you experienced and how I could possibly replicate it so I can look into it and possibly get it fixed as soon as possible.