Network - Menus
Guide to edit network menus details and color
Preparation
In this guide you will have to edit res files. You can use text editor for that such as Atom, NotePad++, VIM and many other ones would work fine.
Locate your game folder and find this folder if you are on Origin:
Origin Games\Titanfall2\vpk\
Or this folder if you are on Steam:
Steam\steamapps\common\Titanfall2\vpk\
Copy these files and paste them in a backup folder somewhere else:
englishclient_frontend.bsp.pak000_dir.vpkclient_frontend.bsp.pak000_000.vpk
You will need the Titanfall VPK Tool, the program which will allow you to open and repack Titanfall VPK files. Here​
Unpacking
Now that these files have been backed up and everything installed. Navigate to your game folder and open this file:
Origin Games\Titanfall2\vpk\englishclient_frontend.bsp.pak000_dir.vpk
​How to extract VPK's properly?​
Editing
To edit the Network menu interface text color, go to this location
resource\ui\menus\panels
Open the file community_info.res
To make edit easier, down bellow a list of code block to the right value you want to edit. To edit color, edit the string fgcolor_override "x x x x". The 3 first value are RGB and the 4th one is the opacity. In some code block, mostly what we will call "value" (value, is the result in menus) you won't find this string fgcolor_override "x x x x". Just add it inside the bracket with the RGB + opacity code you want.
Is possible to hide some labels by editing this string visible 1 to 0. The labels where you edit it will be hidden but other labels won't fit empty place. You will need to edit both those values wide & tall for that.
Creator name
Find the following code block
Creator label
Creator value (name)
You can edit this string fgcolor_override "87 151 219 128". The 3 first value are RGB and the 4th one is the opacity.
Net Worth
Find the following code block
Net worth label
Net worth value
You can edit this string fgcolor_override "x x x x". The 3 first value are RGB and the 4th one is the opacity.
Members
Find the following code block
Members label
Members value
You can edit this string fgcolor_override "x x x x". The 3 first value are RGB and the 4th one is the opacity.
Membership
Find the following code block
Membership label
Membership value
You can edit this string fgcolor_override "x x x x". The 3 first value are RGB and the 4th one is the opacity.
Happy hour
Find the following code block
Happy hour label
Happy hour value
You can edit this string fgcolor_override "x x x x". The 3 first value are RGB and the 4th one is the opacity.
Wins
Find the following code block
Wins label
Wins value
You can edit this string fgcolor_override "x x x x". The 3 first value are RGB and the 4th one is the opacity.
Kills
Find the following code block
Kills label
Kills value
You can edit this string fgcolor_override "x x x x". The 3 first value are RGB and the 4th one is the opacity.
Attitude
Find the following code block
Attitude label
Attitude value
You can edit this string fgcolor_override "x x x x". The 3 first value are RGB and the 4th one is the opacity.
Category
Find the following code block
Category label
Category value
You can edit this string fgcolor_override "x x x x". The 3 first value are RGB and the 4th one is the opacity.
Mics Policy
Find the following code block
Mics policy label
Mics policy value
You can edit this string fgcolor_override "x x x x". The 3 first value are RGB and the 4th one is the opacity.
Visibility
Find the following code block
Visibility label
Visibility value
You can edit this string fgcolor_override "x x x x". The 3 first value are RGB and the 4th one is the opacity.
Languages
Find the following code block
Languagues label
Languages value
You can edit this string fgcolor_override "x x x x". The 3 first value are RGB and the 4th one is the opacity.
Regions
Find the following code block
Regions label
Regions value
You can edit this string fgcolor_override "x x x x". The 3 first value are RGB and the 4th one is the opacity.
Message of the day
Find the following code block
Message of the day label
Message of the day value
You can edit this string fgcolor_override "x x x x". The 3 first value are RGB and the 4th one is the opacity.
Title
Find the following code block
Title label
Title value
For now, this isn't the right ones. They are only supposition, any information about this label would be welcome ! You can edit this string fgcolor_override "x x x x". The 3 first value are RGB and the 4th one is the opacity.
Hidden label
At the end of this file, we can see 2 hidden labels which contain death (opposite of kills) and losses (opposite of wins).
For now, set the value *visible 1*show it, but both those stats show 0, I guess there is no server track on this stats. They are also by default at the same place then label "Wins" & "Kills", need the right wide & tall value in labels. Any information would be welcome !
Repacking
​How to repack VPK files properly?​
After following step by step the previous link
Rename pak000_000.vpk to client_frontend.bsp.pak000_000.vpk
Rename pak000_dir.vpk to englishclient_frontend.bsp.pak000_dir.vpk
Place both of the renamed files back into your game directory and then launch Titanfall 2. You should be able to see your changes!
Last updated
Was this helpful?

