Skip to content

AG Mod X 2.6.2

Latest
Compare
Choose a tag to compare
@rtxa rtxa released this 21 Oct 19:27
· 2 commits to master since this release

Changelog

New

  • Added callvote command as an alias for vote.
  • Added sv_ag_disabled_votes CVar, which sets what votes are disabled on the server. For example: sv_ag_disabled_votes "agstart;agabort" will disable agstart and agabort.

Improved

  • Now game modes can be disabled on the fly when using sv_ag_allowed_gamemodes (no need to wait for map restart).
  • Now mp_respawn_fix is enabled by default in startup_server.cfg. No reason to keep this fix disabled which improves fairness.
    • If you need to adjust the respawn time, use mp_respawn_delay, which is set to 0.95. This is the fastest spawn time at 125 FPS with the old behavior.

Fixed

  • Fixed agnextmode not working as expected:
    • Don't allow voting with an empty argument or modes that don't exist.
    • It will no longer change the map when accepted or called as an admin, which defeated the purpose of setting a next map for the server.
    • Fixed some misspellings in the translations.

Download

The Full Package comes with everything the mod requires to run (Metamod and AMXX already included).

Thanks to:

  • @execut4ble for his first PR and reporting these issues.