Discord presence changer for Enemy Territory - Wolfenstein.

  • 4 heads
  • 3 releases
  • git clone https://www.klva.cz/src/etwolf/discord-presence.git
  • GameWatcher: Added missing reader disposal. 5f8567a, 27 Sep 2019
    Properties/
    .gitignore
    ETDiscordPresence.csproj
    ETDiscordPresence.sln
    GameReader.cs
    GameWatcher.cs
    packages.config
    PresenceChanger.cs
    preview.png
    Program.cs
    README.md
    Tray.cs
    wolfet.ico

    ET Discord presence changer

    This is a simple utility for Wolfenstein - Enemy Territory, which changes your Discord presence and announces which server you are playing on.

    Rich presence preview

    Every once in a while, it will scan for a running ET instance, extracts hostname and address from its memory and updates your Discord presence accordingly. Changes should be detected in about less than 30 seconds.

    Support

    Usage

    Download the program and run it. Similarly to ET minimizer, it will be hidden in your tray.

    You might want to run the tool automatically after start:

    1. Hit <Win>+R,
    2. enter shell:startup,
    3. place the program in the opened window.

    Note: The assembly is not signed, which is most likely why Windows warns you about potentially dangerous software on first run. External process memory reading calls don't help, I'd say. Feel free to compile it on your own or not use it at all.