Maxximou5 / csgo-deathmatch

Enables deathmatch style gameplay (respawning, gun selection, spawn protection, etc).
GNU General Public License v3.0
161 stars 42 forks source link

Auto exec file for DM plugins ? #116

Closed vassilidev closed 8 months ago

vassilidev commented 4 years ago

Hi !

Ive put in my server.cfg : "exec dm.cfg" where i put all dm command to make a good dm match but ive always the warmup and the freezetime (its the gamemode_com.cfg i think but i dont want to change this file)

and last question, is it possible to set gamemode style ? like only pistol for 5 min, only HS for 5 minutes etc ? with dm_gun_menu_mode but all X second

Thx for ur beautiful plugins, i gonna give u some money i think

Maxximou5 commented 4 years ago

If you're looking for deathmatch rotating configuration, check out the development branch - https://github.com/Maxximou5/csgo-deathmatch/tree/development

Everything needs to be set in the deathmatch.ini file under addons/sourcemod/configs/deathmatch, adding variables to any other file will result in issues. v2.0.9 does not support configuration that way.

Feel free to donate, it's always appreciated.

vassilidev commented 4 years ago

okay thx bro for the config ?

Maxximou5 commented 4 years ago

As for your config, you need let me know what game mode you are running, casual, competitive, etc. (e.g. game_mode 0 + gametype 0). Anything related to game variables, commands that typically start with mp all have to be placed into the gamemode_server.cfg. If they are not, they will not work, especially if they are placed in the server.cfg. Server.cfg is only executed once at server start up, gamemode*_server.cfg is executed each time a map is changed.