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
karabudunn
New Member
Join Date: May 2020
Old 05-03-2020 , 04:54   Re: [CS:S/CS:GO] shavit's simple bhop timer (1.4b 21/September/2015)
Reply With Quote #1291

Quote:
Originally Posted by sneaK View Post
Either the targetname of the teleport destination is being deleted, or the entire tele destination itself is being deleted. The timer doesn't touch trigger_teleports or info_teleport_destinations.

I'd start by checking your other plugins.
hello I registered in the forum for a problem
I need help

1- How can I do prevent acceleration in Zone

2- I want players to be immortal [godmode to all players]
ı dont want to height damage from falling down

3- How can I leave the knife



how can i do these

sorry for english i used translate

Last edited by karabudunn; 05-03-2020 at 16:26.
karabudunn is offline
Abyssz
Junior Member
Join Date: Jan 2020
Old 05-04-2020 , 15:36   Re: [CS:S/CS:GO/TF2] shavit's bhoptimer (v2.5.5a 08/August/2019)
Reply With Quote #1292

Hello. In my server rounds doesnt end when i have shavit timer and i tried looking around and removes some plugins and looked around in the configs foler as well. I even tried adding mp_ignore_round_win_conditions 0 to server.cfg but rounds wont end. Im using it on a minigame server so thats why.
Abyssz is offline
Cruze
Veteran Member
Join Date: May 2017
Old 05-04-2020 , 15:42   Re: [CS:S/CS:GO/TF2] shavit's bhoptimer (v2.5.5a 08/August/2019)
Reply With Quote #1293

Quote:
Originally Posted by Abyssz View Post
Hello. In my server rounds doesnt end when i have shavit timer and i tried looking around and removes some plugins and looked around in the configs foler as well. I even tried adding mp_ignore_round_win_conditions 0 to server.cfg but rounds wont end. Im using it on a minigame server so thats why.
Shavit-Timelimit does it. Check it's cfg out in cfg/sourcemod
__________________
Taking paid private requests! Contact me
Cruze is offline
SniperSK
Junior Member
Join Date: Aug 2018
Location: Slovakia
Old 06-09-2020 , 12:01   Re: [CS:S/CS:GO/TF2] shavit's bhoptimer (v2.5.5a 08/August/2019)
Reply With Quote #1294

Hello, im using shavit bhoptimer, everything works fine, but after adding to my server, i don't see "kill feed" i have minigame server and i dont know how to fix, can someone help me? thanks
SniperSK is offline
Cruze
Veteran Member
Join Date: May 2017
Old 06-09-2020 , 13:54   Re: [CS:S/CS:GO/TF2] shavit's bhoptimer (v2.5.5a 08/August/2019)
Reply With Quote #1295

Quote:
Originally Posted by SniperSK View Post
Hello, im using shavit bhoptimer, everything works fine, but after adding to my server, i don't see "kill feed" i have minigame server and i dont know how to fix, can someone help me? thanks
https://github.com/shavitush/bhoptim...-misc.sp#L3073
Change this to.false and recompile.
Edit: or just "shavit_misc_hideteamchanges" "0"
__________________
Taking paid private requests! Contact me

Last edited by Cruze; 06-09-2020 at 13:56. Reason: Edit
Cruze is offline
AKAYEE
Junior Member
Join Date: Apr 2020
Old 08-03-2020 , 08:44   Re: [CS:S/CS:GO/TF2] shavit's bhoptimer (v2.5.5a 08/August/2019)
Reply With Quote #1296

Hello, im using shavit timer and I'm not planning on changing it but I came across one problem. In my and players opinion shavit-hud (hint message with jumps strafes etc.) is just too big and I was wondering if it would be possible to change that (font-size etc.). I'm not that good with sourcepawn so any help would be appreciated because even if i try to change something I can't seem to compile the plugin.



Screenshot of a massive hud.

Thanks in advance!
AKAYEE is offline
endair
New Member
Join Date: Aug 2020
Old 08-11-2020 , 10:32   Re: [CS:S/CS:GO/TF2] shavit's bhoptimer (v2.5.5a 08/August/2019)
Reply With Quote #1297

Quote:
Originally Posted by shavit View Post
shavit's bhoptimer

Website: https://timer.shav.it/





Follow the requirements or you will receive no support.

This is (nearly) an all-in-one server plugin for Counter-Strike: Source, Counter-Strike: Global Offensive and Team Fortress 2 that adds a timer system and many other utilities, so you can install it and run a proper bunnyhop server.

