Details of Achievements Mod


Display Name
Achievements Mod
Name
AchievementsMod
Version
v1.0.1
Author
Quethed
File
Download 29.7 KB Sync now ( Origin, Mirror 1, Mirror 7, Mirror 8, Mirror 9, Mirror 10)
Last Updated
2 years ago
Description
Allows mod authors to add achievements to terraria.

How to expand:
use ModLoader.GetMod("AchievementsMod")?.Call(...) to use.

Parameters for Call()
First value is the key and that defines the rest.

key = "UnlockAchievement"
usage = ("UnlockAchievement", string mod, string internalName)
This will unlock the specified achievement.

key = "UnlockSecretAchievement"
usage = ("UnlockSecretAchievement", string internalName, string name, string description, string texture, Mod mod)
This will register and unlock a new achievement.

key = "PreventUnlock"
usage = ("PreventUnlock")
This will prevent any achievement from unlocking during this loaded session. Use when cheat mods are on.

key = "AddAchievement"
usage = ("AddAchievement", string internalName, string name, string description, string texture, Mod mod)
This will register a new achievement. Make the internal name permanant.

-- V1.0.1 --

Removed debug chat messages.

-- V1.0 --
Initial Release
tModLoader Version
v0.11.8.4
Localizer Package
Localizer Package
Mod Side
Both
Downloads
2509
Hot
4
Edit | Back to List