Skip to content

Dopingus/Addon-Tutorial

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Addon Tutorial

Clone this to your Tree of Savior directory. When the game loads, you should see a message on every fps update.

You can edit data/addon_d/helloaddon/helloaddon.lua and reload it while in game. Open the developer console and use this command to reload it:

dofile("../data/addon_d/helloaddon/helloaddon.lua");

When you're ready to package it up as a standalone ipf, package the following together:

data/addon_d/helloaddon/helloaddon.lua helloaddon/addon_d.ipf/helloaddon/helloaddon.xml

These two files should go in the same ipf and the structure should look the same as it does in the helloaddon folder.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 100.0%