-
|
There way to do default to gungame if the server restarts? |
Beta Was this translation helpful? Give feedback.
Answered by
kus
Sep 14, 2025
Replies: 1 comment
-
|
https://github.com/kus/cs2-modded-server/blob/master/game/csgo/cfg/on_boot.cfg Read the comments on the file. You need to copy it to your custom_files folder in the same path then add what you want to happen. There is an example that loads GunGame commented out. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
kus
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/kus/cs2-modded-server/blob/master/game/csgo/cfg/on_boot.cfg
Read the comments on the file.
You need to copy it to your custom_files folder in the same path then add what you want to happen.
There is an example that loads GunGame commented out.