NOTE: Currently in development.
A Windows desktop application (based on Potato Launcher) to manage things on Fortnite STW.
Most STW players can agree that most of us reach a point where we start using alts to progress even more in the game. Training, doing vbucks on alts, preparing missions... And we end up using discord bots to make our life's easier, leaving missions earlier, and claiming chests on loading screens. The main purpose of the launcher is to have all this features in the same place, storing all the information locally. Have to give some credits to Fresh and Kuda for giving me ideas and their opinion during the development, and then obviously credits to me (Ciensprog) as I'm developing the entirety of Aerial alone.
I must clarify that I am a hispanic player and given how large many communities can be, I have realised that there are many projects but few are developed by hispanic players and that's kinda lame.
There are Discord bots that can facilitate many things, for utilities and account administration and that is cool, I was very interested in the idea of creating something similar and sharing with my friends. There was already an open source application (Potato Launcher) to manage STW accounts, but as everyone can agree now, its really outdated. My main idea when I started developing Aerial was to remake a new Potato-Launcher but with all the new implementations that we've had along the years, such as kalp, ca, autokick, hl, bulk operations... And all the premium features that discord bot owners put behind a pay-wall.
As a Software Developer I felt motivated to develop an Open-Source project that serves the community and the grinders in a daily basis.
But what does it mean that this project is Open-Source? It is very simple, to ensure that no one thinks or defames the project as a virus, the hole source of every version of Aerial-Launcher will remain open to the public. Everyone can go and look through the source code and check if there's anything malicious in it.
accounts.json
from Potato LauncherYou can download the latest release (Aerial.Launcher-x.x.x.Setup.exe) from releases page.
Since this application is not code signed, when you try to install you will see a blue (or another color/style) dialog modal to confirm if you want to proceed, it only happens the first time you install.
This folder is being using to save any settings C:UsersYOUR_USERAppDataRoamingaerial-launcher-data
inside this folder you can find an accounts.json
file with all your accounts previously added.
accounts.json
from Potato LauncherIf you are using Potato Launcher you can use your existing accounts.json
file with Aerial Launcher. You can synchronize doing this:
Remember replace YOUR_USER text with your user.
accounts.json
file from C:UsersYOUR_USERAppDataRoaminga.bakedpotatofnappv2
folder.C:UsersYOUR_USERAppDataRoamingaerial-launcher-data
folder and paste accounts.json
file.When a new version is available, you will see a notification in the home section with a link to the project repository release page.
Note: new features are still in development.
From the selected account, you will be redirected to your account settings on the Epic Games website.
By default, the directory C:Program FilesEpic GamesFortniteFortniteGameBinariesWin64
is used but it can be changed in settings.
Sometimes you could need a specific display name for identifying an account. If you want, you can change the current display name with a custom name.
Note: this only applies visually to the launcher accounts.
You can add new accounts using any of these methods:
You can remove any account previously added.
If you want, you can launch game using "Launch Game" button, this open Fortnite Game using account selected.
Once the accounts have been added, you will be able to generate an Exchange Code for the selected account. From the same place to add account using the Exchange Code method.
You can access the FortniteDB profile of the selected account.
git clone https://github.com/YOUR_USERNAME/Aerial-Launcher.git
git checkout -b new-feature
. Note: replace new-feature text if you want.git add .
git commit 'my new feature'
git push origin new-feature
Alternatively, you can create an issue for reporting any bugs that you find.
Important