Page 3 of 3

Re: GunGame v1.3.0

Posted: Sun Aug 23, 2020 3:32 pm
by wtfaatp
Another bug seems to be in sounds manager?

Code: Select all

File '../addons/source-python/plugins/gungame/core/sounds/manager.py', line 134: UserWarning
    Invalid sound "sound/mFc/winsongs/clickboom.mp3", sound does not exist


This is happening only for win songs. I have tried with and without sound/

Re: GunGame v1.3.1

Posted: Sun Aug 23, 2020 3:42 pm
by satoon101
GunGame Update!
Version: 1.3.1
Version Notes:
  • Fixed a bug that allowed players to have the wrong weapon in TeamPlay when switching teams.
  • Added permissions for gg client commands.
  • Fixed ValueError when last human player would exit the server and cause all bots to also exit.
  • Removed bot_kick logic as the issue that caused it seems to no longer be present.
  • Removed 'value' argument for team_levels.clear and just use 1.
  • Fixed bug in multi-level that caused the gravity to not be set correctly.
  • Added some None checks in gg_reload to mitigate errors.
  • Added a temporary fix to dissolver for when a player has respawned before their ragdoll is dissolved.

Re: GunGame v1.3.0

Posted: Sun Aug 23, 2020 3:50 pm
by satoon101
wtfaatp wrote:Another bug seems to be in sounds manager?

Code: Select all

File '../addons/source-python/plugins/gungame/core/sounds/manager.py', line 134: UserWarning
    Invalid sound "sound/mFc/winsongs/clickboom.mp3", sound does not exist


This is happening only for win songs. I have tried with and without sound/

The base directory for SP sounds is ../sound/source-python/ not just ../sound/, so that base path is what is used by GunGame. Try putting your sounds in that directory and you should not have to use that prefix in your paths for the configuration.

Re: GunGame v1.3.1

Posted: Tue Aug 25, 2020 4:34 pm
by wtfaatp
There is suppose to be a map vote called @ some point in the game or does it just follow mapcycle?

Re: GunGame v1.3.1

Posted: Tue Aug 25, 2020 6:21 pm
by satoon101
Map voting itself was left out of GunGameSP. I did plan on having it call a server command at a specific point that could be picked up by another map voting plugin, but that is currently not implemented. I know there was a map voting plugin written for SP, so I will try to figure out if that still works and add in calling it.

Re: GunGame v1.3.2

Posted: Mon May 10, 2021 11:30 pm
by satoon101
GunGame Update!
Version: 1.3.2
Version Notes:
  • Added playing the 'Welcome' sound when a player joins the server.

Re: GunGame v1.3.2

Posted: Tue May 11, 2021 2:40 pm
by [+35]Jumpman
satoon101 wrote:GunGame Update!
Version: 1.3.2
Version Notes:
  • Added playing the 'Welcome' sound when a player joins the server.

Working like a dream, thanks :-)