splewis / csgo-retakes

CS:GO Sourcemod plugin for a site-retake gamemode
GNU General Public License v3.0
328 stars 115 forks source link

The server stays as 5v5 #251

Open ArtZab0 opened 4 years ago

ArtZab0 commented 4 years ago

Hello, when I install the retake to my server, it just stays as a normal 5v5. Can you help?

borzaka commented 4 years ago

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:

ArtZab0 commented 4 years ago

I installed the retakes by adding the cfg and addons folders to my server. Annotation 2020-05-09 123825

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.

furzich2015 commented 4 years ago

Hey. I may have the same problem. Delivered SourceMod VERSION: 2019-9-30. Server command starts: image But the usual 5x5 game starts. image Thank you for your help.

ArtZab0 commented 4 years ago

So what should I change?

splewis commented 4 years ago

For any debugging, you should check:

borzaka commented 4 years ago

Classic competitive is +game_type 0 +game_mode 1

And yes, check your logs at addons/sourcemod/logs

furzich2015 commented 4 years ago

Yes, thanks guys ^_^