Page 1 of 1

Change the Reticle Color

Posted: Sat Oct 28, 2017 12:48 pm
by Pulaski
Open the options.xml (Notepad++) found in the Ghost Recon folder.

Find the following 3 lines:

Code: Select all

	<ReticuleColorR>255</ReticuleColorR>
	<ReticuleColorG>214</ReticuleColorG>
	<ReticuleColorB>17</ReticuleColorB>
Using the following site to find a color you like: https://web.njit.edu/~walsh/rgb.html

Then just change the above numbers.
Example:

If you want RED, made the following changes.

Code: Select all

	<ReticuleColorR>255</ReticuleColorR>
	<ReticuleColorG>0</ReticuleColorG>
	<ReticuleColorB>0</ReticuleColorB>
Enjoy!