csgo-retakes
csgo-retakes copied to clipboard
The server stays as 5v5
Hello, when I install the retake to my server, it just stays as a normal 5v5. Can you help?
Not enough info to help you. Don't delete the issue template, because it provides basic information to help you.
How did you installed retakes? Any logs, screenshots, plugins list?
What do you mean by 5v5? A classic competitive mode? Retakes is somewhat a classic competitive mode.
Without further info, we can only guess:
- Have installed SourceMod? What version?
I installed the retakes by adding the cfg and addons folders to my server.
I start the server with the command ./srcds -game csgo -console -usercon +game_type 0 +game_mode 0 +mapgroup mg_active +map de_dust2 +sv_setsteamaccount THISGSLTHERE -net_port_try. The server starts as classic casual, but I can change the game mode and type to make it classic competitive, it is still just a 5v5.
I have installed SourceMod version 1.10.0-git6488-windows.
Thank you for your help.
Hey. I may have the same problem. Delivered SourceMod VERSION: 2019-9-30.
Server command starts:
But the usual 5x5 game starts.
Thank you for your help.
So what should I change?
For any debugging, you should check:
- Is sourcemod working? run
sm version
in console - is the plugin running? run
sm plugins
in console? - are there any error logs? check
addons/sourcemod/logs
Classic competitive is +game_type 0 +game_mode 1
And yes, check your logs at addons/sourcemod/logs
Yes, thanks guys ^_^