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
csgoant
Junior Member
Join Date: Sep 2016
Old 10-30-2017 , 22:24   Re: [CS:S/CS:GO] shavit's simple bhop timer (1.4b 21/September/2015)
Reply With Quote #1101

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.
I figured as much. I looked thought shavit-misc and didnt see anything related to teleport destinations. I think my issue might be from mpbh doing something weird.
csgoant is offline
shavit
AlliedModders Donor
Join Date: Dec 2011
Location: Israel
Old 10-31-2017 , 01:07   Re: [CS:S/CS:GO] shavit's simple bhop timer (1.4b 21/September/2015)
Reply With Quote #1102

Quote:
Originally Posted by csgoant View Post
I figured as much. I looked thought shavit-misc and didnt see anything related to teleport destinations. I think my issue might be from mpbh doing something weird.
That actually might be it; I noticed the same with bhop_alvo in my CS:GO server - teleports randomly broke and I was unsure about what's the cause of it. Let me know if it's related to any of the shavit- plugins and I'll investigate further.
__________________
retired
shavit is offline
EMINEM_FB
Senior Member
Join Date: Dec 2010
Location: Czech republic
Old 10-31-2017 , 13:40   Re: [CS:S/CS:GO] shavit's simple bhop timer (1.4b 21/September/2015)
Reply With Quote #1103

Hello... I have a little problem Yes I see playertimes isnt in database... But why? When I have all other tables like maptiers, mapzones, users in my database...

Quote:
[shavit-stats.smx] Timer (get WR amount) SQL query failed. Reason: Table 'sql_4366.playertimes' doesn't exist
Quote:
[shavit-rankings.smx] Timer (rankings, recalculate map points) error! Reason: Table 'sql_4366.playertimes' doesn't exist
Quote:
[shavit-timelimit.smx] Timer (TIMELIMIT time selection) SQL query failed. Reason: Table 'sql_4366.playertimes' doesn't exist
Quote:
[shavit-wr.smx] Timer (WR cache update) SQL query failed. Reason: Table 'sql_4366.playertimes' doesn't exist
Quote:
[shavit-wr.smx] Timer (WR module) error! Users' times table creation failed. Reason: The used table type doesn't support FULLTEXT indexes
Quote:
[shavit-rankings.smx] Timer (rankings, update all points) error! Reason: Table 'sql_4366.playertimes' doesn't exist
__________________
EMINEM_FB is offline
sneaK
SourceMod Moderator
Join Date: Feb 2015
Location: USA
Old 10-31-2017 , 14:01   Re: [CS:S/CS:GO] shavit's simple bhop timer (1.4b 21/September/2015)
Reply With Quote #1104

Quote:
Originally Posted by EMINEM_FB View Post
Quote:
[shavit-wr.smx] Timer (WR module) error! Users' times table creation failed. Reason: The used table type doesn't support FULLTEXT indexes
That's why.

Upgrade your MySQL installation to 5.6 or higher, or use myISAM (not recommended).

https://stackoverflow.com/questions/...lltext-indexes
__________________

Last edited by sneaK; 10-31-2017 at 14:05.
sneaK is offline
shavit
AlliedModders Donor
Join Date: Dec 2011
Location: Israel
Old 10-31-2017 , 15:02   Re: [CS:S/CS:GO] shavit's simple bhop timer (1.4b 21/September/2015)
Reply With Quote #1105

Quote:
Originally Posted by Gummels View Post
Hey Shavit. First i want to thank you for taking your time to work on this plugin which i call my last hope for a good timer plugin.

I have a big Problem i tested around on one map and realised that i cant get more points for finishing the same map. Most of the people i know bhop not only for a time, they want to reach higher ranks (chat ranks that is coming soon how i saw^^). I know a bhop server where people can get only 1x Points/map so many people spamming rtv every 5 min to get more points that sucks :/. Is there a way to easy delete the code which restrict the point limit / map or made i something wrong?

And it would be nice, if i could see in chat how many points i get for finish.

I miss it too when other people finish a map and everyone see the time they made in chat, actually the server would feeling a bit emptyer too :/

Then i think the points based by maptier arent balanced, i think getting (if 1Point/Tier is set) 1 Point for finish a 10sek map and 10 Points for finish a map like badges is far not much enough for finishing a hard and long map. It would be so nice if i could set the points for every single Tier like i did on zipcores timer (tier1 = 1 point, tier3 = 4 points, tier4 = 8 points.... tier10 = 512 points).

But other stuff that didnt work whith other plugins finaly work here, thanks for your work
Thanks for the feedback, but unfortunately the ranking system for my timer is competitive, it rewards higher skilled players (i.e. especially players that are good enough to get runs uploaded on faste hops, SourceJump or even GlobalJumps) rather than reward players for completing a map many times.

You receive more points for getting a better time compared to other players on the same map. It just scales more with map tier.

I, as a player see it as a better design choice; and I'm sure that many great players agree with me.

--

> I miss it too when other people finish a map and everyone see the time they made in chat

At the moment, if you get a worse time than your old PB then no one else sees your time - to keep the chat tidy and neat.
Setting a new record (either personal or server record) prints your time to everyone in the server.
__________________
retired
shavit is offline
EMINEM_FB
Senior Member
Join Date: Dec 2010
Location: Czech republic
Old 10-31-2017 , 16:36   Re: [CS:S/CS:GO] shavit's simple bhop timer (1.4b 21/September/2015)
Reply With Quote #1106

