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.
Download the latest release and run it 🚀
These are the steps:
- Install Greasemonkey or Violentmonkey for your browser.
- Click here to install the User script.
- You should now see a play button next to the download button on cohdb.com 🎉
Install the dependencies:
Clone the repo:
git clone https://github.com/SavageCore/coh3-replay-manager-go
cd coh3-replay-manager-go
Run the app with live reloading:
- Run
task dev
- Run
task build
and the app will be built tobuild/bin/coh3-replay-manager-go.exe
- Increment
CurrentVersion
inmain.go
- Push a git tag with the new version number
- GitHub Action will build and release the app 🎉