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

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


Post New Thread Reply   
 
Thread Tools Display Modes
shavit
AlliedModders Donor
Join Date: Dec 2011
Location: Israel
Old 05-19-2016 , 22:35   Re: [CS:S/CS:GO] shavit's simple bhop timer (1.4b 21/September/2015)
Reply With Quote #451

Quote:
Originally Posted by XTN View Post
Is it possible to add HSW-Style?
Player has to hold W all the time and strafes with A and D.

Would be nice
At this moment no. It is planned though!

Quote:
Originally Posted by Kruzi View Post
could someone make for web "Last 10 records" or "Records today". It would be nice) And maybe All records for one map on one page(with different styles).
Will be added shortly.

For now, https://github.com/shavitush/bhoptim...4c416c7b9466c3
__________________
retired
shavit is offline
shavit
AlliedModders Donor
Join Date: Dec 2011
Location: Israel
Old 05-19-2016 , 23:59   Re: [CS:S/CS:GO] shavit's simple bhop timer (1.4b 21/September/2015)
Reply With Quote #452

Added 'recent records' to the web interface.
https://github.com/shavitush/bhoptim...9620885775a52d
__________________
retired
shavit is offline
shavit
AlliedModders Donor
Join Date: Dec 2011
Location: Israel
Old 05-20-2016 , 00:46   Re: [CS:S/CS:GO] shavit's simple bhop timer (1.4b 21/September/2015)
Reply With Quote #453

Added new style properties as you guys requested!

Code:
#define STYLE_NONE				(0)
#define STYLE_AUTOBHOP			(1 << 0) // enable autobhop
#define STYLE_BLOCK_W			(1 << 1) // block +forward
#define STYLE_BLOCK_A			(1 << 2) // block +moveleft
#define STYLE_BLOCK_S			(1 << 3) // block +back
#define STYLE_BLOCK_D			(1 << 4) // block +moveright
#define STYLE_EASYBHOP			(1 << 5) // enable easybhop (disable stamina reset)
#define STYLE_VEL_LIMIT			(1 << 6) // allow velocity limits
#define STYLE_BLOCK_USE			(1 << 7) // block +use
#define STYLE_UNRANKED			(1 << 8) // unranked style. no ranking points and no records. (UNTESTED: REPORT ISSUES!)
#define STYLE_NOREPLAY			(1 << 9) // disable replay bot for this style. don't use for unranked styles.
#define STYLE_PRESPEED			(1 << 10) // allow prespeeding regardless of the prespeed setting
Hype! We're getting to 1.5b soon, it's not so far ahead.
I have delayed rankings to 1.6b.
__________________
retired
shavit is offline
Kruzi
Senior Member
Join Date: Dec 2014
Location: Kyiv, Ukraine
Old 05-20-2016 , 04:44   Re: [CS:S/CS:GO] shavit's simple bhop timer (1.4b 21/September/2015)
Reply With Quote #454

Quote:
Originally Posted by shavit View Post
Added new style properties as you guys requested!

Code:
#define STYLE_NONE				(0)
#define STYLE_AUTOBHOP			(1 << 0) // enable autobhop
#define STYLE_BLOCK_W			(1 << 1) // block +forward
#define STYLE_BLOCK_A			(1 << 2) // block +moveleft
#define STYLE_BLOCK_S			(1 << 3) // block +back
#define STYLE_BLOCK_D			(1 << 4) // block +moveright
#define STYLE_EASYBHOP			(1 << 5) // enable easybhop (disable stamina reset)
#define STYLE_VEL_LIMIT			(1 << 6) // allow velocity limits
#define STYLE_BLOCK_USE			(1 << 7) // block +use
#define STYLE_UNRANKED			(1 << 8) // unranked style. no ranking points and no records. (UNTESTED: REPORT ISSUES!)
#define STYLE_NOREPLAY			(1 << 9) // disable replay bot for this style. don't use for unranked styles.
#define STYLE_PRESPEED			(1 << 10) // allow prespeeding regardless of the prespeed setting
Hype! We're getting to 1.5b soon, it's not so far ahead.
I have delayed rankings to 1.6b.
Thank u very much! Have a bug. If +use blocked - can't use any buttons. Is it possible to make +use legal for buttons?
Kruzi is offline
shavit
AlliedModders Donor
Join Date: Dec 2011
Location: Israel
Old 05-20-2016 , 06:35   Re: [CS:S/CS:GO] shavit's simple bhop timer (1.4b 21/September/2015)
Reply With Quote #455

