Skip to content

lemba23/ClassicAddonManager

 
 

Repository files navigation

Classic Wow Addon Manager

This is a WIP addon manager for classic wow which manages addons allowing for easy updates from projects stored on Curseforge, Github and WowInterface. THIS IS ONLY FOR WINDOWS!

Classic Addon Manager

Getting Started

This section will explain how to setup the program.

For a video explaining everything (quite a bit outdated now):

https://www.youtube.com/watch?v=06WbVES4ZuU

Prerequisites

With the new standalone version, Java comes bundled with it. You therefore don't need to have anything else installed!

Running the program

To start, simply double click the 'Classic Addon Manager.exe' file included in the .zip file.

    Classic Addon Manager.exe

Optionally you can also start the jar file manually through the command line, but this is HIGHLY discouraged.

    java --illegal-access=deny -jar ClassicAddonManager.jar

The first time you run the program it will ask for your the path to your WoW classic 'wow.exe' installation path. Simply navigate to the location of your wow.exe file. e.g.

    C:\Program Files (x86)\World of Warcraft\_classic_

Setting Up Path

Browsing To exe

Updating to newer versions

As of version 0.35 the addon manager features an auto-update feature. Each time the manager is launched it will look for an update and inform you if a new one is available. The auto-updater will download and install the update for you.

Updating Automatically

Updating Process

You can also choose to update manually (less recommended)

To update manually:

a.) extract the .zip file of the newest release and overwrite the contents or

b.) Download the ClassicAddonManager.jar file and past it into the system folder, overwriting when prompted.

Option B is a substantially smaller download, and can be recommended over option a for manual updates.

IMPORTANT:

If you choose to update manually, make sure you 'data' folder is present. This folder contains all the manager's information about your managed addons.

Changing WoW installation folder

To change installation folder, simply press the 'File' menu at the top of the screen and select 'setup'.

Please make sure to update your installation folder in the addon as is necessary. Failing to do so will cause issues.

Adding a new addon

Simply type in the url in the box at the bottom of the screen and press add. If the addon is a Github addon you will additionally need to specify whether the addon uses Github Releases or if you need to download a specific branch. For more on this, see the subsection on Github addons.

NOTE: An addon is not downloaded when you add it, it will automatically be downloaded the next time you press the button to update your addons.

Add-addon

Github Addons

Github addons require you to specify wheter the author wants you to download his/her "releases" or if you need to just download a specific branch. Usually the author will specify, but checking the github page and looking at the number of releases can usually tell you which to use. If the author has 0 releases than you will need to download a branch, however if the author instead has 56 releases than expect to use releases. To specify that the addon uses releases, check the little box saying 'Use releases', to use a branch, simply leave it unchecked and click add like you would any other addon. The manager will then display a pop-up showing the different branches available, and you will then need to pick the appropriate branch. To know which branch to use, you can usually find this out either through the github readme of the addon, the name of the branch (say there is a branch called 'classic' then that's pretty obvious). If you are ever in doubt, using the branch called 'master' (if there is one) is the safest bet.

Choosing branch

Updating the addons

Downloading addon updates

To update the addons, simply press the 'update addons' button and the manager will check each managed addon for updates and if there are any available it will download and install them.

How to support

If you like the program consider telling your friends about it!

If you feel that still isn't enough...

I would never expect anyone to pay for this program, but as I have gotten requests to make it possible to donate to the project I have created a patreon where people who wish to make a donation may do so. This is NEVER expected, but I definetly appreciate it. Patreon

Built With

About

An addon manager for classic wow

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%