SavageCore / coh3-replay-manager-go

Tray app that automatically saves your replays and allows direct download and play from https://cohdb.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Company of Heroes 3 Replay Manager

Build Status GitHub all releases

Tray app that automatically saves your replays and allows direct download and play from cohdb.com

So, how's this all work then?

The app watches the directory %USERPROFILE%\Documents\My Games\Company of Heroes 3\playback which is where the replay of your last game played is stored as temp.rec and temp_campaign.rec it then automatically renames these files to saved-replay followed by Unix time.

Playing a replay from cohdb.com is also supported. The app will download the replay and then launch the game with a single click!

Needs a decent logo and a better name probably. I'm open to suggestions and PRs.

Running πŸƒ

Download the latest release and run it πŸš€

⚠️ For now, you'll also need to install a User script to get the play button to display on cohdb.com. ⚠️

These are the steps:

  1. Install Greasemonkey or Violentmonkey for your browser.
  2. Click here to install the User script.
  3. You should now see a play button next to the download button on cohdb.com πŸŽ‰

Development πŸ–₯️

Install the dependencies:

  1. Go
  2. Task
  3. Air
  4. go-bindata
  5. rsrc
  6. staticcheck

Clone the repo:

  1. git clone https://github.com/SavageCore/coh3-replay-manager-go
  2. cd coh3-replay-manager-go

Run the app with live reloading:

  1. Run task dev

Building 🚧

  1. Run task build and the app will be built to build/bin/coh3-replay-manager-go.exe

Releasing πŸš€

  1. Increment CurrentVersion in main.go
  2. Push a git tag with the new version number
  3. GitHub Action will build and release the app πŸŽ‰

About

Tray app that automatically saves your replays and allows direct download and play from https://cohdb.com/

License:MIT License


Languages

Language:Go 87.9%Language:JavaScript 12.0%Language:Shell 0.1%