Quote:
Originally Posted by Kruzi View Post
Thank u very much! Have a bug. If +use blocked - can't use any buttons. Is it possible to make +use legal for buttons?
I can't programmatically think of any way of doing that, sorry.
__________________
retired
shavit is offline
zapparncsgo
Senior Member
Join Date: Dec 2014
Old 05-20-2016 , 06:40   Re: [CS:S/CS:GO] shavit's simple bhop timer (1.4b 21/September/2015)
Reply With Quote #456

Have you added so you can prestrafe up to 275 like in kztimer?
zapparncsgo is offline
ffriozi
Senior Member
Join Date: Feb 2016
Old 05-20-2016 , 11:32   Re: [CS:S/CS:GO] shavit's simple bhop timer (1.4b 21/September/2015)
Reply With Quote #457

Thanks shavit keep the good work
ffriozi is offline
dz.
Junior Member
Join Date: May 2016
Old 05-20-2016 , 11:47   Re: [CS:S/CS:GO] shavit's simple bhop timer (1.4b 21/September/2015)
Reply With Quote #458

It would be nice if someone fix the plugin shavit-sounds by ofir753 because i have this error:

Quote:
SV_StartSound: record/timer-wr2.wav not precached (0)
And yeah, shavit, it would be great too if people could watch the world record of this map without using the !wr command (maybe put it inside the timer box or somewhere else).
dz. is offline
shavit
AlliedModders Donor
Join Date: Dec 2011
Location: Israel
Old 05-20-2016 , 23:00   Re: [CS:S/CS:GO] shavit's simple bhop timer (1.4b 21/September/2015)
Reply With Quote #459

Quote:
Originally Posted by zapparncsgo View Post
Have you added so you can prestrafe up to 275 like in kztimer?
No. But for you, I just stripped the prestrafe code from KZTimer and attached it.

Quote:
Originally Posted by dz. View Post
It would be nice if someone fix the plugin shavit-sounds by ofir753 because i have this error:



And yeah, shavit, it would be great too if people could watch the world record of this map without using the !wr command (maybe put it inside the timer box or somewhere else).
shavit-sounds will be revamped soon into a new module by me.
The HUD is too small and I don't think that I can fit the WR anywhere at this moment
Attached Files
File Type: sp Get Plugin or Get Source (csgoprestrafe.sp - 247 views - 5.6 KB)
__________________
retired

Last edited by shavit; 05-20-2016 at 23:45.
shavit is offline
Kruzi
Senior Member
Join Date: Dec 2014
Location: Kyiv, Ukraine
Old 05-21-2016 , 07:01   Re: [CS:S/CS:GO] shavit's simple bhop timer (1.4b 21/September/2015)
Reply With Quote #460

shavit! Very big request to you!
I have a minigame server and the point is when players die - round ends. But with replay bot round is endless, especially if no record for map - bot is afk. Can u make a cvar that will kill replay bot when last alive player dead or end round? And if no record on map - kick bot, becouse it is minus n-count slots on server.

And i liked a some functions from kztimer too like spectator panel. Player can see in left side of display list of players who is watching on him and players who are watching can see buttons what are pressed by him.

Last edited by Kruzi; 05-21-2016 at 07:03.
Kruzi 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 09:11.


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