From f62cd9a117f4e5e709ac0a347fe59e5b944eaefd Mon Sep 17 00:00:00 2001 From: mx Date: Sat, 26 Jul 2025 13:30:57 +0000 Subject: [PATCH] Update README.md --- README.md | 79 +++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 77 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 47d5e0c..cbc7905 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,78 @@ -# Game-Configs +# Game Configs -Game configuration files and tweaks for competitive play — includes CS2 and Apex Legends autoexecs plus a stretched‑res Valorant settings file. \ No newline at end of file +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 consistency across my setups. +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:** +1. Copy `autoexec.cfg` from this repo into the folder above. +2. Right‑click CS2 in your Steam Library → **Properties** → **Launch Options** and paste: + +```-novid -tickrate 128 -high +exec autoexec.cfg``` + +3. 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:** +1. Copy `autoexec.cfg` from this repo into the folder above. +2. Right‑click Apex Legends in your Steam Library → **Properties** → **Launch Options** and paste: + +```+exec autoexec.cfg``` + +3. Launch Apex Legends and the autoexec will load. + +--- + +### ✅ Valorant (true stretched 1280x1024) +**Config folder path:** + +C:\Users\AppData\Local\VALORANT\Saved\Config\Windows + +*(Replace `` with your Windows username. Press `Win + R`, type `%localappdata%` and hit Enter to quickly reach the `AppData\Local` folder.)* + +**Steps:** +1. Close Valorant if it’s running. +2. Copy `GameUserSettings.ini` from this repo into the folder above and replace the existing file (make a backup first if you want). +3. 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. ✨* \ No newline at end of file