Quote:
Originally Posted by sneaK View Post
That's why.

Upgrade your MySQL installation to 5.6 or higher, or use myISAM (not recommended).

https://stackoverflow.com/questions/...lltext-indexes
Okay thanks. I will try
__________________
EMINEM_FB is offline
EMINEM_FB
Senior Member
Join Date: Dec 2010
Location: Czech republic
Old 11-01-2017 , 14:02   Re: [CS:S/CS:GO] shavit's simple bhop timer (1.3b 27/July/2015)
Reply With Quote #1107

Code:
CREATE TABLE IF NOT EXISTS `playertimes` (`id` INT NOT NULL AUTO_INCREMENT, `auth` VARCHAR(32), `map` VARCHAR(128), `time` FLOAT, `jumps` VARCHAR(32), `style` VARCHAR(32), `date` DATE, PRIMARY KEY (`id`));
Its possible if I use this? to create playertimes? But is this newest version of playertimes tables? Will plugin work on 100%? Because my game hosting is slow with answers on my questions...
__________________

Last edited by EMINEM_FB; 11-01-2017 at 14:07.
EMINEM_FB is offline
shavit
AlliedModders Donor
Join Date: Dec 2011
Location: Israel
Old 11-02-2017 , 03:04   Re: [CS:S/CS:GO] shavit's simple bhop timer (1.3b 27/July/2015)
Reply With Quote #1108

Quote:
Originally Posted by EMINEM_FB View Post
Code:
CREATE TABLE IF NOT EXISTS `playertimes` (`id` INT NOT NULL AUTO_INCREMENT, `auth` VARCHAR(32), `map` VARCHAR(128), `time` FLOAT, `jumps` VARCHAR(32), `style` VARCHAR(32), `date` DATE, PRIMARY KEY (`id`));
Its possible if I use this? to create playertimes? But is this newest version of playertimes tables? Will plugin work on 100%? Because my game hosting is slow with answers on my questions...
If anything, use this query to benefit from the other indexes:

Code:
CREATE TABLE IF NOT EXISTS `playertimes` (`id` INT NOT NULL AUTO_INCREMENT, `auth` CHAR(32), `map` CHAR(128), `time` FLOAT, `jumps` INT, `style` INT, `date` CHAR(16), `strafes` INT, `sync` FLOAT, `points` FLOAT NOT NULL DEFAULT 0, `track` INT NOT NULL DEFAULT 0, PRIMARY KEY (`id`), INDEX `auth` (`auth`), INDEX `points` (`points`), INDEX `time` (`time`));
__________________
retired
shavit is offline
EMINEM_FB
Senior Member
Join Date: Dec 2010
Location: Czech republic
Old 11-02-2017 , 11:08   Re: [CS:S/CS:GO] shavit's simple bhop timer (1.4b 21/September/2015)
Reply With Quote #1109

Version 1.5b fully work? Because if I use this tables and version of this plugin 1.5b after player done map (end zone) server crash. But if I use this tables and version 1.4.b hotfix server not crash on finish map (end zone)
Code:
CREATE TABLE IF NOT EXISTS `playertimes` (`id` INT NOT NULL AUTO_INCREMENT, `auth` CHAR(32), `map` CHAR(128), `time` FLOAT, `jumps` INT, `style` INT, `date` CHAR(16), `strafes` INT, `sync` FLOAT, `points` FLOAT NOT NULL DEFAULT 0, `track` INT NOT NULL DEFAULT 0, PRIMARY KEY (`id`), INDEX `auth` (`auth`), INDEX `points` (`points`), INDEX `time` (`time`));
Btw...
Game: CSGO
SM: SourceMod (1.8.0.6027) by AlliedModders LLC
MM: Metamod:Source version 1.10.7-dev
__________________

Last edited by EMINEM_FB; 11-02-2017 at 11:09.
EMINEM_FB is offline
shavit
AlliedModders Donor
Join Date: Dec 2011
Location: Israel
Old 11-02-2017 , 18:54   Re: [CS:S/CS:GO] shavit's simple bhop timer (1.4b 21/September/2015)
Reply With Quote #1110

Quote:
Originally Posted by EMINEM_FB View Post
Version 1.5b fully work? Because if I use this tables and version of this plugin 1.5b after player done map (end zone) server crash. But if I use this tables and version 1.4.b hotfix server not crash on finish map (end zone)
Code:
CREATE TABLE IF NOT EXISTS `playertimes` (`id` INT NOT NULL AUTO_INCREMENT, `auth` CHAR(32), `map` CHAR(128), `time` FLOAT, `jumps` INT, `style` INT, `date` CHAR(16), `strafes` INT, `sync` FLOAT, `points` FLOAT NOT NULL DEFAULT 0, `track` INT NOT NULL DEFAULT 0, PRIMARY KEY (`id`), INDEX `auth` (`auth`), INDEX `points` (`points`), INDEX `time` (`time`));
Btw...
Game: CSGO
SM: SourceMod (1.8.0.6027) by AlliedModders LLC
MM: Metamod:Source version 1.10.7-dev
1.5b works, yes. Do you have anything in your error logs?
__________________
retired
shavit 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 13:49.


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