Description
SellAllGoods
A UE4SS Lua mod for Windrose that sells all available items to a buyer NPC in a single keypress G.
Works with all buyer NPC factions: Smugglers of Port Royal, Brethren of the Coast, Buccaneers, and People of Tortuga.
Requirements
Installation
Download
SellAllGoods.zipExtract the
SellAllGoodsfolder intoWindrose\R5\Binaries\Win64\ue4ss\Mods\so the result looks like:ue4ss\Mods\SellAllGoods\ ├── enabled.txt └── scripts\ └── main.luaOpen
ue4ss\Mods\mods.txtand addSellAllGoods : 1after the mod list but before the built-in keybinds section:CheatManagerEnablerMod : 1 ConsoleCommandsMod : 1 ... SellAllGoods : 1 ; Built-in keybinds, do not move up! Keybinds : 1Launch the game and open a sell screen with any buyer NPC
Press
Gto sell all
Notes
- Only works while the buyer sell screen is open — pressing
Gelsewhere does nothing - Tested in singleplayer only — not tested in multiplayer, but should work
- The default keybind is
G— hardcoded for now, configurable keybind coming in a future update
Changelog
v1.0.0
- Initial release
- Sell all available items to any buyer NPC faction


