E9ine_AC
4 years agoHero+
How To Change Reticle In Game
Hey there gang. Today I was going to share how you can set up your reticle colors to be hot keyed inside the game to change them on the fly. This will only work for PC users sorry console folks =(.
So first we will need to go to program files (x86) and find origin games. We then will need to open the apex folder and then find the cfg folder inside the folder and open that up. We will be creating a new file named reticles.cfg Once that is open you then can add in reticle changes below I will post what my reticle colors are and how they operate. (Note) that these reticle colors were made before the fix of allowing crazy numbers.
bind "f1" "exec reticles"
bind "9" "reticle_color 837 143 547"
bind "=" "reticle_color 773 200 167"
bind "7" "reticle_color 299 200 157"
bind "0" "reticle_color 912 121 137"
bind "6" "reticle_color 833 255 197"
So what we see here is the word bind. This is telling the file to bind a hotkey in game to operate the color changes. So my binds are the number 9,7,0,6 and the = sign. This is allowing me in live time to change the reticle colors while inside the game. I would like to note that the numbers above 255 are default to 255. You may not exceed 255 which is why I mentioned I had made these before the change was made. So when you see from the first reticle line being 837 this number is actually false it just defaults to max value which it is close to which would be 255 due to game settings.
Now we click save and close that file. Now we go to origin/steam patcher and we are going to open the advanced launch options. Once you navigate yourself to that section you will want to add +exec reticles. This launch option is informing the client to use the cfg file we have created. Launch game and you are good to go!
I hope this helps some and wish you the best of luck in the world of apex!