{"id":25207960,"url":"https://github.com/precision-optimize/cs2-ultimate-optimization","last_synced_at":"2026-05-21T19:33:40.576Z","repository":{"id":276645465,"uuid":"929856174","full_name":"Precision-Optimize/CS2-Ultimate-Optimization","owner":"Precision-Optimize","description":"CS2 Ultimate Optimization Script - 2025","archived":false,"fork":false,"pushed_at":"2025-02-22T23:25:03.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-02-23T00:26:59.833Z","etag":null,"topics":["counter-strike-2","cs2","fps-boost","fpsbooster","optimization","optimizer","windows"],"latest_commit_sha":null,"homepage":"https://www.precisioncompany.xyz/","language":"Batchfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Precision-Optimize.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-09T15:11:25.000Z","updated_at":"2025-02-22T23:25:07.000Z","dependencies_parsed_at":"2025-02-09T16:30:54.856Z","dependency_job_id":"09be2273-f69a-4133-a08e-9a9e55b01949","html_url":"https://github.com/Precision-Optimize/CS2-Ultimate-Optimization","commit_stats":null,"previous_names":["precision-optimize/cs2-ultimate-optimization"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Precision-Optimize%2FCS2-Ultimate-Optimization","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Precision-Optimize%2FCS2-Ultimate-Optimization/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Precision-Optimize%2FCS2-Ultimate-Optimization/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Precision-Optimize%2FCS2-Ultimate-Optimization/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Precision-Optimize","download_url":"https://codeload.github.com/Precision-Optimize/CS2-Ultimate-Optimization/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247285466,"owners_count":20913827,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["counter-strike-2","cs2","fps-boost","fpsbooster","optimization","optimizer","windows"],"created_at":"2025-02-10T12:17:37.681Z","updated_at":"2026-05-21T19:33:40.570Z","avatar_url":"https://github.com/Precision-Optimize.png","language":"Batchfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CS2 Ultimate Optimizer\n![GitHub Release](https://img.shields.io/github/v/release/Precision-Optimize/CS2-Ultimate-Optimization)\n\nConsole-based optimization tool for **Counter-Strike 2**, built with a modular engine architecture.\n\nThis project is designed for **competitive players**, **benchmarking**, and **low-latency system tuning**, while keeping all tweaks **reversible and safe**.\n\n---\n\n## 🔧 Features\n\n### Optimization Modes\n- **SAFE Mode**\n  - Daily-use optimizations\n  - Low latency without aggressive system changes\n\n- **PERFORMANCE Mode**\n  - Higher priority scheduling\n  - GPU-specific optimizations\n  - Reduced background interference\n\n- **BENCHMARK Mode**\n  - Maximum performance configuration\n  - Intended for short test sessions only\n  - Revert recommended after use\n\n---\n\n### Engine Architecture\n- Frontend: `CS2_Optimizer.bat`\n- Backend: modular scripts inside `/scripts`\n- All system tweaks are isolated and reversible\n\n---\n\n### Hardware Detection\n- Automatic detection of:\n  - GPU vendor (NVIDIA / AMD / Intel)\n  - CPU core count\n  - Installed RAM\n- Applies GPU-specific optimizations when supported\n\n---\n\n### FPS Benchmark (IMPORTANT)\n\nFPS benchmark **requires CS2 console output**.\n\nThe optimizer automatically launches CS2 with:\n\n-condebug\n\n⚠️ **You MUST enable the CS2 developer console in-game:**\n\nSettings → Game → Enable Developer Console (~) → ON\n\n\nDuring the benchmark:\n1. Join a match or play offline\n2. Play for **at least 30–60 seconds**\n3. **Close CS2 completely**\n4. The optimizer will automatically parse FPS data\n\n❗ No manual console commands are required, but the console **must be enabled**.\n\n\n---\n\n### Timer Resolution\n- Uses `SetTimerResolution.exe` if available\n- Safe fallback via Windows Multimedia scheduling\n- Activated automatically during CS2 launch / benchmark\n\n---\n\n### Revert System\n- Full revert option\n- Restores:\n  - Network stack\n  - Power plan\n  - GameDVR settings\n  - GPU overrides\n- Designed as a safe “panic button”\n\n---\n\n## 📁 Project Structure\n\nCS2-ULTIMATE-OPTIMIZATION/\n├── CS2_Optimizer.bat\n├── config.txt\n├── console.log\n├── /scripts\n│ ├── detect_hardware.bat\n│ ├── windows_fps_latency_optimizer.bat\n│ ├── timer_resolution_launcher.bat\n│ ├── nvidia_optimizer.bat\n│ ├── amd_optimizer.bat\n│ ├── fps_parser.bat\n│ ├── revert_optimizer.bat\n│ └── install_all.bat\n├── /logs\n├── README.md\n└── CHANGELOG.md\n\n\n---\n\n## ▶️ Usage\n\n1. Run `CS2_Optimizer.bat` **as Administrator**\n2. Set CS2 executable path (first run only)\n3. Choose optimization mode or benchmark\n4. Use **Revert** option when needed\n\n---\n\n## ⚠️ Disclaimer\n\n- Use at your own risk\n- Benchmark mode should not be used for daily play\n- Always revert if unexpected behavior occurs\n\n---\n\n## 📜 License\n\n[MIT License](https://badgen.net/github/license/Precision-Optimize/CS2-Ultimate-Optimization)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprecision-optimize%2Fcs2-ultimate-optimization","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprecision-optimize%2Fcs2-ultimate-optimization","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprecision-optimize%2Fcs2-ultimate-optimization/lists"}