Files
Game-Configs/README.md
2025-07-26 13:34:44 +00:00

78 lines
2.5 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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 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. ✨*