Change the Reticle Color

Talk about GhostRecon Series Here!
Post Reply
User avatar
Pulaski
Site Admin
Site Admin
Offline
Posts: 81
Joined: Thu Nov 06, 2003 7:00 pm
Location: Pulaski, VA
DME Member Since: 07 Nov 2003
Contact:
United States of America
Oct 2017 28 12:48

Change the Reticle Color

Post 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!
Image
Image
Post Reply