网路-菜单
编辑网络菜单详细信息和颜色指南
前期准备
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.
Navigate to your folder and find this VPK file:
Origin Games\Titanfall2\vpk\
Copy these file and paste them in an empty folder somewhere else:
englishclient_frontend.bsp.pak000_dir.vpk
client_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
解包
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 ?
编辑
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.
网路创建人名字
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.
网路净值
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.
成员
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.
会员
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.
欢乐时光
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.
胜利
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.
击杀
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.
分类
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.
网路类别
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.
麦克风使用偏好
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.
可见度
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.
语言
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.
区域
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.
今日信息
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.
网路名称
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.
隐藏标签
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 !
重新打包
How to repack VPK files proprely ?
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 new crosshair!
Origin Games\Titanfall2\vpk\
Last updated
Was this helpful?