forked from bladecoding/Terraria-API
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.txt
More file actions
23 lines (19 loc) · 915 Bytes
/
README.txt
File metadata and controls
23 lines (19 loc) · 915 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
If you are compiling TerrariaAPI please do the following first.
-Set the environment variable %TERRARIA_BIN% to Terraria's install directory. (IE C:\Program Files (x86)\Steam\steamapps\common\terraria\)
-Run Terraria/compile.bat to compile Terraria.
CHANGES:
V1.3
-Enabled property added. Not currently used but best to make your plugins support it soon.
-APIVersion is now a class attribute. This will prevent any crashes due to having an outdated plugin.
-Order property added. Plugins are sorted by order before being initialized.
-Name/Version/Description/Author made virtual meaning you don't have to overide them.
Plugins keybinds:
F1 = Teleport to last player
F2 = Teleport to last location
F3 = Teleport to cursor position
F4 = Open teleport form
F5 = Show/Hide minimap
F6 = Show minimap settings form
F7 = Show trainer form
F8 = Show texture loader form
F9 = Show item editor form