A modern web application for generating custom Counter-Strike 2 autoexec.cfg files with advanced configuration options.
This generator includes comprehensive settings for:
- Key Bindings: Communication, utility, movement, and weapon bindings
- Custom Key Bindings: Add your own custom commands and bindings
- Network Rate Settings: Optimize your connection with rate, cmdrate, and updaterate
- Sound Settings: Configure game volume and audio options
- Mouse & Crosshair Settings: Customize sensitivity and detailed crosshair parameters
- HUD Settings: Basic HUD configuration options
- HUD & UI Advanced Settings:
- Console settings and developer options
- HUD appearance customization
- Radar configuration
- Team ID display options
- Viewmodel positioning
- First-person tracers
- Video Settings: Performance and visual options
- Additional Commands: Add any other console commands not covered by the UI
Built with:
- Next.js - React framework
- TypeScript - Type safety
- React Hook Form - Form state management
- Zod - Schema validation
- Radix UI - UI component primitives
- Tailwind CSS - Styling
# Install dependencies
npm install
# Run development server
npm run devOpen http://localhost:3000 in your browser to see the application.
- Configure your settings using the form interface
- Generate your autoexec.cfg file with organized sections and comments
- Download and place in your CS2 config directory
Contributions are welcome! Feel free to open issues or submit pull requests.
MIT