Page 1 of 1

GG-WinnerDisplay v1.1.0

Posted: Sat Oct 21, 2017 7:25 pm
by satoon101
GG-WinnerDisplay is a sub-plugin for GunGame that shows a Winner MOTD page when a player/team wins the match.

Installation
Download the attached zip file and extract it into your server's base directory (the same directory where you extracted Source.Python and GunGame).

Configuration
Once you have installed GG-WinnerDisplay, GunGame must be loaded (reloaded) on your server to create the configuration file. The file should be located at ../cfg/source-python/gungame/custom_plugins/gg_winner_display.cfg. Edit the file to your liking. The default cfg file currently looks like this:

Code: Select all

// Default Value: "http://gungame.net/gg5_win.php"
// Set to the winner display page.
   gg_winner_display_winner_page "http://gungame.net/gg5_win.php"


Once you have it configured, add gg plugin load winner_display to one of the configuration files you use on your server and restart the server.

Help wanted/needed

There are translations for GG-WinnerDisplay. Currently only English is supported. If you know more than one language, please assist me by posting a pull request to update the translations.

If you find a bug or enhancement, please submit an issue on the issue tracker or a pull request. The repository can be found here:
https://github.com/satoon101/GunGame-WinnerDisplay

Current version download
gg_winner_display - v1.1.0.zip
(4.72 KiB) Downloaded 95 times


Older versions
gg_winner_display - v1.0.1.zip
(4.73 KiB) Downloaded 830 times

Re: GG-WinnerDisplay v1.0.1

Posted: Sat Apr 14, 2018 2:17 am
by satoon101
GunGame WinnerDisplay Update!
Version: 1.0.1
Version Notes:
  • Updated import for newest GunGame message changes.

Re: GG-WinnerDisplay v1.1.0

Posted: Sun May 25, 2025 3:04 pm
by satoon101
GG-WinnerDisplay Update!
Version: 1.1.0
Version Notes:
  • Updated team win to use core.teams.team_names instead of hard coding the team names.
  • Changed linting to use Ruff.