GunGame:SM music

Mr.9000
New to forums
New to forums
Posts: 2
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Tue Apr 23, 2013 3:01 pm

GunGame:SM music

Post by Mr.9000 »

I am having a hard time adding music to the GunGame: SM mod. This is for both end of game music and also for one on one knife fights.

I have been following this forum:

http://forums.alliedmods.net/showthread.php?t=133170

But i am still unable to resolve this issue. Do I now need to place music files into new directories?

Any help would be very great. Thanks.
User avatar
J-English
This is my homepage
This is my homepage
Posts: 618
Joined: Thu Apr 15, 2010 4:06 am
Location: United Kingdom

Re: GunGame:SM music

Post by J-English »

I have added my own startup music when the map changes,also my own round start,and turbo mode sounds,i simply added the sounds uploaded to my ftp,i then added the sound in my gg cfg file.thats for css not csgo.
I assume its for css ?
Mr.9000
New to forums
New to forums
Posts: 2
Joined: Tue Apr 23, 2013 3:01 pm

Re: GunGame:SM music

Post by Mr.9000 »

Yes this is for CSS, can you copy and paste the section of your gg config so i can see exactly what it looks like on your end?

Also I'm looking for knife fighting music too.
User avatar
Spray
Former staff
Former staff
Posts: 630
Joined: Wed Dec 28, 2011 10:41 pm
Location: Oregon

Re: GunGame:SM music

Post by Spray »

Is this the mod you're using? https://forums.alliedmods.net/showthread.php?t=93977

If so, you can merge the sound folder included with the sound folder on the server and it will work. The new custom directory is optional, but helps for organization.
User avatar
Spray
Former staff
Former staff
Posts: 630
Joined: Wed Dec 28, 2011 10:41 pm
Location: Oregon

Re: GunGame:SM music

Post by Spray »

Scratch my last reply. Use the new custom folder, as it will be the only one synced using the Websync tool in the Control Panel. For the mod listed above, you would put the included sound folder in a path that looks like:

Code: Select all

/cstrike/custom/gg/
So once you had the files added, the full path to a file would look like:

Code: Select all

/cstrike/custom/gg/sound/music/gungame/multikill.mp3
You can view more information about the new directory structure here: http://www.nfoservers.com/forums/viewto ... =18&t=9030
User avatar
Edge100x
Founder
Founder
Posts: 12947
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: GunGame:SM music

Post by Edge100x »

I have updated our autoinstaller to put the files in the right place now.
antiyou
New to forums
New to forums
Posts: 9
Joined: Tue Apr 23, 2013 5:12 pm

Re: GunGame:SM music

Post by antiyou »

MMMMK, I've been working on this really long... Because you made the change, I did get sound to work most of the time. But after. Fresh wipe of the server. install gungame. Which still installs the default GG sound in the cstrike/ folder. And they seem to be working fine. But when I try my custom music/knifefightmusic they do not download and can not find the right path. I put them in the custom folder websync, and it won't even allow them all to download at one time.

Any idea?

Thanks,
Hissss
User avatar
Spray
Former staff
Former staff
Posts: 630
Joined: Wed Dec 28, 2011 10:41 pm
Location: Oregon

Re: GunGame:SM music

Post by Spray »

Can you post the full path to the sounds you are trying to use? Thanks.
antiyou
New to forums
New to forums
Posts: 9
Joined: Tue Apr 23, 2013 5:12 pm

Re: GunGame:SM music

Post by antiyou »

Spray223 wrote:Can you post the full path to the sounds you are trying to use? Thanks.

Code: Select all

cstrike\sound\knifefight\
cstrike\sound\music\
and my custom folders are

Code: Select all

 custom\ggsounds\music
custom\ggsounds\knifefight
Thanks for the speedy reply.


Also.

Code: Select all

    "Sounds"
    {
        "IntroSound"        "music/gungame/gungame2.mp3"
        "KnifeLevel"        "music/gungame/knife_level.mp3"
        "NadeLevel"         "music/gungame/nade_level.mp3"
        "LevelSteal"        "music/gungame/smb3_1-up.mp3"
        "LevelUp"           "music/gungame/smb3_powerup.mp3"
        "LevelDown"         "music/gungame/smb3_powerdown.mp3"
        "Triple"            "music/gungame/smb_star.mp3"
        "Autoff"            "music/gungame/smb_warning2.mp3"
        "MultiKill"         "music/gungame/multikill.mp3"   // (?) VALVE
        /* Put each song filename in this list seperated by commas */
        "Winner"            "music/kmfdm.mp3,music/cake.mp3,music/1.mp3,music/2.mp3,music/3.mp3,music/hookerpenis.mp3,music/winner.mp3,music/end.mp3,music/africa.mp3,music/billiejean.mp3,music/burningheart.mp3,music/clinteastwood.mp3,music/crazy.mp3,music/fuckeverything.mp3,music/gayfish.mp3,music/heyya.mp3,music/killerqueen.mp3,music/letsgetisstarted.mp3,music/miami.mp3,music/obladioblada.mp3"      // (?) VALVE
        "WarmupTimerSound"  "music/gungame/timer.mp3"       // (?) VALVE
    }
}
Like i said, the Normal gungame sound is working. But none of these other files download (or it downloads one at a time) But then it can't find the right directory.
User avatar
Spray
Former staff
Former staff
Posts: 630
Joined: Wed Dec 28, 2011 10:41 pm
Location: Oregon

