0 of 0

File information

Last updated

Original upload

Created by

MsZelia

Uploaded by

MsZelia

Virus scan

Safe to use

Tags for this mod

About this mod

Improved Quantity Menu Input. Set Default Quantity Value. Quick Repair Button in Workbench. Show Durability and Condition. Examine Menu Repair Kit.

Permissions and credits
Changelogs
Donations
MY OTHER MODS
BuffsMeter - Active Effects on HUD - Simple customizable widget to show active effects / buffs on HUD
Server Player List - Simple customizable widget to show all players on current server
Invent O Matic Stash (Unofficial) Update - Write inventory to file. Bulk scrap weapon/armor. Mass transfer to/from containers. Filter area looting. Mass sell to NPC vendors. Easy assign to freezer/fermenter/... AND MORE
Invent O Matic Pipboy (Unofficial) Update - Switch armor sets, Use all your buffs, Drop your excess junk - all with a single key press
Instant Expedition Rewards - Displays all quests and rewards at once, not one by one
Instant Daily Op Rewards - Displays all rewards at once, not one by one


Installation:
Via mod manager, IF YOUR MOD IS NOT LOADING THIS IS MOST LIKELY THE CAUSE, DON'T ASK FOR ASSISTANCE IF YOU INSTALLED WITH MOD MANAGER
Known issues with mod managers:
Mods not working at all (even with no other mods loaded) - repacked (or bundled) with wrong settings
Mods not applying config changes - old config file cached

Manually:
  • Download and extract .ba2 and .json (config) files to Fallout 76 Data folder (e.g. "\SteamLibrary\steamapps\common\Fallout76\Data\")
  • Add following lines to your Project76Custom.ini or Fallout76Custom.ini ("C:\Users\%username%\Documents\My Games\Fallout 76\"):
    [Archive]
    sResourceIndexFileList=other mods here, ImprovedWorkbench.ba2


Compatibility:
Not compatible with other mods that modify interface/examinemenu.swf, i.e. other workbench/examine menu mods

Ultrawide patches not needed: since update 1.5.0 workbench menu will now automatically be scaled no matter your screen resolution and ratio.


Features:
To enable or disable specific feature modify config file: ImprovedWorkbenchConfig.json in Fallout76\data folder
To check validity of config file after change, you can use sites like https://jsonlint.com/ or https://jsonchecker.com/

Config file will be read by mod each time you open any workbench/crafting/inspect/examine menu - no need to restart the game

Example of config file:
{
"showDurabilityValue": true,
"enableExamineRepairAll": true,
"enableQuickRepairButton": true,
"enableImprovedQuantityMenu": true,
"enableLegendaryModTracking": false,
"defaultCraftAmount": 1,
"uiConfig": {
"enabled": false,
"hideBackground": true,
"ItemNameDescription": {
"x": 400,
"y": 0
},
"ItemCard": {
"x": -100,
"y": -340
},
"Inventory": {
"x": -440,
"y": 60
},
"Mods": {
"x": 0,
"y": 0
},
"Perks": {
"x": 0,
"y": 0
}
}
}

uiConfig - by default this feature is disabled, below is list of configurable options (Update 1.5.3)
enabled : true/false - enable or disable UI customization (default: false)
hideBackground : true/false - hide or show gray background boxes, if you reorganize elements this will have to be set to true - boxes (sprites) can't be moved dynamically through code (default: false)
List of elements you can reorganize - see attached image above (values set in config are what image looks like):
ItemNameDescription, ItemCard, Inventory, Mods, Perks (Perks element is hidden on image - required perks when crafting)
Each of the elements can have these values:
x - how much element will be moved horizontally, negative value is left, positive is right (default: 0)
y - how much element will be moved vertically, negative value is up, positive is down (default: 0)


enableLegendaryModTracking : true/false (default: false) (Update 1.5)
Made by Mapekz
SFE IS REQUIRED FOR THIS FEATURE
Saves legendary mods data to file to be used with Invent o Matic Stash (Unofficial) 2.2.6+ in stash, workbench (scrap mode) and vending menus
Data will be saved to Fallout76/Data/itemsmod.ini file every time you enter tinkerer's workbench - same file used for Item Extraction in that mod so back up your inventory dump before doing this




enableImprovedQuantityMenu : true/false (default: true)
Real-time sync between slider value and input field
Keyboard (numerical) input supported without needing to focus input field


defaultCraftAmount : 1-255 (default: 1)
Default value to be set when Quantity menu is open
XP crafting/XP farming made easy:
Find sweet spot for 4k xp per batch, set default value in config and run your macro for spamming Confirm button




showDurabilityValue : true/false (default: true)
Shows Durability and Condition % value in condition field




enableExamineRepairAll : true/false (default: true)
Enable repair button for all items while in examine menu




enableQuickRepairButton : true/false (default: true)
Show repair button for quick repair while in workbench menu, no need to inspect item
If item can be repaired with workbench (below 100% condition) "WORKBENCH REPAIR" button will be shown, otherwise "REPAIR KIT" button will be shown





Inspired by other mods: (Not compatible)
Old Style Workbench Repair
Workbench Quick Fix
Better Workbench
Use Repair Kits in Examine Menu