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

[CS:S/CS:GO/TF2] shavit's bhoptimer (v2.5.5a 08/August/2019)


Post New Thread Reply   
 
Thread Tools Display Modes
Lial
Junior Member
Join Date: Dec 2015
Old 01-20-2018 , 10:02   Re: [CS:S/CS:GO/TF2] shavit's simple bhop timer (1.4b 21/September/2015)
Reply With Quote #1161

there are no sounds of shots from other players, own sounds are normal.
How can I disable this?
Lial is offline
shavit
AlliedModders Donor
Join Date: Dec 2011
Location: Israel
Old 01-20-2018 , 15:19   Re: [CS:S/CS:GO/TF2] shavit's simple bhop timer (1.4b 21/September/2015)
Reply With Quote #1162

Quote:
Originally Posted by Lial View Post
there are no sounds of shots from other players, own sounds are normal.
How can I disable this?
are you using !hide?
__________________
retired
shavit is offline
Lial
Junior Member
Join Date: Dec 2015
Old 01-20-2018 , 15:53   Re: [CS:S/CS:GO/TF2] shavit's simple bhop timer (1.4b 21/September/2015)
Reply With Quote #1163

Quote:
Originally Posted by shavit View Post
are you using !hide?
1.no

2.and sometimes shavit_misc_godmode 2 not working, i dont know why, but fix is
replace:
return Plugin_Handled;
to
damage = 0.0;
return Plugin_Changed;
p.s. cs:go

Last edited by Lial; 01-20-2018 at 16:01.
Lial is offline
shavit
AlliedModders Donor
Join Date: Dec 2011
Location: Israel
Old 01-20-2018 , 17:28   Re: [CS:S/CS:GO/TF2] shavit's simple bhop timer (1.4b 21/September/2015)
Reply With Quote #1164

Quote:
Originally Posted by Lial View Post
1.no

2.and sometimes shavit_misc_godmode 2 not working, i dont know why, but fix is
replace:
return Plugin_Handled;
to
damage = 0.0;
return Plugin_Changed;
p.s. cs:go
I'm not sure if the weapon sound issue is caused by bhoptimer then. It only affects users who hide other players.

If you're able to consistently reproduce the godmode issue - in what map does it happen?
__________________
retired
shavit is offline
Lial
Junior Member
Join Date: Dec 2015
Old 01-20-2018 , 19:00   Re: [CS:S/CS:GO/TF2] shavit's simple bhop timer (1.4b 21/September/2015)
Reply With Quote #1165

Quote:
Originally Posted by shavit View Post
I'm not sure if the weapon sound issue is caused by bhoptimer then. It only affects users who hide other players.

If you're able to consistently reproduce the godmode issue - in what map does it happen?
1.i delete:
"public Action Shotgun_Shot(const char[] te_name, const int[] Players, int numClients, float delay)"
and problem with weapon sounds fixed.

2.any map, for example mg_new_metal_course_level
Lial is offline
hmmmmm
Great Tester of Whatever
Join Date: Mar 2017
Location: ...
Old 01-31-2018 , 15:45   Re: [CS:S/CS:GO/TF2] shavit's simple bhop timer (1.4b 21/September/2015)
Reply With Quote #1166

Here is a plugin I made a while back, just prints to discord via a webhook whenever a server record is beaten. I was too lazy to make ConVars or a cfg for all the options at the time so they're all defined as macros at the top of the plugin which you'll have to change. Needs the smjansson and SteamWorks extensions to run as well as Deathknife's Discord API plugin

Looks something like this: https://i.imgur.com/60v2Pjr.png
Attached Files
File Type: sp Get Plugin or Get Source (shavit-discord.sp - 742 views - 2.9 KB)

Last edited by hmmmmm; 04-22-2018 at 20:12.
hmmmmm is offline
Nickelony
Junior Member
Join Date: Aug 2017
Location: Poland
Old 02-02-2018 , 14:35   Re: [CS:S/CS:GO/TF2] shavit's simple bhop timer (1.4b 21/September/2015)
Reply With Quote #1167



shavit-stars is a addon for shavit's bhop timer, that adds *stars* which you can get for beating specific times on any map for any style and any track.

The required times are calculated using these ConVars: (WR * {value} = Required time)
  • "shavit_stars_star1" "1.75"
  • "shavit_stars_star2" "1.50"
  • "shavit_stars_star3" "1.25"
  • "shavit_stars_star4" "1.00"

This plugin also features a ranking system for star collectors.

Available commands:
  • !stars / !st - Shows the required times to get each star for your current style.
  • !rankstars / !rankst - Shows your current rank and stars you've collected.
  • !topstars / !topst - Shows the top 100 star collectors list.

HUD Screenshot: (not much, it's just this on the bottom of the screen)


Other Screenshots: (actually just 1 screenshot)
Attached Files
File Type: smx shavit-stars.smx (21.9 KB, 681 views)
File Type: sp Get Plugin or Get Source (shavit-stars.sp - 574 views - 19.7 KB)

Last edited by Nickelony; 02-02-2018 at 14:38.
Nickelony is offline
shavit
AlliedModders Donor
Join Date: Dec 2011
Location: Israel
Old 02-02-2018 , 21:56   Re: [CS:S/CS:GO/TF2] shavit's simple bhop timer (1.4b 21/September/2015)
Reply With Quote #1168

Thank you guys for the contributions! I've added the modules as links in the OP.
__________________
retired
shavit is offline
SomeFatKid
Junior Member
Join Date: Jan 2016
Old 02-07-2018 , 02:09   Re: [CS:S/CS:GO/TF2] shavit's simple bhop timer (1.4b 21/September/2015)
Reply With Quote #1169

Quote:
Originally Posted by Nickelony View Post


shavit-stars is a addon for shavit's bhop timer, that adds *stars* which you can get for beating specific times on any map for any style and any track.

The required times are calculated using these ConVars: (WR * {value} = Required time)
  • "shavit_stars_star1" "1.75"
  • "shavit_stars_star2" "1.50"
  • "shavit_stars_star3" "1.25"
  • "shavit_stars_star4" "1.00"

This plugin also features a ranking system for star collectors.

Available commands:
  • !stars / !st - Shows the required times to get each star for your current style.
  • !rankstars / !rankst - Shows your current rank and stars you've collected.
  • !topstars / !topst - Shows the top 100 star collectors list.

HUD Screenshot: (not much, it's just this on the bottom of the screen)


Other Screenshots: (actually just 1 screenshot)
Are you able to hook this in with !hud so users can remove stars from their hud if they desire?

Otherwise, works well with latest repo.
SomeFatKid is offline
shavit
AlliedModders Donor
Join Date: Dec 2011
Location: Israel
Old 02-07-2018 , 10:53   Re: [CS:S/CS:GO/TF2] shavit's simple bhop timer (1.4b 21/September/2015)
Reply With Quote #1170

Quote:
Originally Posted by SomeFatKid View Post
Are you able to hook this in with !hud so users can remove stars from their hud if they desire?

Otherwise, works well with latest repo.
there isn't an api to add your own entries to !hud yet
__________________
retired
shavit is offline
Reply


Thread Tools
Display Modes

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 19:11.


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