Re: GunGame:SM music

Post by Spray »

So the KnifeFight music is another mod?

Try this directory structure:

Code: Select all

custom\ggsounds\sound\knifefight
antiyou
New to forums
New to forums
Posts: 9
Joined: Tue Apr 23, 2013 5:12 pm

Re: GunGame:SM music

Post by antiyou »

Spray223 wrote:So the KnifeFight music is another mod?

Try this directory structure:

Code: Select all

custom\ggsounds\sound\knifefight

Oops, yeah that's how I have it setup, I'm sorry.

And yes the knifefight is another mod, like I said I had the knifefight music working before the websync path got fixed, the only probably was that the server only downloaded one sound file at a time before loading up a map. But now it can't find the directory.
User avatar
Spray
Former staff
Former staff
Posts: 630
Joined: Wed Dec 28, 2011 10:41 pm
Location: Oregon

Re: GunGame:SM music

Post by Spray »

Downloading one file at a time is normal, the server makes sequential requests for each file the client is missing. Would you mind listing the files inside of the knifefight directory as well as linking to your websync folder?
antiyou
New to forums
New to forums
Posts: 9
Joined: Tue Apr 23, 2013 5:12 pm

Re: GunGame:SM music

Post by antiyou »

Spray223 wrote:Downloading one file at a time is normal, the server makes sequential requests for each file the client is missing. Would you mind listing the files inside of the knifefight directory as well as linking to your websync folder?

Code: Select all

	sound\knifefight\azurebladez.mp3					
	sound\knifefight\complexity.mp3					
	sound\knifefight\dragonrider.mp3					
	sound\knifefight\funkythemainmonkey.mp3					
	sound\knifefight\gohanangers.mp3					
	sound\knifefight\gonnaflynow.mp3					
	sound\knifefight\guilestheme.mp3					
	sound\knifefight\hellmarch.mp3					
	sound\knifefight\megladon.mp3					
	sound\knifefight\mortalkombat.mp3					
	sound\knifefight\thelaunch.mp3					
	sound\knifefight\themadhatter.mp3					
	sound\knifefight\theshow.mp3					
	sound\knifefight\theverystrongest.mp3					
	sound\knifefight\letmehitit.mp3					
	sound\knifefight\luffysfierceattack.mp3					
	sound\knifefight\lowofsolipsismii.mp3					
	sound\knifefight\lightemup.mp3	

Code: Select all

// Songs to play during the fight, comma delimited. (example: knifefight/song1.mp3,knifefight/song2.mp3,knifefight/song3.mp3) (max: 20)
// -
// Default: ""

sm_knifefight_fightsongs "knifefight/azurebladez.mp3,knifefight/complexity.mp3,knifefight/dragonrider.mp3,knifefight/funkythemainmonkey.mp3,knifefight/gohanangers.mp3,knifefight/gonnaflynow.mp3,knifefight/guilestheme.mp3,knifefight/hellmarch.mp3,knifefight/megladon.mp3,knifefight/mortalkombat.mp3,knifefight/thelaunch.mp3,knifefight/themadhatter.mp3,knifefight/theshow.mp3,knifefight/theverystrongest.mp3,knifefight/letmehitit.mp3,knifefight/luffysfierceattack.mp3,knifefight/lowofsolipsismii.mp3,knifefight/lightemup.mp3"
http://turtletime.site.nfoservers.com/server/sound/
User avatar
Spray
Former staff
Former staff
Posts: 630
Joined: Wed Dec 28, 2011 10:41 pm
Location: Oregon

Re: GunGame:SM music

Post by Spray »

I see. That CVAR value is too long (sm_knifefight_fightsongs). The plugin developer should have used a .txt config. Try removing a few of those songs and trying again.
antiyou
New to forums
New to forums
Posts: 9
Joined: Tue Apr 23, 2013 5:12 pm

Re: GunGame:SM music

Post by antiyou »

Spray223 wrote:I see. That CVAR value is too long (sm_knifefight_fightsongs). The plugin developer should have used a .txt config. Try removing a few of those songs and trying again.

Alright! But what about the end game music?
Post Reply