Raised This Month: $ Target: $400
 0% 

[CS:GO] Round Sound!


Post New Thread Reply   
 
Thread Tools Display Modes
bondyfan
Junior Member
Join Date: Sep 2012
Location: Czech republic
Old 09-01-2012 , 04:27   Re: [CS:GO] Round Sound!
Reply With Quote #21

i cant hear anything in my game console is : [Sound] S_StartSound(): Failed to load sound 'music\misc\ctwinnar3.mp3'. Can't create mixer.
HELP
bondyfan is offline
bondyfan
Junior Member
Join Date: Sep 2012
Location: Czech republic
Old 09-01-2012 , 04:56   Re: [CS:GO] Round Sound!
Reply With Quote #22

I have fix for this! ) http://forums.steampowered.com/forum....php?t=2911342
But still i hear original CS:GO music
Is there any fix for this?
bondyfan is offline
tumtum
Senior Member
Join Date: Aug 2012
Old 09-01-2012 , 05:40   Re: [CS:GO] Round Sound!
Reply With Quote #23

Quote:
Originally Posted by bondyfan View Post
I have fix for this! ) http://forums.steampowered.com/forum....php?t=2911342
But still i hear original CS:GO music
Is there any fix for this?
Yeah converting is a big problem.
But no there is no tool to remove the sound. I have started a topic of it and get no answers.
That means that neveryone know it.
tumtum is offline
codeye
Junior Member
Join Date: Aug 2009
Old 09-01-2012 , 09:02   Re: [CS:GO] Round Sound!
Reply With Quote #24

hi, well i have got join sound working fine but i cannot get round sound to work? it aint even downloading the sounds, do i need to have a command like sm_roundsound "music/misc/mymp3" ? i have edited your sounds with mine and changed the sp file to match my sounds am i doing something wrong? help appreciated also should the command not be sm_round_sound and not sm_roundsound?

Last edited by codeye; 09-01-2012 at 09:06.
codeye is offline
tumtum
Senior Member
Join Date: Aug 2012
Old 09-01-2012 , 10:19   Re: [CS:GO] Round Sound!
Reply With Quote #25

Quote:
Originally Posted by nevalopo View Post
Ahh.. I managed to fix it now. I had Music Volume to 0.

Are there any way to remove the original music volumes?
Everyone ask this and me too =)
I dont know, i think it is not possible now.

We need to wait on valve or other programmers to remove it safely with no bugs or errors.

Last edited by berni; 09-15-2012 at 06:10.
tumtum is offline
berni
SourceMod Plugin Approver
Join Date: May 2007
Location: Austria
Old 09-15-2012 , 06:11   Re: [CS:GO] Round Sound!
Reply With Quote #26

Quote:
Originally Posted by nevalopo View Post
Ahh.. I managed to fix it now. I had Music Volume to 0.

Are there any way to remove the original music volumes?
I think it's possible using the play command on the client.

Why exactly has there to be a round end sound plugin for every game ? I see no reason for this plugin spamming.

PHP Code:
ServerCommand("sm plugins unload \"RoundSound.smx\""); 
Don't do that!

You could also just make two folders, one for the first team, and one for the second and read out the mp3's in the folders dynamically.
hardcoding sounds isn't really nice.

Greetings ~Berni

Edit: sorry for editing your last post, I clicked edit instead of quote...
__________________
Why reinvent the wheel ? Download smlib with over 350 useful functions.

When people ask me "Plz" just because it's shorter than "Please" I feel perfectly justified to answer "No" because it's shorter than "Yes"
powered by Core i7 3770k | 32GB DDR3 1886Mhz | 2x Vertex4 SSD Raid0
berni is offline
Rp.KryptoNite
Senior Member
Join Date: Feb 2012
Location: Israel
Old 09-19-2012 , 13:50   Re: [CS:GO] Round Sound!
Reply With Quote #27

working for Css ?
Rp.KryptoNite is offline
tumtum
Senior Member
Join Date: Aug 2012
Old 09-20-2012 , 04:53   Re: [CS:GO] Round Sound!
Reply With Quote #28

Quote:
Originally Posted by Rp.KryptoNite View Post
working for Css ?
Yes
tumtum is offline
Cherzo
Member
Join Date: Sep 2012
Old 09-20-2012 , 21:25   Re: [CS:GO] Round Sound!
Reply With Quote #29

Hey, sorry for my bad english..

When i type "rcon sm plugins load RoundSound" in the Console, i get the following error message:

"[SM] Loaded plugin RoundSound.smx successfully.
[SM] Plugin RoundSound unloaded successfully."

also after a server restart, nothing happens. The Server downloading no sounds and will not load the RoundSound plugin.

i need help for this.
ty
Cherzo is offline
zyberis
Junior Member
Join Date: Nov 2012
Old 11-13-2012 , 15:59   Re: [CS:GO] Round Sound!
Reply With Quote #30

Hi there..

There is a fix for make sounds louder.

Tutorial:
  • Firstly do not put sounds to sound/music, put sound in sound/anyFolder.
  • Then open sm file and find EmitSoundToAll("music/misc/twinnar1.mp3");
  • Then replace this command with ClientCommand(0, "play *anyFolder/misc/twinnar1.mp3"); DO NOT FORGET STAR INFRONT ON anyFolder!!!
  • Then repeat it with all EmitSoundToAll().
  • Save, Compile and now you can hear sounds.

How it works:

Firstly, when CS:GO starts sound from music folder, sounds are played with basic CS:GO music. But when you start playing sound with play "*/anyfolder/anysound.mp3", because of that star(*), CS:GO do not know what kind of sound it plays, so Sound is played on other sounds.

Last edited by zyberis; 11-13-2012 at 16:00.
zyberis is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 06:20.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode