Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.

Releases: GAMMACASE/ServerRedirect

ServerRedirect v1.3.1

25 May 02:13
Compare
Choose a tag to compare

This release contains updated gamedata files after 2/2/23 CSGO update!!!

This update includes translation changes, don't forget to update them!

Features:

  • Added translations for Russian, German, French, Spanish languages (Thanks to @Blueberryy, @HerzGegenFame, @vieuxgnome, @Autorojo accordingly);
  • Added support for domain names instead of a plain ip addresses (port can now also be omitted, in this case default 27015 will be used);
  • Added ip address alias support, that allows servers to communicate via different ip address then what is shown in the menu;
  • Added option to control displayed length of the server name in the server list menu:
    • server_redirect_menu_servername_length;
  • Added option to control how much server entries to display per page in the server list menu:
    • server_redirect_menu_pagination;
  • Added map name display in the main server list menu;
  • Added support for a A2S_INFO update (Thanks to @JoinedSenses for providing testing server) (Please, report any bugs that you might encounter with this change);

Bugfixes:

  • Improved fix for Client N not in game errors, when client disconnects while server list menu is active;

ServerRedirect v1.2.0

28 May 10:45
100920d
Compare
Choose a tag to compare

This update is major, don't forget to update your gamedata and translations folders!

Features:

  • Now /cfg/sourcemod/plugin.server_redirect.cfg will be auto updated with latest convars;
  • Made custom commands registration to be more flexible;
  • Added option to exclude current server from the adverts and servers menu;
    • server_redirect_advertise_this;
    • server_redirect_remove_this.
  • Added option to enable confirmation menu on redirect (#9);
    • server_redirect_show_confirmation_menu.
  • Added option to enable announcing when player redirects (thanks to @LubricantJam #20).
    • server_redirect_show_advertisement_leave.

Bugfixes:

  • Fixed server ip validation in server_redirect.cfg file;
  • Removed SetFailState() if socket can't be created;
  • Fixed Client is not connected error (#13);
  • Updated linux signature for CBaseServer::ProcessConnectionlessPacket().

ServerRedirect v1.1.0

26 Mar 01:42
Compare
Choose a tag to compare

Features:

  • Added servers advertisement (#3);
  • New cvars related to servers advertisement:
    • server_redirect_advertisement_time;
    • server_redirect_advertisement_min_players;
    • server_redirect_advertisement_order.

Bugfixes:

  • Fixed command registration (#1);

ServerRedirect v1.0.0

23 Mar 06:38
Compare
Choose a tag to compare

Initial release.