Lightweight client mod for the Medal.tv desktop app. Only supports Windows as Medal haven't ported the desktop app!
Node.js
Git (Optional)
Windows 7+
Medal Desktop App
git clone https://github.com/davidcralph/Trophy
(If you don't have Git just go to Clone or download and click Download ZIP)cd Trophy
npm i
(oryarn
)npm inject
(ornode index.js inject
)- Start modding!
- Enter Trophy directory
npm uninject
(ornode index.js uninject
)- Remove Trophy directory if needed
(With Git)
- Enter Trophy directory.
git pull
npm i
(oryarn
)npm uninject
&npm inject
(ornode index.js uninject
&node index.js inject
)
(Without Git)
- Download Trophy folder and replace over old one
- Repeat steps 3-4
All files are stored in C:\Users\<User>\AppData\Local\Medal\app-4.<Version>.0\resources\app\trophy\
. JS plugins go in /plugins/ and CSS themes go in /themes/. Right click the Medal tray app and click Toggle Developer Tools to make it easier to develop!