A launcher for AdventureQuest Classic including some Quality of Life improvements.
Feature List:
- Automatically fetches most recent AQ version.
- Tabbed interface: load up several characters at the same time
- Multiscreen support: Open several AQ instances on the same tab
- Character page loader: Input a character ID and press "Go" to open it in new tab.
- Keyboard Shortcuts:
- F4 to clear cache
- F5 to refresh
- Ctrl+F5 to refresh and clear cache
- F11 toggle full screen
- Ctrl+Shift+I to open the Developer Console
- Menu icon for various AQ resources that open in a draggable window.
- Change the current tab's server to play on multiple servers or accounts.
Screenshots: https://imgur.com/a/QrbBoN2
npm installDo note that per the Adobe Flash Player license agreement I can't distribute it, and you are therefore required to include it yourself in the resources folder. The most recent Flash version that doesn't include the Killswitch is 32.0.0.371. The plugins should be renamed as follows:
Linux 32-bit:
libpepflashplayer_32.so
Linux 64-bit:
libpepflashplayer_64.so
Windows 32-bit:
pepflashplayer_32.dll
Windows 64-bit:
pepflashplayer_64.dll
OS X:
PepperFlashPlayer.plugin
ARM Linux:
libpepflashplayer_armv7l.so
Windows has a script to automatically build for all available platforms:
./build.bat [version]For example:
./build.bat 1.4.4Otherwise run the same command as Linux for manually building for each platform.
npm run package-[platform]
Platforms: mac, win, win64, linux, linux64, linuxarmv7l
For example, building to Windows 64-bit would be:
npm run package-win64
