crazy-max / csgo-server-launcher

Counter-Strike Global Offensive Dedicated Server Launcher
GNU Lesser General Public License v3.0
586 stars 119 forks source link

Start map not changing #36

Closed RainDropsGaming closed 7 years ago

RainDropsGaming commented 7 years ago

...

EXTRAPARAMS="-nohltv +sv_pure 0 +game_type 0 +game_mode 1 +mapgroup mg_bomb +map de_cbble"

PARAM_START="-game csgo -console -usercon -secure -autoupdate -steam_dir ${DIR_STEAMCMD} -steamcmd_script ${STEAM_RUNSCRIPT} -maxplayers_override ${MAXPLAYERS} -tickrate ${TICKRATE} +hostport ${PORT} +ip ${IP} +net_public_adr ${IP} ${EXTRAPARAMS}"

It still launches de_dust2_se

crazy-max commented 7 years ago

Sorry i don't bring support for csgo itself.

You can have support here :

But do not forget to read logs in /var/steamcmd/games/csgo/screenlog.*

RainDropsGaming commented 7 years ago

I felt it was due to your script, With it automatically downloading the workshop maps in the .conf

If I am wrong I can work around it