Loading...
# Custom Reticles
Custom reticles allow modders to create custom reticles for each weapon, and was introduced in [TT 4.7 Update 2 (r8615)](/Downloads/#rev-8615). This guide will show you how to create your own custom reticles.
Note that this feature is provided via configuration files which are checked by the anti-cheat. You may not be able to play in servers with a custom reticles file, unless approved by the server.
## Configuration
The custom reticle configuration file is located in the `Data` folder of your game directory. The file is named `reticles.cfg`.
Each line represents the reticle for a specific weapon, and a line cannot exceed 100 characters.
### Format
`[Weapon Preset]=[Reticle Texture]=[Reticle Target Texture]`
- `Weapon Preset` is the preset name of the weapon preset.
- `Reticle Texture` is the texture file for the reticle.
- `Reticle Target Texture` is the texture file for the hit reticle.
### Example
`Weapon_Pistol_Player=reticle_pistol.dds=reticle_pistol_hit.dds`
`Weapon_MammothTank_Cannon_Player=mammoth_ret.dds=mammoth_rethit.dds`