Starfield Delta Companion Guide | Terran Armada 2026
Everything you need to know about Delta, the new morally gray robot companion introduced in the Starfield Terran Armada DLC.
Everything you need to know about Delta, the new morally gray robot companion introduced in the Starfield Terran Armada DLC.
Here is a complete breakdown of every new feature, update, and piece of content coming to Starfield in 2026, including the Free Lanes update, the Terran Armada DLC, and the PlayStation 5 launch.
In this guide, we dive into the updated Ranger Skill Tree in Avowed, exploring all skills, passives, and ranks, as well as which skills are best.
In this guide, we dive into the updated Fighter Skill Tree in Avowed, exploring all skills, passives, and ranks, as well as which skills are best.
In this guide, we dive into the updated Wizard Skill Tree in Avowed, exploring all skills, passives, and ranks, as well as which skills are best.
Join us live on Twitch.tv/Bethesda as we dive deeper into the first wave of player-experience improvements coming in 2026!
Join us live on Twitch.tv/Bethesda as we dive deeper into the first wave of player-experience improvements coming in 2026!
Your ESO player experience is getting some major improvements with the first update of 2026!
Your ESO player experience is getting some major improvements with the first update of 2026!
OverviewStickerbook Exporter lets you export your ESO stickerbook collection into a structured dataset and convert it into a clean, spreadsheet-ready table.The addon collects your stickerbook data in-game and stores it in SavedVariables. A bundled Windows PowerShell script then converts that data into a .tsv file you can open in Excel, Google Sheets, or any spreadsheet tool.Exported DataThe final TSV includes the following columns:nameequipTypequalityitemTypearmorTypeweaponTypesetIdsetNamepieceIdcollecteditemLinkThis format is optimized for filtering, sorting, and building your own tracking sheets.—FeaturesExport collected stickerbook items onlyExport all stickerbook items (including uncollected)Clean, structured data stored in SavedVariables (no string size limits)One-click export buttons in settings (with LibAddonMenu)Built-in export summary:total rows exportedcollected vs total piecestotal sets scannedIncludes Windows helper script to generate .tsv outputLightweight and fast (no UI overhead during export)—Commands/sbexport Run default export mode (configurable in settings)/sbexportcollected Export collected stickerbook pieces only/sbexportall Export all stickerbook pieces/sbstats Show last export summary/sblog Show last log entry/sbdebug Show debug info—How To UseRun an export in-game:/sbexportReload UI or log out:/reloaduiRun the included PowerShell script:StickerbookExporter_ToTSV.ps1Your output file will be created here:AddOnsStickerbookExporterStickerbookExporter_export.tsv—RequirementsLibAddonMenu-2.0 (optional)Required only for the settings menu.The addon works fully via slash commands without it.NotesESO addons cannot directly write arbitrary .tsv files.This addon writes structured data to SavedVariables, then converts it using the included script.Data is stored as structured rows (not a single large text block), avoiding common export size limitations.Version1.0.0