TokenAgent
This is a java agent designed to replace the token used by the ATLauncher with one supplied by the user.
Usage:
- Change your executable to the jar from the ATLauncher Download Page
- Place the TokenAgent.jar into the same directory.
- Take script for your platform from the scripts directory, place it in this directory as well. Note, this was developed and tested on windows, I am not sure if the .sh script works, but it should be close, and prs to fix it are welcome.
- Replace the old token placeholder with the value of
CURSEFORGE_CORE_API_KEY
. Single quotes are needed to escape any $ in the token - Replace the new token placeholder with your token. You can request one from the curseforge core website or any other source, though that isn't officially supported.
- To allow powershell to run your script via double click, replace the target in the shortcut to the executable with
powershell.exe -command "& 'C:\the\path to\the\script.ps1'"
This project is is no way affiliated with ATLauncher, I just wanted a way to modify the token that didn't invovled notepad++ opening binary files.