Skip to content

0.1.2

Latest
Compare
Choose a tag to compare
@lolamtisch lolamtisch released this 26 Feb 15:44
· 28 commits to master since this release

Installing The Application

Windows

64Bit windows_64bit.zip
32Bit No tray icon* windows_32bit.zip
32Bit Debugging windows_32bit_debug.zip

Installation:

  1. Download the zip file from above.
  2. Unzip the file.
  3. Execute the server_win.exe.
  4. It should now work!

If you want the application to autostart on boot:

  1. Move complete folder to an permament directory if needed.
  2. Execute the startup_windows.bat inside the folder.
  3. Press 1 and then Enter.
  4. It should now start with the computer

Linux

!Untested!

64Bit linux.zip
64Bit No tray* linux_no_tray.zip

chmod your binary a+x to make it executable and then run ./server_linux_debug

Mac Os

64Bit macos.zip
64Bit No tray* macos_no_tray.zip

Installation:

  1. Download the Zip File
  2. Extract the Zip File
  3. Make the file executable with the console command chmod +x ./server_macos_debug
  4. Double click the start.sh
  5. If you get an unknown developer warning, open system preferences, go to security and privacy and at the bottom select open anyway
  6. Open chrome and begin playing, Discord will update after 15-30s

Nodejs

More info to this can be found here:
https://github.com/lolamtisch/Discord-RPC-Extension/blob/master/docs/build.md

Alternative Installer

Scoop

* No tray: This means there is no systray implementation. This means the application can only be closed from the taskmanager (Shows up as Node.js: Server-side JavaScript)

Changelog:

  • Add button support
  • Add Mac no console script