Find the following 3 lines:
Code: Select all
<ReticuleColorR>255</ReticuleColorR>
<ReticuleColorG>214</ReticuleColorG>
<ReticuleColorB>17</ReticuleColorB>
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>