.mdl
file to modify the weapon skin to use a custom skin, and applying a custom skin using .vtf
and .vmt
files.Origin Games\Titanfall2\vpk\
Steam\steamapps\common\Titanfall2\vpk\
englishclient_mp_common.bsp.pak000_dir.vpk
client_mp_common.bsp.pak000_000.vpk
client_mp_common.bsp.pak000_228
if you have used RSPNVPK for mods before.\Titanfall2\vpk\englishclient_mp_common.bsp.pak000_dir.vpk
\models\weapons\
folder, and then to the folder of the gun you want to edit. .vpk
extension), and replicating the file path that leads to the .mdl
files. That is:\englishclient_mp_common.bsp.pak000_dir\models\weapons\<gun name>
.mdl
files to\englishclient_mp_common.bsp.pak000_dir\models\weapons\car101
skin31
. If nothing shows up, then search for skin_31
. This is part of one of the paths that you can edit to change the skins. The 2 paths for the 2 skins are .models\WeaponsR2\<gun name>\<gun name>
and .models\WeaponsR2\<gun name>\<gun name>_skin31
/ .models\WeaponsR2\<gun name>\<gun name>_skin_31
\<gun name>
replaces the path used for the factory (default) skin, and \<gun name>_skin31
will replace the path for all of the non-paid skins. .models\Weapons_R2\car_smg\CAR_smg
to .models\weapons_r2\car_lmg\car_lmg
. The new path can be whatever you want though..mdl.bak
extension file. You can go ahead and delete the .mdl.bak
file, as it's just the previous version .mdl
.englishclient_mp_common.bsp.pak000_dir\materials\models\weapons_r2\<edited gun name>
.englishclient_mp_common.bsp.pak000_dir\materials\models\weapons_r2\car_lmg
..vtf
file(s) of your choice in the weapon folder (\car_lmg
). .vtf
we will be using for an example is the Not Your Savior skin:.vtf
and applies it to the models. In the folder with your VTF, create a blank text document and name it the last string in the path that you edited with the .vmt
extension:skin31
or prime
paths, your .vmt
file will have to be the same number of characters. For ease of use, just use the name of the path (example .vmt
name: car_lmg_skin_31.vmt).
.vtf
) is applied to the model. Open the .vmt
file in a text editor and copy the code below, replacing the values inside of <>
, and not using the .vtf
extension:.mdl
files and the .vmt
and .vtf
files, your folder on your desktop should look like this:englishclient_mp_common.bsp.pak000_dir.vpk
from your game directory into the RSPNVPK directory:englishclient_mp_common.bsp.pak000_dir.vpk
onto the RSPNVPK.exe
. It should bring up a command prompt. Press ENTER
to start, and ENTER
when RSPNVPK tells you it is finished.englishclient_mp_common.bsp.pak000_dir.vpk
and client_mp_common.bsp.pak000_228.vpk
into your Titanfall2/vpk
game directory and you should be done!