-
Notifications
You must be signed in to change notification settings - Fork 20
/
messages.json
26 lines (26 loc) · 1.09 KB
/
messages.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"notices": [
{
"Enabled": false,
"Id": "",
"Type": "MessageBoxNotice",
"Trigger": 2,
"TriggerOnDownload": false,
"Details": {
"Title": "Chat2.gpk update",
"Content": "Consider updating S1UI_Chat2.gpk mod if you're using it for Toolbox interaction, along with tcc-stub. These updates are automatic if you're using TCC in Toolbox mode."
}
},
{
"Enabled": false,
"Id": "",
"Type": "MessageBoxNotice",
"Trigger": 0,
"TriggerOnDownload": false,
"Details": {
"Title": "TERA 64bit update",
"Content": "64bit update will bring big structural changes in the game client, with the result of breaking gpk mods like tcc-chat-link and UI-Removers. Because of this, some TCC functionalities will be limited (eg. Game-driven clickthru mode, automatic detection of ingame chat being open, etc). Some other functionalities, like TCC LFG, will remain untouched, but will probably cause annoying behaviors (like ingame windows popping up when not requested) due to missing UI-Removers."
}
}
]
}