Game Configs
This repository contains my personal configuration files and tweaks for a few competitive games:
- 🎯 CS2 – Custom
autoexec.cfg
with optimized binds and settings. - 🔫 Apex Legends –
autoexec.cfg
with launch optimizations and input tweaks. - ⚡ Valorant – User settings file for a stretched resolution setup.
These configs are tailored for performance and personal preferences.
Feel free to use them as‑is or tweak them to your liking!
📂 Files
Game | File | Description |
---|---|---|
CS2 | autoexec.cfg |
Launch binds, net settings, and quality‑of‑life tweaks. |
Apex Legends | autoexec.cfg |
FPS and input optimizations. |
Valorant | GameUserSettings.ini |
Stretched resolution configuration. |
🚀 How to Install & Use
✅ Counter‑Strike 2
Config folder path (Steam default):
...\Steam\steamapps\common\Counter-Strike Global Offensive\game\csgo\cfg
Steps:
- Copy
autoexec.cfg
from this repo into the folder above. - Right‑click CS2 in your Steam Library → Properties → Launch Options and paste:
-novid -tickrate 128 -high +exec autoexec.cfg
- Start CS2 and your autoexec will run automatically.
✅ Apex Legends
Config folder path (Steam version):
...\Steam\steamapps\common\Apex Legends\cfg
(If the cfg
folder doesn’t exist, create it yourself.)
Steps:
- Copy
autoexec.cfg
from this repo into the folder above. - Right‑click Apex Legends in your Steam Library → Properties → Launch Options and paste:
+exec autoexec.cfg
- Launch Apex Legends and the autoexec will load.
✅ Valorant (true stretched 1280x1024)
Config folder path:
C:\Users\AppData\Local\VALORANT\Saved\Config\Windows
(Replace <YourUsername>
with your Windows username. Press Win + R
, type %localappdata%
and hit Enter to quickly reach the AppData\Local
folder.)
Steps:
- Close Valorant if it’s running.
- Copy
GameUserSettings.ini
from this repo into the folder above and replace the existing file (make a backup first if you want). - Launch Valorant — your stretched resolution settings will apply.
🔧 Notes
- All paths assume default install locations; adjust if your games are installed elsewhere.
- Feel free to tweak these configs to suit your preferences or hardware.
- Always back up your original config files before overwriting.
Made these configs for myself, but sharing them here in case they help someone else. ✨