DayZ
Not enough ratings
Custom News Feed (UpgradedMainMenu+ Modification)
   
Award
Favorite
Favorited
Unfavorite
Type: Mod
File Size
Posted
Updated
689.768 KB
7 Nov, 2019 @ 9:46am
7 Nov, 2019 @ 9:47am
2 Change Notes ( view )

Subscribe to download
Custom News Feed (UpgradedMainMenu+ Modification)

Description
Adds a News Feed and Twitter button to main menu (Editable Text and Images)
This was formed using UpgradedMainMenu+ as a base (I was give permission by the mod maker of UpgradedMainMenu+ to upload this to the workshop.)

Descroption/Instructions Similar to UpgradedMainMenu+, Though some extra steps required to edit News Feed text.

Instructions:
1. First off all run the game with this mod loaded only and see how it works. I placed my own pictures, ip and links for examples and your test
2. open mod containt folder and open MainMenu.c and main_menu.layout with any text editor
3. find the comments ("//" symbols) placed in files and do what they say
4. Use .paa or .edds files maked in TexView DayzTools to customize pictures and logo
5. pack mainmenu folder into .pbo file and include in your mod

To Edit News Feed Text: Go into main_menu.layout and search for the default text (viewable by loading the mod by itself and viewing news feed in main menu)
To Edit Links: All Links are stored in MainMenu.c

I may release a standalone version without the upgraded main menu if there are requests for it.

Usage & Terms
1. All kinds of usage are allowed exept re-uploading the same mod in Workshop and p1.1
1.1. Usage of content is strictly forbidden for "expandables" dayz project and any kind of their derivative servers
16 Comments
ChillZ 2 Aug @ 12:46pm 
Почему когда я нажимаю на кнопку discord, то у меня открывается вредоносный сайт?
RJ MacReady 15 May @ 11:13am 
лайк из 2х модов все таки одно я смог сделать менюю
iamandy 11 Oct, 2024 @ 7:55am 
Anyone having problems paa shows as white boxes in menu? Any solution to this if you have please help
DeadShot 6 Feb, 2023 @ 11:03am 
is there a way to have 2 play buttons for 2 servers ?
Apocalyptos 16 Jan, 2022 @ 7:25am 
@423665529

In "MainMenu.c" of "Custom News Feed (UpgradedMainMenu+ Modification)".

Find in line 63 to 69:
if( button == MouseState.LEFT )
{
if ( w == m_CustomizeCharacter )
{
OpenMenuCustomizeCharacter();
return true;
}


Replace by:
if( button == MouseState.LEFT )
{
if( w == m_Play )
{
//ConnectFromServerBrowser is the dayz function allows to connect any server
m_LastFocusedButton = m_Play;
g_Game.ConnectFromServerBrowser( "YOUR_IP_SERVER_HERE", YOUR_PORT, "" ); // place YOUR IP and Port here
return true;
}

else if ( w == m_CustomizeCharacter )
{
OpenMenuCustomizeCharacter();
return true;
}


Good Luck!
423665529 4 Jun, 2021 @ 10:27am 
My friend, I can't access my server by clicking play. How can I set the specified access to that server? Thank you
Finesse 10 Dec, 2020 @ 6:35am 
You should totally do just a news feed
Seven 4 Jun, 2020 @ 12:42am 
To add a mod to music and boot screen?
El Wahrani 19 May, 2020 @ 3:15am 
@accepte my invit in pls i need help
Modern  [author] 18 May, 2020 @ 8:54pm 
I will soon make an updated one with optional buttons.