-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathaddoninfo.txt
18 lines (16 loc) · 1.44 KB
/
addoninfo.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// The addoninfo.txt file is a metadata file that is required by all Source Engine Add-ons.
"AddonInfo"
{
addonSteamAppID 816 // 816 is the app ID for Dota2 Staging
addonID 1893 // Unique ID for this addon
addontitle "Dota 2 Clarity" // Add-on title that shows up in Add-ons list. ~20 chars max
addonversion 0.1 // Version number of add-on version of the form <major>.<minor>
addontagline "Tutorials and Aliases" // Add-on tagline or wrap-up- a short description. ~100 chars max
addonauthor "iheartdisraptor" // Name/alias of the author
addonSteamGroupName "" // (Optional) Steam group related to the add-on. We use this to construct a URL to the group page.
addonauthorSteamID "STEAM_0:0:10739233" // (Optional) Steam ID of author. We use this to construct a URL to the author's page.
addonContent_Campaign 0 // This addon provides muliple connected maps with a finale
addonURL0 "http://www.valvesoftware.com/" // An html home page for the add-on that includes a download link.
// short description that appears in the Add-on list screen...
addonDescription "Custom tutorials (training missions) and autoexec configuration for Dota 2"
}