Small utility to help create a shared instance in Elite Dangerous by managing wing invitations from a predefined commander list.
The tool monitors the game journal to detect when commanders are online and when they join the wing, helping the wing leader keep track of who still needs to be invited.
- Prepare a text file containing commander names (one name per line).
- Import the file using the "Import List..." button.
- Ensure all listed commanders are in your friend list in-game or an friend request was sent to them.
- The tool monitors the Elite Dangerous journal files to track:
- which commanders are online
- which commanders have joined the wing
Commanders are automatically categorized in the UI:
- Online – waiting for invite
- Offline – waiting for invite
- Already invited
If a commander who was already invited goes offline, they are automatically removed from the Already invited section. If a commander accepts your friend request while you're building the instance, it's status will be updated.
- Elite Dangerous must be running
- The game must have journal logging enabled (enabled by default)
- You must be friend with a commanders to invite them in the wing
The following improvements are planned:
- Drag & drop a file to replace or append the commander list
- Monitor the list file and auto-reload when modified
- Detect commanders already present in the instance via local chat monitoring
- Handle wing leader disconnects / leaving the wing (FSD jump, crashes, etc.)
- Recover the invited list after program restart
This tool is experimental and currently under active development. Features and behavior may change frequently.