Features - AM2R-Community-Developers/AM2RLauncher GitHub Wiki
AM2R Changelog
By clicking on the Changelog
tab you'll be greeted with a full changelog page for all AM2R updates, from 1.1 up until the latest Community Update.
If you wish to see this page in your webbrowser, simply visit this link: https://am2r-community-developers.github.io/DistributionCenter/changelog
News
By clicking on the News
tab, you'll be greeted with a news site for various AM2R related things, but mostly AM2RLauncher related.
If you wish to see this page in your webbrowser, simply visit this link: https://am2r-community-developers.github.io/DistributionCenter/news
Settings
AM2RLauncher language
You can change the language in which the AM2RLauncher is displayed. The following languages are supported German
, English
, Spanish
, Italian
, French
, Portuguese
, Russian
, Japanese
, Simplified Chinese
.
You can change the langauge by going to the Settings
tab, and selecting your desired language from the language dropdown. A restart of the launcher is necessary in order for a new language to take effect.
Choosing System Language
will make the AM2RLauncher follow the language that your system is using.
Automatically update AM2R
You can choose to automatically update your AM2R copy if a new version comes out.
If you have this enabled, the launcher will check for a new version on boot. If a new version comes out, the Community Updates (Latest)
profile will be adjusted to point to the new version. The AM2RLauncher will also make a backup profile called Community Updates (X.X.X)
where X.X.X
is your outdated version.
If you have this disabled, the launcher will not check for any AM2R updates.
Automatically update the AM2RLauncher
You can choose to automatically update the AM2RLauncher if a new version comes out.
If you have this enabled, the launcher will check for a new version on boot. If a new version comes out, it will download it, and replace your current version.
If you have this disabled, the launcher will not check for any AM2RLauncher updates.
Use high quality music when patching to PC
The original 1.0 and 1.1 came with very compressed music. DoctorM64 has since released his music in higher quality under a Creative Commons license here which the Community Updates support.
If you have this option enabled, the launcher will use the high quality songs when installing a profile.
If you have this option disabled, the launcher will use the songs from the original 1.1 release when installing a profile.
This option does not have any effect for Mods with custom music.
Use high quality music when patching to Android
Exactly as use high quality music when patching to PC but for APK creation.
Create game debug logs
If this is enabled, it will launch a profile with special parameters so debug logs are created, which can be very helpful for troubleshooting. The game logs will be saved in a logs
subfolder of the profile's save directory. See here for instructions on how to open it.
If this is disabled, the game will launch as normal.
Download source
Choose if you want to download patch files from GitHub
or GitLab
. If your download speed is slow, or access to one site is blocked, consider changing it.
Use custom download mirror
If you want to use a custom download mirror for patch files, you're able to do so here. The mirror should follow the structure of our official autopatchers, and should have either a master
or main
branch.
NOTE: Do NOT use this, unless you know what you are doing!
Mod settings
Add new mod
Open profile folder
Opens the folder where the game files of the current folder are located. Useful if you quickly want to open it to i.e. put your own custom music in there.
Note for Linux: game files are stored in the .AppImage. TODO on how to extract and rebuild it
Open profile save folder
Opens the folder where the save files of the current folder are located. Useful if you quickly want to back up save files or view log files for a profile.
Update Mod
Delete Mod
Other
Change AM2RLauncher data folder
By setting the AM2RLAUNCHERDATA
environment variable to another path, you will force the AM2RLauncher to save its files to there instead.
You can change it on Windows with $env:AM2RLAUNCHERDATA="E:\myLauncherData"
in PowerShell or on Linux with export AM2RLAUNCHERDATA=/myLauncherData
.
Data files are different for each OS, you cannot mix them!