Addon API: Difference between revisions

From AAClassic
Jump to navigation Jump to search
(moving images)
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
Back to [[Custom Server Changes]]
Back to [[Custom Server Changes]]


Addons are a custom change on ArcheAge Classic to allow players to further customize their in-game UI and add other quality of life features previously not found in the original version of ArcheAge.
Addons are a custom change on ArcheAge Classic to allow players to further customize their in-game UI and add other quality of life features previously not found in the original version of ArcheAge.
Line 13: Line 12:
[[File:Addons file creation.png|left|thumb|
[[File:Addons file creation.png|left|thumb|


1. Create the "addons" folder in "Documents/AAClassic"
'''1.''' Create the '''"addons"''' folder in '''"Documents/AAClassic"'''


]]
]]
[[File:Exampleaddon.png|thumb|2. Create a text document named "addons" (underlined in red)4. Extract your downloaded addon's archive into the "addons" folder (underlined in green)|none]]
[[File:Exampleaddon.png|thumb|'''2.''' Create a text document named '''"addons"''' (underlined in red) '''4.''' Extract your downloaded addon's archive into the '''"addons"''' folder (underlined in green)|none]]
[[File:Exampleaddonsinfile.png|thumb|5. Write the name of the addon's folder into "addons.txt" |center]]
[[File:Exampleaddonsinfile.png|thumb|'''5.''' Write the name of the addon's folder into '''"addons.txt"''' |none]]If done correctly, on the character select screen there will be an "Addons" button that you can press and will show your installed addons.
 
 
 
 
 
 
 
 
 
 
If done correctly, on the character select screen there will be an "Addons" button that you can press and will show your installed addons.
 
 
 




Addon API page stub
Addon API page stub

Latest revision as of 23:08, 7 August 2024

Back to Custom Server Changes

Addons are a custom change on ArcheAge Classic to allow players to further customize their in-game UI and add other quality of life features previously not found in the original version of ArcheAge.

Creating an Addon Folder And Installing an Addon

  1. Create a folder titled "addons" in "Documents/AAClassic"
  2. Create a file named "addons.txt" in the "addons" folder.
  3. Download an addon you'd like to use.
  4. Extract the addon's archive into the "addons" folder.
  5. Write the name of the addon's folder into "addons.txt"
1. Create the "addons" folder in "Documents/AAClassic"
2. Create a text document named "addons" (underlined in red) 4. Extract your downloaded addon's archive into the "addons" folder (underlined in green)
5. Write the name of the addon's folder into "addons.txt"

If done correctly, on the character select screen there will be an "Addons" button that you can press and will show your installed addons.


Addon API page stub