{"id":16751771,"url":"https://github.com/jakoch/csgo-config","last_synced_at":"2026-02-11T21:05:10.563Z","repository":{"id":48193009,"uuid":"109152334","full_name":"jakoch/csgo-config","owner":"jakoch","description":"CS:GO Config is an updateable team config with support for personal settings.","archived":false,"fork":false,"pushed_at":"2022-07-22T13:50:50.000Z","size":5818,"stargazers_count":9,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-10T16:04:08.597Z","etag":null,"topics":["config","csgo","csgoconfig","esports","game","steam"],"latest_commit_sha":null,"homepage":"","language":"Batchfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jakoch.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-11-01T16:01:03.000Z","updated_at":"2023-06-22T21:25:50.000Z","dependencies_parsed_at":"2022-09-21T02:21:11.291Z","dependency_job_id":null,"html_url":"https://github.com/jakoch/csgo-config","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jakoch/csgo-config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakoch%2Fcsgo-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakoch%2Fcsgo-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakoch%2Fcsgo-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakoch%2Fcsgo-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jakoch","download_url":"https://codeload.github.com/jakoch/csgo-config/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakoch%2Fcsgo-config/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29345433,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T20:11:40.865Z","status":"ssl_error","status_checked_at":"2026-02-11T20:10:41.637Z","response_time":97,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["config","csgo","csgoconfig","esports","game","steam"],"created_at":"2024-10-13T02:44:53.114Z","updated_at":"2026-02-11T21:05:10.549Z","avatar_url":"https://github.com/jakoch.png","language":"Batchfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CS:GO Configuration\n\nThis is an updateable team config with support for personal settings.\n\n## What's this?\n\nThe goal is to provide an easy and fast way to get a CS:GO team config file in place,\nwhile still being able to tweak settings personally to have a more tailored experience.\n\nNormally, you would configure your CS:GO game using the GUI.\nThe changes are then saved to the `config.cfg` file or `video.txt` and `videodefaults.txt`.\n\nThis repository provides two important files.\nA `team.cfg`, which is the main configuration file for your team.\nAnd an `autoexec.cfg`, which loads `team.cfg` before loading `personal.cfg`.\nThis approach enables you to use a shared team config with personal settings.\n\nSimply add `autoexec.cfg` to your game start options, so that your `config.cfg` file is rewritten on CS:GO start.\nThen adjust `personal.cfg` to your needs. You can Update your `team.cfg` by clicking `update.bat`.\n\n## **Table of Contents** \n\n- [CS:GO Configuration](#csgo-configuration)\n    - [What's this?](#whats-this)\n    - [Features](#features)\n    - [Installation](#installation)\n    - [How does this work?](#how-does-this-work)\n    - [How to update?](#how-to-update)\n    - [Personal Setup - personal.cfg](#personal-setup---personalcfg)\n    - [Console Commands](#console-commands)\n- [FAQ](#faq)\n    - [How to verify the integrity of my game files?](#how-to-verify-the-integrity-of-my-game-files)\n    - [How can i reset my config to default values?](#where-can-i-find-the-documentation-for-cli-options)\n    - [Where can i find the documentation for CLI options?](#where-can-i-find-the-documentation-for-cli-options)\n    - [Where can i find the complete list of CS:GO console variables?](#where-can-i-find-the-complete-list-of-csgo-console-variables)\n    - [What about video settings?](#what-about-video-settings)\n- [Contributing](#contributing)\n- [Authors](#authors)\n- [License](#license)\n\n## Features\n\n- `autoexec.cfg` start option approach\n- solid base configuration file for your team: `team.cfg`\n- support for a `personal.cfg`\n- `team.cfg` is updateable using cURL via `update.bat`\n- `config.cfg` file is rewritten on CS:GO start\n\n## Installation\n\n1. Find your config folder\n\n   You can find CS:GOs config folder under the path: `\u003cSTEAM\u003e\\userdata\\\u003cYOURID\u003e\\730\\local\\cfg`.\n    - Where `\u003cSTEAM\u003e` is the location of the STEAM folder on your disk, e.g. `C:\\Steam`.\n    - Where `\u003cYOURID\u003e` is the ID of your Steam account, e.g. `1234567`.\n\n   For example: `C:\\Steam\\userdata\\987654321\\730\\local\\cfg`.\n\n2. Download - https://github.com/jakoch/csgo-config/archive/main.zip\n3. Extract `main.zip`, then move the content of the folder `csgo-config-main` into your config folder.\n4. Create file `personal.cfg`. Add your personal setting to `personal.cfg`. See below for an example.\n5. Set CS:GO Launch Options\n\n   Go to `Steam \u003e Library \u003e Counter-Strike: Global Offensive (right-click) \u003e Properties \u003e Set Launch Options...`:\n\n   Set: `-tickrate 128 -novid -nojoy -console +exec autoexec.cfg`\n\n6. Start CS:GO and your `config.cfg` is automatically created\n   - From now on, you might pull changes to `team.cfg` by using `update.bat`\n\n## How does this work?\n\n1. `autoexec.cfg` is loaded, because of the csgo start option entry.\n2. the individual config files are loaded by `autoexec.cfg`\n   - firstly, the `team.cfg` is loaded. Giving you a solid base configuration.\n   - secondly, the `personal.cfg` is loaded. Enabling you to overload any prior config values set with your personal settings.\n5. finally, the `autoexec.cfg` runs `host_writeconfig` to write the new `config.cfg`.\n\nThat's it.\n\n## How to update?\n\nSimply run `update.bat` to update the `team.cfg` file.\n\nIt will use cURL to download the latest version of `team.cfg` from this Github repository.\n\n## Personal Setup - `personal.cfg`\n\nTo configure your buy binds: https://github.com/jessewebb/csgo-buynds\n\n```\n// ---------------------------\n// Ident\n// ---------------------------\n\nname \"johndoe\"\ncl_clanid \"1\"                       // clan ID for name decoration (Steam Group ID)\n\n// ---------------------------\n// Sensitivity\n// ---------------------------\nsensitivity                  \"2\"\nzoom_sensitivity_ratio_mouse \"1\"\n\n// ---------------------------\n// Crosshair \n// ---------------------------\n\n\n// ---------------------------\n// Keyboard Binds\n// ---------------------------\n\n\n```\n\n## Console Commands\n\n- `differences` - show all convars which are not at their default values\n- `demoui` - show the demo player\n\n# FAQ\n\n### How to verify the integrity of my game files?\n\n1. Restart your computer and launch Steam\n2. Go to properties by right-clicking `Steam \u003e Library \u003e Counter-Strike: Global Offensive (right-click) \u003e Properties`\n3. Select the `Local files` tab and click the `Verify integrity of game files...` button.\n4. Steam will verify the game's files - this process may take several minutes.\n\nSource: https://support.steampowered.com/kb_article.php?ref=2037-QEUH-3335\n\n### How can i reset my config to default values?\n\n1. Use the following start option: `-autoconfig`.\n2. Run game\n3. Close game\n4. Remove `-autoconfig` start option\n\n### Where can i find the documentation for CLI options?\n\nhttps://developer.valvesoftware.com/wiki/Command_Line_Options\n\n### Where can i find the complete list of CS:GO console variables?\n\nYou find the official (and sadly unmaintained) list here:\nhttps://developer.valvesoftware.com/wiki/List_of_CS:GO_Cvars\n\nFor a maintained list of CVars see:\nhttps://github.com/funeralchris/csgo-list-of-cvars\n\n### What about video settings?\n\n![CS:GO Video Settings](http://i.imgur.com/YNVSZp4.jpg)\n\n### Where can i find more information about tweaking my CS:GO and PC?\n\n- https://steamcommunity.com/sharedfiles/filedetails/?id=1315092927\n- https://www.reddit.com/r/CounterStrikeBinds/\n- https://github.com/DevTechProfile/CapFrameX\n\n# Contributing\n\nFeel free to contribute. Please submit pull requests to us.\n\n# Authors\n\n* **Jens A. Koch** - *Initial work* - [jakoch](https://github.com/jakoch)\n\nSee also the list of [contributors](https://github.com/jakoch/csgo-config/contributors) who participated in this project.\n\n# License\n\nMIT License, see LICENSE.md\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjakoch%2Fcsgo-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjakoch%2Fcsgo-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjakoch%2Fcsgo-config/lists"}