Whats new and Spotlight
Removing the whats new and spotlight sections for a cleaner menu
Last updated
Removing the whats new and spotlight sections for a cleaner menu
Last updated
You will need the:
Up in the top right hand corner there is a UI element showing off the new elements of the game. The assets for the UI element are located in the games rpack files which we dont have access to, however we can remove it since the game is no longer receiving updates.
To remove the UI element you will need to unpack englishclient_frontend.bsp.pak000_dir.vpk
and edit the file \resource\ui\menus\panels\mainmenu.res
.
Find the WhatsNew
section in the file:
Set visible to 0:
You can now repack your VPK and you will no longer see the Whats New UI element.
On the right side of the screen you will 3 UI elements grouped together:
News - Frontier News Network: Operation Endeavor
Rendy Gaming fires away in his Kraber G100 Montage.
Check out the latest weapon skins
To remove these elements you will need to unpack englishclient_frontend.bsp.pak000_dir.vpk
and edit the file \resource\ui\menus\panels\spotlight.res
.
There are 3 sections in this file:
SpotlightLarge
SpotlightSmall0
SpotlightSmall1
To hide each section set visible
to 0
You can now repack your VPK and you will no longer see the Spotlight elements.