Includes a records system, map zones (start/end marks etc), bonuses, HUD with useful information, chat processor, miscellaneous such as weapon commands/spawn point generator, bots that replay the best records of the map, sounds, statistics, segmented running, a fair & competitive rankings system and more!

Requirements:
Common Issues:
  • "Unable to load plugin (no debug string table)." - follow the requirements above. Look at the version.
  • "Rankings do not work" - refer to error logs. Rankings only work with MySQL.

Installation:
Building from source
Downloading an existing release - installing is simply drag & drop into the game server's directory.

Configuration:
The wiki contains most relevant information regarding configuration, under the 2nd category's pages.
Configuration files are in cfg/sourcemod/plugin.shavit-*.cfg and addons/sourcemod/configs/shavit-*.

Modules:
shavit-core (REQUIRED)
bhoptimer's core.
It handles connections to the database and exposes an API (natives/forwards) for developers and other modules.
Calculations, gameplay mechanics and such are all handled by the core plugin.

Includes but not limited to: Custom chat messages and colors, snapshots, pausing/resuming, styles (configurable), automatic bunnyhopping, strafe/sync meters that work for most playstyles, double-step fixer (+ds), practice mode, +strafe blocking, +left/right blocking, pre-jump blocking, HSW style (including SHSW) that cannot be abused with joypads, per-style sv_airaccelerate values, teleportation commands (start/end).

Code:
Player commands:
!style, !styles, !diff, !difficulty - Choose your bhop style.
!s, !start, !r, !restart - Start your timer.
!b, !bonus - Start your timer on the bonus track.
!end - Teleport to endzone.
!bend, !bonusend - Teleport to endzone of the bonus track.
!stop - Stop your timer.
!pause, !unpause, !resume - Toggle pause.
!auto, !autobhop - Toggle autobhop.

Admin commands:
!deletemap - Delete all data for a map.
!wipeplayer - Wipe all data for a player.
shavit-zones (REQUIRED)
The zones plugins handles everything related to map zones (such as start/end zone etc) and is necessary for bhoptimer to operate.
Zones are trigger based and are very lightweight.

The zones plugin includes some less common features such as: Multiple tracks (main/bonus), zone editing (after setup), snapping zones to walls/corners/grid, zone setup using the cursor's position, configurable sprite/colors for zone types, zone tracks (main/bonus - can be extended), manual adjustments of coordinates before confirmations, teleport zones, glitch zones, no-limit zones (for styles like 400-velocity), flat/3D boxes for zone rendering, an API and more.

It also contains support for built-in map timers (KZ) and the Fly zoning standard.

Code:
Admin commands: (RCON flag)
!zones, !mapzones - Opens the mapzones menu.
!deletezone - Delete a mapzone.
!deleteallzones - Delete all mapzones.
!modifier - Changes the axis modifier for the zone editor. Usage: !modifier <number>
!addspawn - Adds a custom spawn location.
!delspawn - Deletes a custom spawn location.
!zoneedit, !editzone, !modifyzone - Modify an existing zone.

Admin commands: (ROOT flag)
!reloadzonesettings - Reloads the zone settings.
shavit-chat
The chat plugin manipulates chat messages sent by players.
It includes custom chat names, tags, colors and all can be defined by the players/admins.
Admins need the chat flag, or the "shavit_chat" override (good for a donator perk).
There's a user-friendly command named !cchelp so the users can easily understand what's going on.
In addition, it integrates with rankings and allows you to have titles for players according to their ranking, relative ranking or points in the server using !chatranks.

Code:
Player commands:
!cchelp - Provides help with setting a custom chat name/message color.
!ccname - Toggles/sets a custom chat name. Usage: !ccname <text> or !ccname "off" to disable.
!ccmsg, !ccmessage - Toggles/sets a custom chat message color. Usage: !ccmsg <color> or !ccmsg "off" to disable.
!chatrank, !chatranks - View a menu with the chat ranks available to you.
!ranks - View a menu with all the obtainable chat ranks.

Admin commands: (CHAT flag)
!cclist - Print the custom chat setting of all online players.

Admin commands: (ROOT flag)
!reloadchatranks - Reloads the chatranks config file.
shavit-hud
The HUD plugin is bhoptimer's OSD frontend.
It shows most (if not all) of the information that the player needs to see.
shavit-hud integrates with Bunnyhop Statistics for CS:S.

Some features are: Per-player settings (!hud), truevel and gradient-like display (CS:GO).

