
Now save this file as MyAddOn.toc and put it in a new folder called MyAddOn. # Notes: Adds coordinates to the Minimap that tell you where you are! We're going to make an AddOn that puts Mapping Coordinates on the Minimap, so: Let's add some fields describing who the Author is and some notes to explain what the AddOn will do. You can add additional fields such as "Notes" and "Author" to further specify details regarding your AddOn. In this file, you will include the following: For this example, we'll make a file named MyAddOn.toc.

These can be added by opening your preferred text editor, and saving a new file with your AddOn name followed by. Primary elements that are required here are the interface version, the AddOn name, and the files included you wish to load (typically at least a. The TOC file is used by the World of Warcraft game engine to identify & load the elements required to run your AddOn. You can also use customized text editors specifically used for creating and compiling script languages such as LUA, which you can find a few options below.
WOW INTERFACE SIMPLE COORDS WINDOWS
Note: To create the files needed to make an AddOn, you can use a text editor as simple as the basic Notepad program supplied with almost every Windows application. But first, let's get started with some basics to make a custom AddOn that modifies the game interface. Here, you will find some very basic examples of customizing some standard User Interface elements that already exist in the base WoW User Interface. The core elements of AddOns consist of at least two primary elements, and a third optional element:ĪddOns can be as simple as modifying an already present element of the standard Blizzard WoW User Interface, or as elaborate as entirely new elements that consist of unique functions that help enhance gameplay in a variety of ways. AddOns for World of Warcraft are player-made scipts & game elements designed to enhance gameplay in some way.
