https://github.com/flowforfrank/csserver
🎮 CS:GO Server Starter CLI
https://github.com/flowforfrank/csserver
batch cli cmd csgo javascript node nodejs tutorial webtips
Last synced: 10 months ago
JSON representation
🎮 CS:GO Server Starter CLI
- Host: GitHub
- URL: https://github.com/flowforfrank/csserver
- Owner: flowforfrank
- License: mit
- Created: 2019-11-11T10:28:14.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T04:54:13.000Z (almost 3 years ago)
- Last Synced: 2025-02-02T07:12:40.806Z (12 months ago)
- Topics: batch, cli, cmd, csgo, javascript, node, nodejs, tutorial, webtips
- Language: JavaScript
- Homepage: https://webtips.dev
- Size: 68.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CS:GO Server Starter CLI

## Prerequirements
- `npm install` (in administrator mode)
## Steps to run
- Run `CS Server.bat`
- Choose a game mode and a map
- Press shift after map is loaded in to access console again
### Notes
- Make sure Steam runs
- Enable console in CS Go
- Console shortcut must be on F2, alternatively you can change the `consoleShortcut` property inside `config.js`
- If the game fails to run, check the `rootPath` property inside `config.js`
- Add optional params inside `config.js`, they will be copied to the clipboard for you to paste into the console after the match starts
## Implementation
If you would like to read more about the implementation, the tutorial is available on [webtips.dev](https://www.webtips.dev/writing-a-server-starter-cli-for-csgo-with-javascript)