Raised This Month: $51 Target: $400
 12% 

[CS:GO/CSS] AbNeR Round End Sounds V4.0.3 07/30/2023


Post New Thread Reply   
 
Thread Tools Display Modes
NoobScripter
Member
Join Date: Dec 2016
Old 01-21-2017 , 14:40   Re: [CS:GO/CSS] AbNeR Round End Sounds V3.4 01/24/2016
Reply With Quote #201

Hello, could you make a cvar that on the draw rounds plays music from a path? except t or ct? thanks
NoobScripter is offline
AbNeR_CSS
Senior Member
Join Date: Jun 2010
Location: São Paulo - Brazil
Old 01-28-2017 , 11:22   Re: [CS:GO/CSS] AbNeR Round End Sounds V3.4 01/24/2016
Reply With Quote #202

Quote:
Originally Posted by MFS View Post
The modification, which allows to play files with spaces, underscores, long names, and so on - CS:GO ONLY!

we find code

ClientCommand(i, "play %s", szSound);
and
ClientCommand(i, "play *%s", szSound);

replaced by

ClientCommand(i, "play \"%s\"", szSound);
and
ClientCommand(i, "play \"*%s\"", szSound);



and find

char name[128];
char szSound[128];

replaced by

char name[228];
char szSound[228];

Revised author mr. AlmazOn
Quote:
Originally Posted by InvexByte View Post
Attached a version of the plugin that uses a config file to print out the proper name of songs (rather than just the path) if you specify one in a config file. Otherwise it falls back on the path.

Includes CSGO changes by 'MFS' posted above, revert if need be for other mods.

May be useful to some.
Thanks for the support, i will test this and submit a new version, you can make pull requests in GitHub repository https://github.com/abnerfs/round_end_sounds/, i think it is an easier way for me see and test it
__________________
It's faster to find me in GitHub, open an Issue: https://github.com/abnerfs?utf8=%E2%...age=sourcepawn
AbNeR_CSS is offline
AbNeR_CSS
Senior Member
Join Date: Jun 2010
Location: São Paulo - Brazil
Old 01-28-2017 , 14:14   Re: [CS:GO/CSS] AbNeR Round End Sounds V3.5 01/28/2017
Reply With Quote #203

Updated v3.5

  • Code refactoring.
  • Added fix by MFS to play sounds with spaces.
  • Added feature by InvexByte to name sounds in configs/abner_res.txt
  • Added res_draw_path "1" - Path of sounds played when Round Draw or 0 - Don´t play sounds, 1 - Play TR sounds, 2 - Play CT sounds
Some nice sounds to use with this plugin by Bonnis, 50 for Terrorist wins and 50 for Counter Terrorist:
http://www.bananparty.se/downloads.p...download_id=18
__________________
It's faster to find me in GitHub, open an Issue: https://github.com/abnerfs?utf8=%E2%...age=sourcepawn

Last edited by AbNeR_CSS; 01-29-2017 at 06:59.
AbNeR_CSS is offline
AbNeR_CSS
Senior Member
Join Date: Jun 2010
Location: São Paulo - Brazil
Old 01-29-2017 , 06:47   Re: [CS:GO/CSS] AbNeR Round End Sounds V3.4 01/24/2016
Reply With Quote #204

Quote:
Originally Posted by NoobScripter View Post
Hello, could you make a cvar that on the draw rounds plays music from a path? except t or ct? thanks
Use res_draw_path cvar added in 3.5 version
__________________
It's faster to find me in GitHub, open an Issue: https://github.com/abnerfs?utf8=%E2%...age=sourcepawn
AbNeR_CSS is offline
MFS
AlliedModders Donor
Join Date: Dec 2010
Old 02-06-2017 , 10:39   Re: [CS:GO/CSS] AbNeR Round End Sounds V3.5 01/28/2017
Reply With Quote #205

Hi,

'my' edits spoil the sound in the CSS. Therefore it is only for CSGO.
MFS is offline
amicull
Junior Member
Join Date: Feb 2017
Old 02-07-2017 , 14:36   Re: [CS:GO/CSS] AbNeR Round End Sounds V3.5 01/28/2017
Reply With Quote #206

Man, how i can add res_play_to_the_end? I want to use that, but i don't want to downgrade to v3.2 . Can you help me? How i compile this smx? Can you give me the code? Thanks!
amicull is offline
AbNeR_CSS
Senior Member
Join Date: Jun 2010
Location: São Paulo - Brazil
Old 02-12-2017 , 06:53   Re: [CS:GO/CSS] AbNeR Round End Sounds V3.5 01/28/2017
Reply With Quote #207

Quote:
Originally Posted by MFS View Post
Hi,

'my' edits spoil the sound in the CSS. Therefore it is only for CSGO.
UPDATED v3.5fix
- Fixed sound in CSS
__________________
It's faster to find me in GitHub, open an Issue: https://github.com/abnerfs?utf8=%E2%...age=sourcepawn
AbNeR_CSS is offline
away000
Veteran Member
Join Date: Sep 2010
Old 02-16-2017 , 17:44   Re: [CS:GO/CSS] AbNeR Round End Sounds V3.5fix 02/12/2017
Reply With Quote #208

Hey AbNer, this plugin is awsome but the music is too loud, can u put a cvar to controll the volume?
__________________
away000 is offline
Cooky
Veteran Member
Join Date: Jun 2010
Location: 127.0.0.1
Old 02-17-2017 , 02:39   Re: [CS:GO/CSS] AbNeR Round End Sounds V3.5fix 02/12/2017
Reply With Quote #209

Quote:
Originally Posted by away000 View Post
Hey AbNer, this plugin is awsome but the music is too loud, can u put a cvar to controll the volume?
Edit the music file yourself, so it's not so loud anymore?
Cooky is offline
away000
Veteran Member
Join Date: Sep 2010
Old 02-17-2017 , 07:43   Re: [CS:GO/CSS] AbNeR Round End Sounds V3.5fix 02/12/2017
Reply With Quote #210

Quote:
Originally Posted by Cooky View Post
Edit the music file yourself, so it's not so loud anymore?
Or ask the dev a new and cool feature that could possible fix the same issue for anyone who think this is a issue? Plus, implement one more extra feature?
__________________
away000 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 04:01.


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