You are viewing a potentially older version of this package. View all versions.
MysteriousRSA-MysteriousCrosshairs-1.2.4 icon

MysteriousCrosshairs

Custom Crosshairs

Date uploaded 4 years ago
Version 1.2.4
Download link MysteriousRSA-MysteriousCrosshairs-1.2.4.zip
Downloads 277
Dependency string MysteriousRSA-MysteriousCrosshairs-1.2.4

README

Mysterious.Crosshairs

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.

INSTRUCTIONS

INSTALLATION:

This mod is compatible with:

NorthstarModManager And Viper

Manual Installation:

1: Download the latest release From the Release Page

2: Extract the zip file and more the folder "Mysterious.Crosshairs" to ~/Titanfall2/R2Northstar/mods/ location

How To Modify Crosshairs:

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

Overlapping Crosshairs

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 triandaltCH

//Limit seems to be 4 crosshairs

No Crosshair?

WeaponData
{   
    RUI_CrosshairData
    {
        Crosshair_1 
        {
            "ui"                        "ui/crosshair_sniper_amped" //This means NO crosshair
        }
    }
}

Crosshair Index:

These are the available crosshairs in game, along with their in-game reference:

Crosshair examples

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

Examples

CH1 CH2

Something Cursed...

cursed

Extra Info

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