Raised This Month: $ Target: $400
 0% 

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


Post New Thread Reply   
 
Thread Tools Display Modes
tommie
Junior Member
Join Date: Jul 2020
Location: US
Old 09-21-2020 , 16:14   Re: [CS:S/CS:GO/TF2] shavit's bhoptimer (v2.5.5a 08/August/2019)
Reply With Quote #1301

Quote:
Originally Posted by tommie View Post
Okay thank you, works like a charm
forgive me for that last comment, after I tested it on a few maps it's still giving the same issue, none of the id numbers are repeating nither are the ordering numbers, the last thing I could think of is deleting all the records but I'm not sure if the same problem will happen later on
tommie is offline
Focus Nation
Member
Join Date: Nov 2020
Old 12-09-2020 , 16:35   Re: [CS:S/CS:GO/TF2] shavit's bhoptimer (v2.5.5a 08/August/2019)
Reply With Quote #1302

Why is the timer like this?
__________________

Focus Nation is offline
Schasss
New Member
Join Date: Dec 2020
Old 12-16-2020 , 12:02   Re: [CS:S/CS:GO/TF2] shavit's bhoptimer (v2.5.5a 08/August/2019)
Reply With Quote #1303

Hi, can you help fix the bug with speed. I have a plugin shavitbhoptimer and Vip Speed ​​when the player starts jumping this speed is disabled
Schasss is offline
Whytti
Junior Member
Join Date: Mar 2020
Old 01-04-2021 , 20:16   Re: [CS:S/CS:GO/TF2] shavit's bhoptimer (v2.5.5a 08/August/2019)
Reply With Quote #1304

Quote:
Originally Posted by Focus Nation View Post
Why is the timer like this?
Try this: https://github.com/Franc1sco/FixHintColorMessages

Quote:
Hi, can you help fix the bug with speed. I have a plugin shavitbhoptimer and Vip Speed ​​when the player starts jumping this speed is disabled
Check sourcemod/configs/shavit-styles.cfg or addons/cfg/sourcemod/plugin.shavit-misc.cfg - maybe here you will find some cvars to solve your problem.
Whytti is offline
Nooneknow
New Member
Join Date: Mar 2021
Old 03-31-2021 , 18:21   Re: [CS:S/CS:GO/TF2] shavit's bhoptimer (v2.5.5a 08/August/2019)
Reply With Quote #1305

Hi!

I'm completly new on this world and I'm making a bhop server.
The server is already working but i have an issue that I can't fix.
When someone beats the record the !replay works and the bot can repeat the run but when the server restarts, in the same map all replays are unvaliable but records don't.

I've tried to search how to fix it but didn't find nothing.
If someone know how to fix it i will be happy

Cheers
Nooneknow is offline
shuksieno123
Member
Join Date: Jun 2013
Old 04-12-2021 , 05:46   Re: [CS:S/CS:GO/TF2] shavit's bhoptimer (v2.5.5a 08/August/2019)
Reply With Quote #1306

Can anyone share premade zones database for Bhop maps?
shuksieno123 is offline
freak.exe_uLow
AlliedModders Donor
Join Date: Jul 2012
Location: Germany
Old 04-12-2021 , 07:48   Re: [CS:S/CS:GO/TF2] shavit's bhoptimer (v2.5.5a 08/August/2019)
Reply With Quote #1307

Quote:
Originally Posted by shuksieno123 View Post
Can anyone share premade zones database for Bhop maps?
join the bhoptimer discord server, there is a user who made this...you can find it under "resources"
https://discord.gg/2jyjGwPVss

Edit: or here: https://github.com/EvanIMK/BHOP-Serv...aster/DATABASE

Last edited by freak.exe_uLow; 04-12-2021 at 07:50.
freak.exe_uLow is offline
shuksieno123
Member
Join Date: Jun 2013
Old 04-12-2021 , 11:08   Re: [CS:S/CS:GO/TF2] shavit's bhoptimer (v2.5.5a 08/August/2019)
Reply With Quote #1308