Code:
Player commands:
!hud, !options - Opens the HUD settings menu.
shavit-misc
This plugin handles miscellaneous things used in bunnyhop servers.

Such as: Team handling (respawning/spectating too), spectators list (!specs), smart player hiding that works for spectating too, teleportation to other players, weapon commands (!knife/!usp/!glock) and ammo management, segmented checkpoints, noclipping (can be set to work for VIPs/admins only), drop-all, godmode, prespeed blocking, prespeed limitation, chat tidying, radar hiding, weapon drop cleaning, player collision removal, auto-respawning, spawn points generator, radio removal, scoreboard manipulation, model opacity changes, fixed runspeed, automatic and configurable chat advertisements, player ragdoll removal and WR messages.

Code:
Player commands:
!specs, !spectators - Show a list of spectators.
!spec, !spectate - Moves you to the spectators' team. Usage: !spec [target]
!hide, !unhide - Toggle players' hiding.
!tpto, !goto - Teleport to another player. Usage: !tpto [target]
!usp, !glock, !knife - Spawn a USP/Glock/Knife.
!cp, !cpmenu, !checkpoint, !checkpoints - Opens the checkpoints menu.
!save - Saves checkpoint (default: 1). Usage: !save [number]
!tele - Teleports to checkpoint (default: 1). Usage: !tele [number]
!p, !prac, !practice, !nc, !noclipme, +noclip - Toggles noclip.
shavit-rankings (MySQL only)
Enables !rank, !top and introduces map tiers (!settier).
Each record gets points assigned to it according to the map's tier and overall - how good the time is.
This system doesn't allow "rank grinding" by beating all of the easy maps on the server but instead, awards the players that get the best times on the hardest maps and styles.

Code:
Player commands:
!tier, !maptier - Prints the map's tier to chat.
!rank - Show your or someone else's rank. Usage: !rank [name]
!top - Show the top 100 players.

Admin commands: (RCON flag)
!settier, !setmaptier - Change the map's tier. Usage: !settier <tier>
!recalcmap - Recalculate the current map's records' points.

Admin commands: (ROOT flag)
!recalcall - Recalculate the points for every map on the server. Run this after you change the ranking multiplier for a style or after you install the plugin.
shavit-replay
Creates a replay bot that records the players' world records and playback them on command (!replay/automatic).
The replay bot playback can be stopped (if central) and the saved replay can be deleted by server administrators.
Replay bots will change their clan tags/names according to the server's configuration.

Code:
Player commands:
!replay - Opens the central bot menu. For admins: '!replay stop' to stop the playback.

Admin commands: (RCON flag)
!deletereplay - Open replay deletion menu.
shavit-sounds
Will play custom sounds when event actions happen.
Such as: Getting a world record, improving your own record, getting the worst record in the server, beating a map for the first time or setting a rank #X record.

shavit-stats
The statistics plugin is a statistics frontend for the players.
It displays rankings, maps done, maps left, server records, SteamID, country, map completion, last login date and more useful information!

Code:
Player commands:
!profile, !stats - Show the player's profile. Usage: !profile [target]
shavit-timelimit
Sets a dynamic map time limit according to the average completion time of the map.

