78 lines
2.5 KiB
Markdown
78 lines
2.5 KiB
Markdown
# 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 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<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 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. ✨* |