Quote:
Originally Posted by freak.exe_uLow View Post
join the bhoptimer discord server, there is a user who made this...you can find it under "resources"
https://discord.gg/2jyjGwPVss

Edit: or here: https://github.com/EvanIMK/BHOP-Serv...aster/DATABASE
Cool danke
shuksieno123 is offline
klikk
Member
Join Date: Apr 2021
Old 04-23-2021 , 14:02   Re: [CS:S/CS:GO/TF2] shavit's bhoptimer (v2.5.5a 08/August/2019)
Reply With Quote #1309

I have shavit 2.7.0

Code:
"[shavit] Core" (2.7.0) by shavit
in zone menu i have multiple bonus zone, but when i modify shavit-zone.cfg only first "Bonus #1" modify... other Bonuses stays initial. how can i apply other bonuses like first?

left one is Bonus #1 start zone and right one is Bonus #2 start zone.



This is my shavit-zone.cfg...
Code:
// Absolutely DON'T delete subkeys from this file.
//
// 'visible' defaults to 1, 'flat' defaults to 0.
// Other values default to 255, except for width which is 0.5.
"Zones"
{
	"Sprites"
	{
		"beam"			"shavit/zonaia.vmt"
		"downloads"		"materials/shavit/zonaia.vtf; materials/shavit/zonaia.vmt"
	}

	"Colors"
	{
		"Start"
		{
			"visible"	"1"
			
			"red"		"255"
			"green"		"255"
			"blue"		"255"
			
			"alpha"		"255"
			"width"		"8"

			"flat"		"1"
		}

		"End"
		{
			"visible"	"1"
			
			"red"		"165"
			"green"		"19"
			"blue"		"194"
			
			"alpha"		"255"
			"width"		"8"
			"flat"		"1"
		}

		"Glitch_Respawn"
		{
			"visible"	"0"
			
			"red"		"255"
			"green"		"200"
			"blue"		"0"
			
			"alpha"		"255"
			"width"		"8"

			"flat"		"1"
		}

		"Glitch_Stop"
		{
			"visible"	"0"
			
			"red"		"255"
			"green"		"200"
			"blue"		"0"
			
			"alpha"		"255"
			"width"		"8"

			"flat"		"1"
		}

		"Glitch_Slay"
		{
			"visible"	"0"
			
			"red"		"255"
			"green"		"200"
			"blue"		"0"
			
			"alpha"		"255"
			"width"		"8"

			"flat"		"1"
		}

		"Freestyle"
		{
			"visible"	"1"
			
			"red"		"25"
			"green"		"25"
			"blue"		"255"
			
			"alpha"		"195"
			"width"		"8"

			"flat"		"1"
		}

		"Nolimit"
		{
			"visible"	"1"
			
			"red"		"247"
			"green"		"3"
			"blue"		"255"
			
			"alpha"		"50"
			"width"		"8"

			"flat"		"1"
		}

		"Teleport"
		{
			"visible"	"0"
			
			"red"		"255"
			"green"		"200"
			"blue"		"0"
			
			"alpha"		"255"
			"width"		"8"

			"flat"		"1"
		}

		"Easybhop"
		{
			"visible"	"1"
			
			"red"		"57"
			"green"		"196"
			"blue"		"92"
			
			"alpha"		"175"
			"width"		"8"

			"flat"		"1"
		}

		"Slide"
		{
			"visible"	"1"
			
			"red"		"244"
			"green"		"66"
			"blue"		"92"
			
			"alpha"		"255"
			"width"		"8"

			"flat"		"1"
		}

		"Airaccelerate"
		{
			"visible"	"1"
			
			"red"		"118"
			"green"		"102"
			"blue"		"173"
			
			"alpha"		"255"
			"width"		"8"

			"flat"		"1"
		}

		"Stage"
		{
			"visible"	"1"
			
			"red"		"255"
			"green"		"153"
			"blue"		"0"
			
			"alpha"		"255"
			"width"		"8"

			"flat"		"1"
		}

		"Bonus Start"
		{
			"visible"	"1"
			
			"red"		"255"
			"green"		"255"
			"blue"		"255"
			
			"alpha"		"255"
			"width"		"8"

			"flat"		"1"
		}

		"Bonus End"
		{
			"visible"	"1"
			
			"red"		"123"
			"green"		"20"
			"blue"		"250"
			
			"alpha"		"255"
			"width"		"8"

			"flat"		"1"
		}

		"Bonus Glitch_Respawn"
		{
			"visible"	"0"
			
			"red"		"255"
			"green"		"200"
			"blue"		"0"
			
			"alpha"		"255"
			"width"		"8"

			"flat"		"1"
		}

		"Bonus Glitch_Stop"
		{
			"visible"	"0"
			
			"red"		"255"
			"green"		"200"
			"blue"		"0"
			
			"alpha"		"255"
			"width"		"8"

			"flat"		"1"
		}

		"Bonus Glitch_Slay"
		{
			"visible"	"0"
			
			"red"		"255"
			"green"		"200"
			"blue"		"0"
			
			"alpha"		"255"
			"width"		"8"

			"flat"		"1"
		}

		"Bonus Freestyle"
		{
			"visible"	"1"
			
			"red"		"25"
			"green"		"25"
			"blue"		"255"
			
			"alpha"		"195"
			"width"		"8"

			"flat"		"1"
		}

		"Bonus Nolimit"
		{
			"visible"	"1"
			
			"red"		"247"
			"green"		"3"
			"blue"		"255"
			
			"alpha"		"50"
			"width"		"8"

			"flat"		"1"
		}

		"Bonus Teleport"
		{
			"visible"	"0"
			
			"red"		"255"
			"green"		"200"
			"blue"		"0"
			
			"alpha"		"255"
			"width"		"8"

			"flat"		"1"
		}

		"Bonus Easybhop"
		{
			"visible"	"1"
			
			"red"		"57"
			"green"		"196"
			"blue"		"92"
			
			"alpha"		"175"
			"width"		"8"

			"flat"		"1"
		}

		"Bonus Slide"
		{
			"visible"	"1"
			
			"red"		"244"
			"green"		"66"
			"blue"		"92"
			
			"alpha"		"255"
			"width"		"8"

			"flat"		"1"
		}

		"Bonus Airaccelerate"
		{
			"visible"	"1"
			
			"red"		"118"
			"green"		"102"
			"blue"		"173"
			
			"alpha"		"255"
			"width"		"8"

			"flat"		"1"
		}
		
		"Bonus Stage"
		{
			"visible"	"1"
			
			"red"		"204"
			"green"		"153"
			"blue"		"255"
			
			"alpha"		"255"
			"width"		"8"

			"flat"		"1"
		}
	}
}

Last edited by klikk; 04-23-2021 at 14:09.
klikk is offline
rtldg
New Member
Join Date: Jun 2021
Old 07-30-2021 , 09:09   Re: [CS:S/CS:GO/TF2] shavit's bhoptimer (v2.5.5a 08/August/2019)
Reply With Quote #1310

Version 3.0.x of bhoptimer came out yesterday and can be grabbed from the repo's releases page.
Lots of changes, multiple bonuses, multiple replay bots, postframes, etc.
I'll get shavit to update the thread post eventually with the version and links.
https://github.com/shavitush/bhoptim...ses/tag/v3.0.0

Quote:
Originally Posted by klikk View Post
I have shavit 2.7.0

in zone menu i have multiple bonus zone, but when i modify shavit-zone.cfg only first "Bonus #1" modify... other Bonuses stays initial. how can i apply other bonuses like first?

left one is Bonus #1 start zone and right one is Bonus #2 start zone.
This should be fixed already by a commit that copied the Bonus 1 settings to all subsequent bonus tracks and works correctly for me with the latest 3.0.1 version of the timer
rtldg 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 11:43.


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