rtxa / agmodx

AG Mod X is an improved Mini AG alternative made as a plugin for AMX Mod X from the ground. It's easy to add new stuff, make improvements, do changes, etc.
GNU General Public License v3.0
22 stars 9 forks source link

Explore executing a default game mode config #27

Open rtxa opened 1 year ago

rtxa commented 1 year ago

I'm thinking of adding a gamemode_default.cfg which will be executed when we switch of game mode.

This will avoid the need of resetting all the cvars by yourself on your game mode config.

Possible issues are players voting custom options like mp_timelimit and losing the changes on map change, but this should be adressed by online resetting on game mode switch.

Not sure if we can add more things like a _pre and _post config.