nickj609 / GameModeManager

A Counter-Strike 2 server plugin to help administrators manage custom game modes, settings, and map rotations.
MIT License
38 stars 3 forks source link

[Feature Request] Warmup Modes #17

Closed Armageddon87270 closed 3 weeks ago

Armageddon87270 commented 3 months ago

Hi,

can we start certain cards in ar mode automaticités and then return to casual mode on other cards automatic ? how ?

nickj609 commented 3 months ago

Hi again @Armageddon87270 , I apologize but I am not quite sure I understand your question.

I will be making a release today or tomorrow with some additional configuration options so that you can specify a schedule for specific game modes, as well as options for rotating between all maps across all game modes or specific map groups.

nickj609 commented 3 months ago

Also, it sounds like you may be asking about changing the game mode with each map, which you can do with the MapConfigurator plugin

Armageddon87270 commented 3 months ago

Hi, I would like that on a particular map or several it starts me in automatic ar mode ex: biome then the rest in casual mode

nickj609 commented 3 months ago

Hey @Armageddon87270, I believe what you are asking is having the 'warmup' be a different game mode. Unfortuantely, I do not think this is possible with any out of the box solutions as of yet, and it is currently not a feature within this plugin. I am going on vacation, but I will keep this issue open as a potential enhancement to this plugin and will return to you with more information following some testing.

Armageddon87270 commented 3 months ago

Hi,

Could you upgrade your plugins, spy on the name of the next maps and load the mode before changing maps, when loading maps your mode will be taken into account

ex: gamemode 0 game type 1

nickj609 commented 1 month ago

@Armageddon87270 , I have been doing some testing, which has been very promising. The next release should contain the addition of warmup modes with the ability to set warmup modes on a per mode basis (all maps in mode) and also on a per-map basis (MapExec) using the css_warmupmode console command for the configs.

Keep on the lookout :)

nickj609 commented 3 weeks ago

This feature has been added to the latest release.

https://github.com/nickj609/GameModeManager/releases/tag/v1.0.46