Tree Of Savior Add Ons

Contribute to eunsoogi/tos-addons development by creating an account on GitHub. Tree of Savior Database - EXP tables. Maps; Items; NPCs; Quests; Skills; Attributes; Misc; Planner.

Search bandcamp

Tree of Savior Addon ManagerTree of Savior Addon Manager is an application that allows you to easily find and download addons and keep them up to date. This does all of the work for you so you can simply worry about playing the game. Download / InstallGrab the, extract it, and run AddonManager.exe.

FAQ. Why does this exist?The previous runs on Electron, which is rather slow and big.To preserve sanity of users we decided to bring the manager to C# and rebuild it from the ground up. Source InformationThis uses VS2017 please don't PR for newer versions.All packages are the right version for the lowest possible NET library (4.5) Submitting Addons IToSMake a pull request to in order to update managers.json to point to your addon repository.

Tree of Savior Addon Manager is an application that allows you to easily find and download addons and keep them up to date. This does all of the work for you so you can simply worry about playing the game.

Grab the latest release, extract it, and run AddonManager.exe.

  • Why does this exist?

The previous Addon Manager runs on Electron, which is rather slow and big.
To preserve sanity of users we decided to bring the manager to C# and rebuild it from the ground up.

  • Source Information

This uses VS2017 please don't PR for newer versions.
All packages are the right version for the lowest possible NET library (4.5)

IToS

Make a pull request to JToSAddon/Addons/tree/itos in order to update managers.json to point to your addon repository. Example:

Then, in your own repository where your addon lives, create an addons.json file that describes your packages.

tosversion: Date when you release your addon. Format: yearmonthday. Must be the same as the one in broken-addons.json or newer. Can be left out when you don't want date check to occur.

name: The name of your addon. This can be anything you want.

releaseTag: The tag name of your release.

fileVersion: The version of your addon. All fileVersions need to follow semantic versions in order for updates to be processed properly.

file: The filename of your addon in the release, minus the extension. This should never change once submitted.

extension: The extension of your addon in the release. For now, only ipf is supported.

unicode: The unicode character you want to use in your downloaded addon filename.

Addon

description: A detailed description of your addon.

tags: A list of keywords that describes what your addon is for searching.

JToS

Make a pull request to JToSAddon/Addons in order to update managers.json to point to your addon repository.