Addons: Difference between revisions

From AAClassic
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 1: Line 1:
Addons are small mods made to the game's UI, creating new ways of displaying information or giving utility to players.
Addons are small mods made to the game's UI, creating new ways of displaying information or giving utility to players.


=== Installing Addons ===
== Installing Addons ==


==== Recommended: Addon Manager ====
=== Recommended: Addon Manager ===
The best way to install addons is to use the Addon Manager created by Sami.
The best way to install addons is to use the Addon Manager created by Sami.


Line 10: Line 10:
By downloading "classic-addon-manager.exe". When you open it, you'll be able to browse addons and install them at the click of a button!
By downloading "classic-addon-manager.exe". When you open it, you'll be able to browse addons and install them at the click of a button!


==== Installing manually ====
=== Installing manually ===
You can also install addons manually by downloading the source code of an addon. You can then extract the source code into a folder located in Documents/AAClassic/Addon/...
You can also install addons manually by downloading the source code of an addon. You can then extract the source code into a folder located in Documents/AAClassic/Addon/...


Then, in your addons.txt file, write the name of the folder so that the game knows about it!
Then, in your addons.txt file, write the name of the folder so that the game knows about it!


 
== Creating Addons ==
=== Creating Addons ===
More documentation will be given soon about how to create your own addons. In the meantime, check on Discord as some examples are there!
More documentation will be given soon about how to create your own addons. In the meantime, check on Discord as some examples are there!

Latest revision as of 20:07, 13 November 2024

Addons are small mods made to the game's UI, creating new ways of displaying information or giving utility to players.

Installing Addons

Recommended: Addon Manager

The best way to install addons is to use the Addon Manager created by Sami.

You can download it on Github here: https://github.com/classic-addon-manager/classic-addon-manager/releases

By downloading "classic-addon-manager.exe". When you open it, you'll be able to browse addons and install them at the click of a button!

Installing manually

You can also install addons manually by downloading the source code of an addon. You can then extract the source code into a folder located in Documents/AAClassic/Addon/...

Then, in your addons.txt file, write the name of the folder so that the game knows about it!

Creating Addons

More documentation will be given soon about how to create your own addons. In the meantime, check on Discord as some examples are there!