https://github.com/luanbitar/csgo
https://github.com/luanbitar/csgo
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/luanbitar/csgo
- Owner: luanbitar
- Created: 2022-11-23T20:34:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-13T04:31:01.000Z (over 2 years ago)
- Last Synced: 2025-06-04T06:03:40.320Z (about 1 year ago)
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Scripts
| Config file | Description |
| -------------------- | ------------------------------------ |
| `main.cfg` | Loads all default binds and configs |
| `grenades.cfg` | Used when I need to train grenades |
| `demo.cfg` | Binds to control replay in demo play |
| `crosshair[...].cfg` | Different types of crosshair |
## Video config to improve visibility
| Config option | Value |
| --------------------- | --------- |
| global shadow quality | `MEDIUM` |
| effect detail | `HIGH` |
| shader detail | `HIGH` |
| boost player contrast | `ENABLED` |
| multisampling | `2x` |
## Startup options
```
-freq 240 -refresh 240 -novid -tickrate 128 -high -maxplayers_override 50 +exec config/main -console +mat_disable_fancy_blending 1 +cl_show_team_equipment +mat_queue_mode 2 +cl_forcepreload 1 -softparticlesdefaultoff
```
## Add config folder
```
cd C:\Program Files (x86)\Steam\steamapps\common\Counter-Strike Global Offensive\csgo\cfg\
```
```
git clone git@github.com:luanbitar/csgo.git config
```
## How to use
Open terminal and run a cfg file with:
```
exec config/main
```