Page 1 of 1
Gungame winning sound issue.
Posted:
Tue Jun 12, 2012 2:22 pm
by Adrenaline83
After spending countless hours last night installing gungame to my server; uploading sound files, maps, editing .cfg files. The game runs perfect. Sounds play at the beginning, during the match and at the end of the match. My only issue is, it will only play 3 seconds of the song after someone has won the match. How do I extend this time length so people can hear the whole song (15-20 seconds)?
Posted:
Tue Jun 12, 2012 2:52 pm
by satoon101
That probably has to to with mp_chattime. You can either set mp_chattime directly in your autoexec or server cfg file or set
gg_dynamic_chattime to 1 in your
../cfg/gungame51/gg_en_config.cfg file:
// ============================================================================
// >> DYNAMIC END OF MAP CHAT TIME
// ============================================================================
// Notes:
// * Dynamic chat time is based on the end of round winner music.
// * When enabled, the players will be able to chat for the length of the
// winner music.
// * If disabled, the "mp_chattime" variable will be used.
// Options:
// 0 = (Disabled) Use the server's mp_chattime variable.
// 1 = (Enabled) Use the length of the individual audio file.
// Default Value: 0
// Enables dynamic end of round chat time based on the winner music.
gg_dynamic_chattime 0
Satoon
Posted:
Tue Jun 12, 2012 3:15 pm
by Adrenaline83
Hmmm. I changed mp_chattime 1. Still didn't do anything. Under the server.cfg file, it says mp_chattime 5, should that stay the same or be changed also?
Re: Gungame winning sound issue.
Posted:
Tue Jun 12, 2012 3:32 pm
by Adrenaline83
Okay, I figured it out and I fixed it. I just left the gg_en_config file alone. And went to the server.cfg file and changed the mp_chattime to 25. Thanks for your help. Know any thread on here that helps to bring up a banner showing the winner and how many times they have won and rank?
Posted:
Tue Jun 12, 2012 4:12 pm
by satoon101
That will change the chat time to 25 seconds regardless of the length of the winner music file. If you want it to last "exactly" the length of the winner music, set gg_dynamic_chattime to 1, not mp_chattime.
Satoon
Re: Gungame winning sound issue.
Posted:
Tue Jun 12, 2012 5:13 pm
by daggerclan
Adrenaline83 wrote:Know any thread on here that helps to bring up a banner showing the winner and how many times they have won and rank?
http://forums.gungame.net/viewtopic.php?f=74&t=1122