Update README.md

This commit is contained in:
mx
2025-07-26 13:30:57 +00:00
parent 929cb41695
commit f62cd9a117

View File

@@ -1,3 +1,78 @@
# Game-Configs # Game Configs
Game configuration files and tweaks for competitive play — includes CS2 and Apex Legends autoexecs plus a stretchedres Valorant settings 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 asis or tweak them to your liking!
---
## 📂 Files
| Game | File | Description |
|------|------|-------------|
| CS2 | `autoexec.cfg` | Launch binds, net settings, and qualityoflife tweaks. |
| Apex Legends | `autoexec.cfg` | FPS and input optimizations. |
| Valorant | `GameUserSettings.ini` | Stretched resolution configuration. |
---
## 🚀 How to Install & Use
### ✅ CounterStrike 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. Rightclick 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 doesnt exist, create it yourself.)*
**Steps:**
1. Copy `autoexec.cfg` from this repo into the folder above.
2. Rightclick 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<YourUsername>\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:**
1. Close Valorant if its 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. ✨*