23 m_DLDLC =
m_Root.FindAnyWidget(
"downloaddlc");
24 m_Discord =
m_Root.FindAnyWidget(
"discord");
25 m_Feedback =
m_Root.FindAnyWidget(
"feedback_tracker");
26 m_DayZForum =
m_Root.FindAnyWidget(
"dayz_forums");
27 m_Twitter =
m_Root.FindAnyWidget(
"twitter");
28 m_Youtube =
m_Root.FindAnyWidget(
"youtube");
45 m_MainText1.SetText(
"#layout_mainmenu_newsfeed_sgz_title_1");
47 m_MainText2.SetText(
"#layout_mainmenu_newsfeed_sgz_title_2");
49 m_MainText3.SetText(
"#layout_mainmenu_newsfeed_sgz_title_3");
51 m_SecText1.SetText(
"#layout_mainmenu_newsfeed_sgz_text_1");
53 m_SecText2.SetText(
"#layout_mainmenu_newsfeed_sgz_text_2");
55 m_SecText3.SetText(
"#layout_mainmenu_newsfeed_sgz_text_3");
66 GetGame().OpenURL(
"https://store.steampowered.com/app/830660/Survivor_GameZ/");
71 GetGame().OpenURL(
"https://discord.gg/bXkyMNm");
76 GetGame().OpenURL(
"https://feedback.bistudio.com/tag/dayz");
81 GetGame().OpenURL(
"https://forums.dayz.com");
86 GetGame().OpenURL(
"https://twitter.com/DayZ");
91 GetGame().OpenURL(
"https://www.youtube.com/user/DayZDevTeam");
103 else if (
w == m_Discord)
108 else if (
w == m_Feedback)
113 else if (
w == m_DayZForum)
118 else if (
w == m_Twitter)
123 else if (
w == m_Youtube)
175 return (
w == m_DLDLC ||
w == m_Discord ||
w == m_Feedback ||
w == m_DayZForum ||
w == m_Twitter ||
w == m_Youtube);
195 text.SetColor(
ARGB(255, 255, 0, 0));
209 button.SetTextColor(
ARGB(255, 255, 255, 255));
218 text.SetColor(
ARGB(255, 255, 255, 255));
221 text2.SetColor(
ARGB(255, 255, 255, 255));
224 image.SetColor(
ARGB(255, 255, 255, 255));
proto native CGame GetGame()
int ARGB(int a, int r, int g, int b)