- Close the private server you're playing on first.
- Install the latest release of ffdec for your operating system.
- Download the portable launcher (the No Install Required button) for the private AQW of your choice (RedHero, RedAQ, etc.).
- Extract the portable launcher's files somewhere.
- Open ffdec.
- Ignore all the dialogs that will appear at first, then click
Open
at the top left of the ffdec window. - Find the location of where you extracted the files from
step 3
and choose theDesktop.swf
file. - Click the
+
icon on the left of thescripts
folder icon from the left side of the screen, and once it's expanded, click the+
icon from the left ofDevice
again, and finally clickAIRDesktop
from the expanded menu. - Click
Edit ActionScript
on the bottom middle of the screen and press OK. - Replace the code inside of the editor with this code:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Rules for Stylus | |
* https://addons.mozilla.org/en-US/firefox/addon/styl-us/ | |
*/ | |
/* Hide the annoying (i) button on the top-right corner */ | |
.ytp-chrome-top-buttons { | |
display: none; | |
} | |
/* Display the controls and title only on hover */ |
# Ubuntu and Debian
sudo apt update
sudo apt upgrade
sudo dpkg --add-architecture i386
sudo apt update
sudo apt install build-essential gcc-multilib g++-multilib libedit-dev lib32z1-dev lib64z1-dev git libsdl2-dev:i386 libfreetype6-dev:i386 libfontconfig1-dev:i386 libopenal-dev:i386 libjpeg-dev:i386 libpng-dev:i386 libcurl4-gnutls-dev:i386 libbz2-dev:i386 libedit-dev:i386 libopus-dev python3 python-is-python3 python3-venv
OlderNewer