A developer toolkit for interacting with and modifying the TERA game client.
Novadrop provides a collection of libraries, tools, and documentation for modifying the TERA game client.
Development of TERA stopped on April 20, 2022. Official game servers shut down on June 30 in the same year. Some of the knowledge and functionality provided by Novadrop was previously held in relative secrecy by a small portion of the game's third-party modding community for the sake of preserving game integrity. With the game effectively defunct, Novadrop now enables the game's community to freely analyze and modify the client, e.g. for the purposes of creating unofficial server emulators.
This project offers the following packages:
To install a tool package in a project, run dotnet tool install <name>
. To
install it globally, also pass -g
.
To install a library package, run dotnet add package <name>
.
For more information, please visit the project home page.
This project is licensed under the terms found in
LICENSE-0BSD
.