Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 879 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 879 Bytes

Duelyst Previous Challenges Script

Script that adds a button for playing previous daily challenges. No, you don't get gold for playing a challenge that you missed.
Screenshot

Usage

Use script by running this line of javascript:

$.getScript('https://penguintoast.github.io/duelyst-previous-challenges/dist/duelyst-previous-challenges.js')

You can either paste the above line into the DevTools console, or add it to the end of duelyst.js.

DevTools

Open with ctrl+shift+i or cmd+opt+i in client, f12 in browser, then paste code into console and hit enter.

duelyst.js

Windows: C:\Users\<username>\.counterplay\duelyst\<some_version>\resources\app\src
Mac: ~/.counterplay/duelyst/<some_version>/Duelyst.app/Contents/Resources/app/src
You'll need to paste the line in again every time Duelyst is updated.