# Remove Sun Flares

## 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_frontend.bsp.pak000_dir.vpk`
* `client_frontend.bsp.pak000_000.vpk`

For the next step you'll need the [Titanfall VPK Tool](https://noskill.gitbook.io/titanfall2/how-to-start-modding/modding-tools), a program which allows you to open and repack Titanfall VPK files.

## Unpacking <a href="#unpacking" id="unpacking"></a>

Now that these files have been backed up, navigate to your game folder and open this file:

> Titanfall2\vpk\englishclient\_frontend.bsp.pak000\_dir.vpk

​[How to extract VPK files properly?](https://noskill.gitbook.io/titanfall2/how-to-start-modding/how-to-backup-extract-and-repack)

## Editing

Sun flares are blinding and they don't really add much to the game when they are this pronounced.

![](/files/-M_b1glvpHzoJCTYlyAF)

It also occurs on Relic, Rise, and Exoplanet, to name a few.

To remove the sun flares, once you have extracted the frontend vpk, navigate to the `\particles` folder, and delete the following files:

`env_sun_red_dwarf.pcf`

`env_sun_haven.pcf`

`env_sun.pcf`

After you repack the vpk, you should be able to see without getting blinded.

![](/files/-M_b5jU2vnVzXwl_2BST)

## Repacking <a href="#repacking" id="repacking"></a>

​[How to repack VPK files properly?](https://noskill.gitbook.io/titanfall2/how-to-start-modding/how-to-backup-extract-and-repack)​

After following the step by step in 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 the renamed files back into your game directory, and you will be able to see your results!


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://noskill.gitbook.io/titanfall2/modding/misc/remove-sun-flares.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
