Weapon Positioning

Position of the weapon on screen

Preparation

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_mp_common.bsp.pak000_dir.vpk

  • client_mp_common.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_mp_common.bsp.pak000_dir.vpk

How to extract VPK's properly ?

Editing

Navigate to this location in your extracted folder

\scripts\weapons

This folder contains the "config files" for the weapons. Edit those files at your own risk, if you get banned because you edit some important value don’t blame me.

Find this part of code in the file:

MP_BASE
	{

You want to add the following command in there:

"viewmodel_offset_hip" 						"x z y"

So it should look like this:

MP_BASE
	{	"viewmodel_offset_hip" 						"x z y" 

Position Values

The Standard value for each of the coordinates is "0".

A positive "X" value is going to move the gun to the right, a negative one to the left.

A positive "Z" value is going to move the gun Forwards, a negative one backwards.

A positive "Y" value is going to move the gun up, a negative one down.

Examples

Repacking

How to repack VPK files properly?

After closely following the previous link step by step:

Rename pak000_000.vpk to client_mp_common.bsp.pak000_000.vpk

Rename pak000_dir.vpk to englishclient_mp_common.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 weapon position!

Last updated