Functional Overview
Searchable table of all base camps in the save. Columns show Base ID, Guild ID, Guild Name, and Guild Level. Right-click context menu provides full base management: deletion, radius adjustment, import/export, cloning, and guild operations.
Basic Operations (Left-Click & Buttons)
- Type in the search bar to filter bases by any column.
- Click a base row to select it.
Advanced Shortcuts (Double-Click Interactions)
- Double-clicking a base row emits the
item_double_clicked signal.
- No default handler is connected — double-click currently has no visible effect.
Hidden Menus (Right-Click Context)
- Right-click a base row for: Add/Remove Exclusion, Delete Base (requires base ID and guild ID), Rename Guild, Set Guild Level, Export Base, Adjust Radius, Import Base, Clone Base.
- Note that some actions operate on the guild associated with the base rather than the base itself.
Power-User Tip
The base ID (column index 0) and guild ID (column index 1) are both needed for deletion — the context menu passes both. Use the Menu → Functions path for bulk base cleanup like Delete Inactive Bases and Delete Non-Base Map Objects.