ShortcutRelayXBE is a simple launcher for the original Xbox.
You tell it what game or app to launch by editing a small config file, and it sends that game's TitleID to a Discord relay so your status can update.
No menus. No dashboard. Just launch and go.
- Reads the path to your game or app from a file called
shortcut.ini - Launches the specified
.xbefile (OFFICIAL Games currently, homebrew is iffy!) - Sends the game’s TitleID to a Discord relay over your local network
- Automatically mounts all drives (F, G, etc.) before launching
- Put
ShortcutRelayXBE.xbeon your Xbox - In the same folder, create a file named
shortcut.ini - Add this to the file:
Path: Where the game or app is located on your XboxRelayIP: IP address of the PC running the Discord botRelayPort: The port your bot is listening on
[Shortcut]
Path=F:\Games\Halo 2\default.xbe
RelayIP=192.168.0.174
RelayPort=1102
This launcher works with xbdStats — a small Python based Discord Presence applet made by MobCat.
When you use this shortcut, the server receives a message and updates your Discord presence to show what you’re playing, just like on modern consoles.
- No extra menus or frontends
- Perfect for shortcut entries on a dashboard or file browser
- Lets your friends see what you're playing
- Simple and fast
- CrunchBite – base launcher logic and device mounting used from packed-xbe-launcer
- mobcat – xbdStats Discord Relay and API, and xbeParse logic.
- Milenko –
xbeParse, ini support, relay integration, cleanup. - Team Resurgent - Networking logic and xboxinternals.h from PrometheOS