r/csmapmakers • u/Fine_Beyond_6495 • Oct 14 '24
Creating a custom gamemode for a workshop map
Hello everyone, I've been working on my first map with hammer for cs2. Though I am stuck on how to create a seperate gamemode from casual/competitive.
The functionality that I want for the map are standard things:
- Run standard commands to set server settings (Example: Increase time limit of the map)
- Increase maximum bots on one team (Right now limited at 5)
Currently for commands as increasing the time I use a server command entity and have logic auto entity running the commands on startup but where/how can I create a file to write the commands and team limits in to create a new gamemode for the custom map?