shavit-wr
Saves the players' records to the database and allows players to see the server's records.
The ability to see records for other maps also exists and can be lazily looked up (!wr map_name, or a part of the map's name).

Code:
Player commands:
!wr, !worldrecord - View the leaderboard of a map. Usage: !wr [map]
!bwr, !bworldrecord, !bonusworldrecord - View the *bonus* leaderboard of a map. Usage: !bwr [map]
!recent, !recentrecords, !rr - View the recent #1 times set.

Admin commands: (RCON flag)
!delete, !deleterecord, !deleterecords - Opens a record deletion menu interface.
!deletall - Deletes all the records for this map.
!deletestylerecords - Deletes all the records for a style.
Third-party modules:
[CS:S/CS:GO] shavit-credits by wyd3x
"Give X credits to player when he Finish map."

[CS:S/CS:GO] shavit-dieonfinish by ofir753
"Slay a player when he finish the map."

[CS:S/CS:GO] shavit-credits (Zephyrus)
The shavit-credits module, but with compatibility for Zephyrus' store plugin.

[CS:S/CS:GO] shavits-zonedmaps
Displays a list of zoned, unzoned or all the maps. Great if you need to see which maps are zone-less so you can go through them.

[CS:S/CS:GO] shavit-discord
Sends a Discord webhook to a channel when there's a new map record.

[CS:S/CS:GO] shavit-stars
Adds star ranking (like in Mirror's Edge) which you can get for beating specific times on maps.
Note that this module changes some of your database structure. Back up before using.

[CS:S/CS:GO] shavit-scrollmode-warning
Warns players not to use scroll macros or infinite/hyperscrolling mouse wheels on scroll modes.

Videos:


Developer's notes:
I want to thank everyone involved with the project. I couldn't make it to this point without you guys.
It includes everyone who reported issues, suggested features and contributed code.
The purpose of bhoptimer is to help you setup a clean, minimal and fun bunnyhop server without too much hassle.
I aim to replace the private/paid timers with my free and open-source alternative. They usually sell for hundreds of dollars. If you wish to donate to me or leave feedback, please refer to the last section of CONTRIBUTING.md!

bhoptimer has been downloaded 5,200 times before getting out of beta.


Hi shavit, i have 2 problems.

1. I dont see time in hud (i tried to click everything)
2. After a warmup i have a 5 minute round and i can skip it only if everyone dies (i have mp_roundtime 60) and some plugins are disabled at this round
endair is offline
tommie
Junior Member
Join Date: Jul 2020
Location: US
Old 09-16-2020 , 16:45   Re: [CS:S/CS:GO/TF2] shavit's bhoptimer (v2.5.5a 08/August/2019)
Reply With Quote #1298

I'm not sure if these is only a problem for me and I don't think its possible for me to go through every page trying to find a answer for it but when I create a new style and restart the server it puts the records from seg or from a random style into the new style I created so for example my seg time on bhop_stref_amazon is 19.2 but it said it was 19.2 for a only and I'm not sure how to fix it or if I can delete the a only time and the seg time will still be there.

If someone help me out that would be gratefully appreciated

Thanks
tommie is offline
AuricYoutube
Senior Member
Join Date: Aug 2016
Location: Here
Old 09-17-2020 , 01:48   Re: [CS:S/CS:GO/TF2] shavit's bhoptimer (v2.5.5a 08/August/2019)
Reply With Quote #1299

Quote:
Originally Posted by tommie View Post
I'm not sure if these is only a problem for me and I don't think its possible for me to go through every page trying to find a answer for it but when I create a new style and restart the server it puts the records from seg or from a random style into the new style I created so for example my seg time on bhop_stref_amazon is 19.2 but it said it was 19.2 for a only and I'm not sure how to fix it or if I can delete the a only time and the seg time will still be there.

If someone help me out that would be gratefully appreciated

Thanks
Don't put the same number for different styles, if you want to change the ordering in !styles there is a "ordering" setting you can change instead.

Code:
	"0"
	{
		// Accessibility
		"enabled"			"1" // When disabled, style will be unusable. -1 to also make the style not show in menus.
		"inaccessible"		"0" // This setting makes it so you can't manually switch to this style but only by functionality from timer modules.

		// Strings
		"name"				"Normal" // Style name.
                ...
		"ordering"			"2"
Code:
	"1"
	{
		// Accessibility
		"enabled"			"1" // When disabled, style will be unusable. -1 to also make the style not show in menus.
		"inaccessible"		"0" // This setting makes it so you can't manually switch to this style but only by functionality from timer modules.

		// Strings
		"name"				"Sideways" // Style name.
                ...
		"ordering"			"1"
AuricYoutube is offline
tommie
Junior Member
Join Date: Jul 2020
Location: US
Old 09-21-2020 , 12:13   Re: [CS:S/CS:GO/TF2] shavit's bhoptimer (v2.5.5a 08/August/2019)
Reply With Quote #1300

Quote:
Originally Posted by AuricYoutube View Post
Don't put the same number for different styles, if you want to change the ordering in !styles there is a "ordering" setting you can change instead.

Code:
	"0"
	{
		// Accessibility
		"enabled"			"1" // When disabled, style will be unusable. -1 to also make the style not show in menus.
		"inaccessible"		"0" // This setting makes it so you can't manually switch to this style but only by functionality from timer modules.

		// Strings
		"name"				"Normal" // Style name.
                ...
		"ordering"			"2"
Code:
	"1"
	{
		// Accessibility
		"enabled"			"1" // When disabled, style will be unusable. -1 to also make the style not show in menus.
		"inaccessible"		"0" // This setting makes it so you can't manually switch to this style but only by functionality from timer modules.

		// Strings
		"name"				"Sideways" // Style name.
                ...
		"ordering"			"1"
Okay thank you, works like a charm
tommie 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 06:35.


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