Functional Overview
Searchable table of all players in the save. Columns show Player Name, Last Seen, Level, Pal Count, UID, Guild Name, Guild ID, and Guild Level. Use bulk action buttons at the bottom for item, Pal, and technology management across multiple players.
Basic Operations (Left-Click & Buttons)
- Type in the search bar to filter players in real-time — any column match will show.
- Click a row to select it.
- Click Bulk Item Management to open the Player Item Action dialog (add/remove items across selected players).
- Click Bulk Pal Management for Pal operations.
- Click Bulk Technology Management for technology unlocks.
Advanced Shortcuts (Double-Click Interactions)
- Double-clicking a player row emits the
item_double_clicked signal.
- However, no default handler is connected in the current code — double-click currently has no visible effect.
- (Intended for future use.)
Hidden Menus (Right-Click Context)
- Right-click a player row for: Add/Remove Exclusion, Delete Player, Rename Player, Unlock Viewing Cage, Reset Timestamp, Update Container IDs, Unlock All Technologies, Edit Tech Points, Edit Player Stats, Set Player Level.
- Also includes guild-level actions for the player's guild: Make Guild Leader, Delete Guild, Rename Guild, Unlock All Lab Research, Set Guild Level, Import Base to Guild.
Power-User Tip
Sort any column by clicking its header. The UID column (column index 4) is used as the key for exclusion and deletion operations. Use Menu → Functions → Delete Inactive Players after checking Last Seen dates to clean up abandoned players in bulk.