


This is a mod for Titanfall 2's Northstar Client that allows you to modify any weapons's crosshair.
I'll add more weapon types over time until I've got everything covered.
This mod is compatible with:
1: Download the latest release From the Release Page
2: Extract the zip file and more the folder "Mysterious.Crosshairs" to
~/Titanfall2/R2Northstar/mods/

1: Go to /Mysterious.Crosshairs/keyvalues/scripts/weapons/mp_weapon_[desired weapon].txt
2: you'll see something that looks like this:
WeaponData
{
RUI_CrosshairData
{
Crosshair_1
{
"ui" "ui/crosshair_alternator" //This is the part you want to change
}
}
}
3: change "ui/crosshair_alternator" to your desired crosshair NOTE: Sometimes it helps to remove //comments
It is possible to combine crosshairs by modifying the mp_weapon_[Desired Weapons].txt
WeaponData
{
active_crosshair_count "2" //Amount of crosshairs you want to use
RUI_CrosshairData
{
Crosshair_1 //Crosshair 1 Start
{
"ui" "ui/crosshair_alternator" //First Crosshair
} //Crosshair 1 End
Crosshair_2 //Crosshair 2 Start
{
"ui" "ui/crosshair_tri" //Second Crosshair
} //Crosshair 2 End
}
}
//The sections can be repeated to add more Crosshairs
//This example will combine the Alternator and R201 crosshairs into one, Like the image below

//Limit seems to be 4 crosshairs
WeaponData
{
RUI_CrosshairData
{
Crosshair_1
{
"ui" "ui/crosshair_sniper_amped" //This means NO crosshair
}
}
}
These are the available crosshairs in game, along with their in-game reference:

Crosshairs taken from the modding guide on https://noskill.gitbook.io/titanfall2/
In Theory, any RUI can work, just don't ask me where to find them


All weapons that make use of special crosshairs have their defaults in place, But there is nothing preventing you from modifying them, all the files are there.
Keep in mind that some weapons have animated or dynamic crosshairs. Weapons like the Charge Rifle, Cold Wae, Frag Grenade, etc... have specially animated crosshairs. which can cause weirdness or jank when used on other weapons or when using other crosshairs on them.
Thank you to Cpone#0001 from the Northstar Discord for helping me figure this out
Any Issues? Create an issue, or message me on Discord Mysterious#7899
More info can be found HERE