Skip to content

Releases: markterence/discord-quest-completer

2025.10.07

07 Oct 14:18
3b46368

Choose a tag to compare

GitHub Downloads (specific asset, specific tag)

Update

Full update details here: https://github.com/markterence/discord-quest-completer/discussions/12

  • Update build for Perplexity quest (Comet). The application name is called "Comet"
  • Game list is now being dynamically fetched. A bundled game list is still present as fallback. (#8)
  • Improved searching of games. Using Fuse.js (fuzzy searching library)
comet

This update also include a few improvements on main application and changes on the dummy-exe.

  • Show dummy executable window. Can still be hidden/minimized to tray from the app's system tray context menu. (#6)
  • Game list is fetched from this repository's Github Pages and then if it fails will fetch directly from Discord.
  • New logo/app icon rather than using Tauri's default icon/logo.

What's Changed

Other Changes

Full Changelog: 2025.09.13...2025.10.07


Disclaimer

This tool is intended for educational purposes and personal use. Please respect Discord's terms of service, partners, game publishers and advertisers rights when using this application.

The creators and maintainers of this project are not liable for any damages, account suspensions, or other consequences that may arise from using this software. Use at your own risk.

Discord is a registered trademark of Discord Inc. It is referenced on this open-source project for descriptive and definition purposes only and does not imply any affiliation, sponsorship, or endorsement by Discord Inc in any way.

Pre-Release 2025.10.01

01 Oct 15:14
7579a73

Choose a tag to compare

Pre-release

GitHub Downloads (specific asset, specific tag)

Update

  • EA SPORTS FC 26
  • Sonic Racing: CrossWorlds
Discord_9JSCcIsW2Z

Full Changelog: 2025.06.12...2025.10.01


Disclaimer

This tool is intended for educational purposes and personal use. Please respect Discord's terms of service and game publishers' rights when using this application.

The creators and maintainers of this project are not liable for any damages, account suspensions, or other consequences that may arise from using this software. Use at your own risk. This project is not affiliated with, endorsed by, or connected to Discord in any way.

Pre-Release 2025.09.29

01 Oct 15:18
7579a73

Choose a tag to compare

Pre-release

GitHub Downloads (specific asset, specific tag)

Update

  • EA SPORTS FC 26
  • Sonic Racing: CrossWorlds
Discord_9JSCcIsW2Z

Full Changelog: 2025.06.12...2025.09.29


Disclaimer

This tool is intended for educational purposes and personal use. Please respect Discord's terms of service and game publishers' rights when using this application.

The creators and maintainers of this project are not liable for any damages, account suspensions, or other consequences that may arise from using this software. Use at your own risk. This project is not affiliated with, endorsed by, or connected to Discord in any way.

Pre-Release 2025.09.13

13 Sep 04:28
7579a73

Choose a tag to compare

Pre-release

GitHub Downloads (specific asset, specific tag)

Update

  • Update build for Borderland 4 quest
NVIDIA_Overlay_21VKblA9nd

What's Changed

Other Changes

Full Changelog: 2025.06.12...2025.09.13


Disclaimer

This tool is intended for educational purposes and personal use. Please respect Discord's terms of service and game publishers' rights when using this application.

The creators and maintainers of this project are not liable for any damages, account suspensions, or other consequences that may arise from using this software. Use at your own risk. This project is not affiliated with, endorsed by, or connected to Discord in any way.

Pre-Release 2025.08.11

11 Aug 14:56
fc08a4c

Choose a tag to compare

Pre-release

GitHub Downloads (specific asset, specific tag)

Quick Update

For Battlefield 6 Open Beta quest

discord-quest-completer_hRMbSTMM9x

Theres a lot of things to do, like improving code, improving the search function, fetching updated game list without needed a rebuild from a proxy (safer choice) or directly from Discord's api servers.


Disclaimer

This tool is intended for educational purposes and personal use. Please respect Discord's terms of service and game publishers' rights when using this application.

The creators and maintainers of this project are not liable for any damages, account suspensions, or other consequences that may arise from using this software. Use at your own risk. This project is not affiliated with, endorsed by, or connected to Discord in any way.

Full Changelog: 2025.04.18...2025.08.11

Pre-Release 2025.08.05

05 Aug 17:10
fc08a4c

Choose a tag to compare

Pre-release

GitHub Downloads (specific asset, specific tag)

Updates

Just did a rebuild to update the gamelist bundled internally. All builds are compiled and done in Github CI/CD servers.

  • Updated game list data to show games released before 2025-Aug-5. This allows to complete quests for PC games such as Terminull Brigade.

demo


I'm working on updating the gamelist without needing to rebuild. Thanks for pointing out as I am planning it as well (#8) 😊

Also working on just showing the dummy window and hopefully can shrink the dummy exe to 10KB (hopefully discord can detect .NET 4.8 Winforms App. The window created through Rust and C++ winforms app I currently testing on is around 170KB (its too big for me 😅 for an empty window)


Installation

Download the portable builds the assets below and and extract it to run locally.

Note:
Put the extracted contents to where you have write permissions, since it will create game folders relative to the main app to simulate actual game so discord can detect it. Otherwise, you may need to run the app as administrator.

Notes:

  • When a game is runnng, it will run in the background and will be visible in the Taskbar System Tray with a white box icon. Discord should be able to detect that the game is running and will be displayed in your activity.

  • Do not close the main application as this will keep the game you've launch running in the background and the only way to stop that is to manually go to Task Manager, find the game exe and End Process it, or restart the computer.

Disclaimer

This tool is intended for educational purposes and personal use. Please respect Discord's terms of service and game publishers' rights when using this application.

The creators and maintainers of this project are not liable for any damages, account suspensions, or other consequences that may arise from using this software. Use at your own risk. This project is not affiliated with, endorsed by, or connected to Discord in any way.

Pre-Release 2025.06.12

12 Jun 15:25
fc08a4c

Choose a tag to compare

Pre-release

GitHub Downloads (specific asset, specific tag)

Installation

Download the portable builds the assets below and and extract it to run locally.

Note:
Put the extracted contents to where you have write permissions, since it will create game folders relative to the main app to simulate actual game so discord can detect it. Otherwise, you may need to run the app as administrator.

Updates

  • Updated game list data to show games released before 2025-June-12. This allows to complete quests for PC games such as Starlight Re:Volver.

Important

If you have previous installation, delete the data and games folder to make sure that the dummy exe is updated. Then replace the discord-quest-completer.exe with a new one from this pre-release.

The reason for this is that the app will create dummy game file in the same directory only once.
By default, the app will not overwrite the dummy exe if a game has been previously ran, so it will still use the old exe.

image
image

demo

Notes:

  • When a game is runnng, it will run in the background and will be visible in the Taskbar System Tray with a white box icon. Discord should be able to detect that the game is running and will be displayed in your activity.

  • Do not close the main application as this will keep the game you've launch running in the background and the only way to stop that is to manually go to Task Manager, find the game exe and End Process it, or restart the computer.

Disclaimer

This tool is intended for educational purposes and personal use. Please respect Discord's terms of service and game publishers' rights when using this application.

The creators and maintainers of this project are not liable for any damages, account suspensions, or other consequences that may arise from using this software. Use at your own risk. This project is not affiliated with, endorsed by, or connected to Discord in any way.

Full Changelog: 2025.04.18...2025.06.12

Pre-Release 2025.04.18

18 Apr 05:59
ec153a1

Choose a tag to compare

Pre-release

GitHub Downloads (specific asset, specific tag)

Complete Discord's Play the game for 15mins. Quests without installing the actual games. Perfect for completing Discord Quests and showing your gaming status without the actually installing the actual game.

What's Changed

Other Changes

  • Fix dummy game window so it wont show a small minimized window by @markterence in #1
  • chore: add GitHub Actions workflow for Rust checks and build process by @markterence in #2

Disclaimer

This tool is intended for educational purposes and personal use. Please respect Discord's terms of service and game publishers' rights when using this application.

The creators and maintainers of this project are not liable for any damages, account suspensions, or other consequences that may arise from using this software. Use at your own risk. This project is not affiliated with, endorsed by, or connected to Discord in any way.

Full Changelog: v0.1.0-pre-release...2025.04.18

v0.1.0-pre-release

17 Apr 08:26
1d47272

Choose a tag to compare

v0.1.0-pre-release Pre-release
Pre-release

Discord Rich Presence Quest Completer v0.1.0 (Pre-release)

This is a pre-release version for testing purposes. Use at your own risk.

A desktop application that simulates Discord Rich Presence for verified games without requiring installation of the actual games.

Features in this release

  • Simulate playing verified Discord games without downloading the actual game
  • Complete Discord Quests requiring 15-minute gameplay
  • Discord verified games can be simulated
  • Windows 11 support (may work on Windows 10 but untested)
  • Test RPC button: connects to Discord Gateway and update user activity. (This will not progress a quest because discord didn't detect a game)

Installation

Download the portable builds the assets below and and extract it or follow development setup instruction to run locally.

Note:
Put the extracted contents to where you have write permissions, since it will create game folders relative to the main app to simulate actual game so discord can detect it.

Known Issues

  • "Stop" button may not work if the process was terminated outside of app's control
  • Limited game list support
  • Windows-only support currently

Disclaimer

This tool is intended for educational purposes and personal use. Please respect Discord's terms of service and game publishers' rights when using this application.

The creators and maintainers of this project are not liable for any damages, account suspensions, or other consequences that may arise from using this software. Use at your own risk. This project is not affiliated with, endorsed by, or connected to Discord in any way.