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

[CS:GO] ckSurf (1.18f, 24.11.2015)


Post New Thread Reply   
 
Thread Tools Display Modes
RoNn
Member
Join Date: Sep 2012
Old 12-07-2016 , 07:01   Re: [CS:GO] ckSurf (1.18f, 24.11.2015)
Reply With Quote #2301

Quote:
Originally Posted by blackhawk74 View Post
The trouble with this map is that there are so many trigger_multiple's and filters, because parts of previous stages are used later on in the map.
I setup stages around the surftimer_stage2-4 info_teleport_destination entiies.Use surftimer_stage1 as spawnlocation, seems to work.

Code:
INSERT INTO `ck_zones` VALUES ('surf_looksmodern',0,1,0,3713.570556,765.545043,1536.03125,4095.96875,-712.98352,1655.802978,0,0,0,'Start 0');
INSERT INTO `ck_zones` VALUES ('surf_looksmodern',1,3,0,5504.0,256.0,3328.0,5632.0,384.0,3584.0,0,0,0,'Start 0');
INSERT INTO `ck_zones` VALUES ('surf_looksmodern',2,3,1,5504.0,0.0,3328.0,5632.0,128.0,3584.0,0,0,0,'Start 0');
INSERT INTO `ck_zones` VALUES ('surf_looksmodern',3,3,2,5504.0,-256.0,3328.0,5632.0,-128.0,3584.0,0,0,0,'Start 0');
INSERT INTO `ck_zones` VALUES ('surf_looksmodern',4,3,3,5504.0,-512.0,3328.0,5632.0,-384.0,3584.0,0,0,0,'Start 0');
INSERT INTO `ck_zones` VALUES ('surf_looksmodern',5,2,0,4136.0,-320.0,-736.0,4384.0,320.0,-480.0,0,0,0,'Start 0');

INSERT INTO `ck_spawnlocations` VALUES ('surf_looksmodern',5568.0,576.0,3424.0,0.0,0.0,0.0,0,0);
RoNn is offline
sneaK
SourceMod Moderator
Join Date: Feb 2015
Location: USA
Old 12-08-2016 , 02:53   Re: [CS:GO] ckSurf (1.18f, 24.11.2015)
Reply With Quote #2302

Ahh I understand what you did, you put the stages directly in the stage teleports after the 'decider', smart!

The only downside to this is that when a player gets to the next stage while surfing through the map, it doesn't register the fact that they made it there, because the actual stage zone is at the trigger_teleport, which is above the map. I think cksurf is limited to only 1 possible zone per stage # if I'm not mistaken?
__________________

Last edited by sneaK; 12-08-2016 at 02:54.
sneaK is offline
RoNn
Member
Join Date: Sep 2012
Old 12-08-2016 , 09:30   Re: [CS:GO] ckSurf (1.18f, 24.11.2015)
Reply With Quote #2303

Quote:
Originally Posted by blackhawk74 View Post
The only downside to this is that when a player gets to the next stage while surfing through the map, it doesn't register the fact that they made it there, because the actual stage zone is at the trigger_teleport, which is above the map. I think cksurf is limited to only 1 possible zone per stage # if I'm not mistaken?
Ya.. you are right. Pro surfer will not get any info regarding their each stages performance, it became a linear map to them.
RoNn is offline
sneaK
SourceMod Moderator
Join Date: Feb 2015
Location: USA
Old 12-08-2016 , 10:19   Re: [CS:GO] ckSurf (1.18f, 24.11.2015)
Reply With Quote #2304

Quote:
Originally Posted by RoNn View Post
Ya.. you are right. Pro surfer will not get any info regarding their each stages performance, it became a linear map to them.
At least what you have here actually makes the map work. I'll mess with it a bit more when I get time and post if any improvements are made!

On another note: Does anyone else have issues with commands & capitalized letters? For example, if someone types !R it doesn't register the command, but !r works. Same with changing stages, bonuses, spectating, etc.
__________________

Last edited by sneaK; 12-08-2016 at 15:42.
sneaK is offline
TandelK
Member
Join Date: Jun 2015
Location: Surat, India
Old 12-09-2016 , 23:42   Re: [CS:GO] ckSurf (1.18f, 24.11.2015)
Reply With Quote #2305

Quote:
Originally Posted by k0r4y View Post
Turn off hibernation settings.

sv_hibernate_when_empty 0 in your server.cfg is enough I think.



Take a look at your error logs from addons/sourcemod/logs/ and see if you can fix the error that is related to your issue, if you can't, post the related error here. Telling us which version of SM and ckSurf you are using will help a lot too.
L 12/10/2016 - 10:00:21: [ckSurf.smx] [ckSurf] SQL Error (sql_selectMapRecordCallback): In aggregated query without GROUP BY, expression #2 of SELECT list contains nonaggregated column 'mmfb.ck_playertimes.name'; this is incompatible with sql_mode=only_full_group_by
L 12/10/2016 - 10:00:21: [ckSurf.smx] [ckSurf] SQL Error (SQL_selectBonusCountCallback): Expression #2 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'mmfb.ck_zones.zoneid' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
L 12/10/2016 - 10:00:21: [ckSurf.smx] [ckSurf] SQL Error (sql_selectMapRecordCallback): In aggregated query without GROUP BY, expression #2 of SELECT list contains nonaggregated column 'mmfb.ck_playertimes.name'; this is incompatible with sql_mode=only_full_group_by
L 12/10/2016 - 10:00:21: [ckSurf.smx] [ckSurf] SQL Error (SQL_selectFastestBonusCallback): Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'mmfb.ck_bonus.name' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
L 12/10/2016 - 10:00:21: [ckSurf.smx] [ckSurf] SQL Error (SQL_selectFastestBonusCallback): Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'mmfb.ck_bonus.name' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
L 12/10/2016 - 10:00:21: [ckSurf.smx] [ckSurf] SQL Error (sql_selectRecordCheckpointsCallback): Expression #2 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'mmfb.b.cp1' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
L 12/10/2016 - 10:00:21: [ckSurf.smx] [ckSurf] SQL Error (sql_selectRecordCheckpointsCallback): Expression #2 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'mmfb.b.cp1' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
-----------------------------------

This is what the error logs show
__________________
TandelK is offline
creepa
Member
Join Date: Mar 2016
Old 12-12-2016 , 02:26   Re: [CS:GO] ckSurf (1.18f, 24.11.2015)
Reply With Quote #2306

The replay bot is showing the wrong time on are kitsune map its showing 1.04, but some 1 beat the map and the server record shows 59 seconds. Why is the replay bot not switching to the new best time ?
creepa is offline
sneaK
SourceMod Moderator
Join Date: Feb 2015
Location: USA
Old 12-12-2016 , 03:19   Re: [CS:GO] ckSurf (1.18f, 24.11.2015)
Reply With Quote #2307

Quote:
Originally Posted by creepa View Post
The replay bot is showing the wrong time on are kitsune map its showing 1.04, but some 1 beat the map and the server record shows 59 seconds. Why is the replay bot not switching to the new best time ?
Could be a couple of issues.

Was the record set on a different server? You'd have to manually transfer the record file.
Were replay bots off/bugged at time of the record?
__________________

Last edited by sneaK; 12-12-2016 at 03:19.
sneaK is offline
k0r4y
Junior Member
Join Date: Nov 2016
Old 12-12-2016 , 04:31   Re: [CS:GO] ckSurf (1.18f, 24.11.2015)
Reply With Quote #2308

Quote:
Originally Posted by TandelK View Post
L 12/10/2016 - 10:00:21: [ckSurf.smx] [ckSurf] SQL Error (sql_selectMapRecordCallback): In aggregated query without GROUP BY, expression #2 of SELECT list contains nonaggregated column 'mmfb.ck_playertimes.name'; this is incompatible with sql_mode=only_full_group_by
L 12/10/2016 - 10:00:21: [ckSurf.smx] [ckSurf] SQL Error (SQL_selectBonusCountCallback): Expression #2 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'mmfb.ck_zones.zoneid' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
L 12/10/2016 - 10:00:21: [ckSurf.smx] [ckSurf] SQL Error (sql_selectMapRecordCallback): In aggregated query without GROUP BY, expression #2 of SELECT list contains nonaggregated column 'mmfb.ck_playertimes.name'; this is incompatible with sql_mode=only_full_group_by
L 12/10/2016 - 10:00:21: [ckSurf.smx] [ckSurf] SQL Error (SQL_selectFastestBonusCallback): Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'mmfb.ck_bonus.name' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
L 12/10/2016 - 10:00:21: [ckSurf.smx] [ckSurf] SQL Error (SQL_selectFastestBonusCallback): Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'mmfb.ck_bonus.name' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
L 12/10/2016 - 10:00:21: [ckSurf.smx] [ckSurf] SQL Error (sql_selectRecordCheckpointsCallback): Expression #2 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'mmfb.b.cp1' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
L 12/10/2016 - 10:00:21: [ckSurf.smx] [ckSurf] SQL Error (sql_selectRecordCheckpointsCallback): Expression #2 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'mmfb.b.cp1' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
-----------------------------------

This is what the error logs show
http://stackoverflow.com/questions/3...query-in-mysql

there are multiple answers to how to fix it, easiest way is to disable the only_full_group_by setting.
k0r4y is offline
T3ED
Junior Member
Join Date: Dec 2016
Location: Europe
Old 12-12-2016 , 17:33   Re: [CS:GO] ckSurf (1.18f, 24.11.2015)
Reply With Quote #2309

I have that problem with the bot replay, she doesn't work in some maps like surf_kitsune or surf_ace_fix and more but in some maps it works good with no problems, why?
http://i.imgur.com/wBtyhqc.png
T3ED is offline
Blu3Chips
New Member
Join Date: Dec 2016
Old 12-14-2016 , 07:40   Re: [CS:GO] ckSurf (1.18f, 24.11.2015)
Reply With Quote #2310

Hii!

I have a problem...

L 12/14/2016 - 11:58:58: [SM] Unable to load extension "cleaner.ext": Failed to find signature. Please contact the author.
L 12/14/2016 - 11:58:59: [SM] Exception reported: [ckSurf] Unable to connect to database (Configuration "cksurf" not found)
L 12/14/2016 - 11:58:59: [SM] Blaming: ckSurf.smx
L 12/14/2016 - 11:58:59: [SM] Call stack trace:
L 12/14/2016 - 11:58:59: [SM] [0] SetFailState
L 12/14/2016 - 11:58:59: [SM] [1] Line 158, ckSurf/sql.sp::db_setupDatabase
L 12/14/2016 - 11:58:59: [SM] [2] Line 1849, D:\ckSurf\csgo\addons\sourcemod\scripting\ckS urf.sp::OnPluginStart
L 12/14/2016 - 11:58:59: [SM] Unable to load plugin "ckSurf.smx": Error detected in plugin startup (see error logs)
L 12/14/2016 - 11:59:00: [nextmap.smx] FATAL: Cannot load map cycle. Nextmap not loaded.
L 12/14/2016 - 11:59:00: [SM] Exception reported: Mapcycle Not Found
L 12/14/2016 - 11:59:00: [SM] Blaming: nextmap.smx
L 12/14/2016 - 11:59:00: [SM] Call stack trace:
L 12/14/2016 - 11:59:00: [SM] [0] SetFailState
L 12/14/2016 - 11:59:00: [SM] [1] Line 139, /home/builds/sourcemod/linux-1.8/build/plugins/nextmap.sp::FindAndSetNextMap
L 12/14/2016 - 11:59:00: [SM] [2] Line 109, /home/builds/sourcemod/linux-1.8/build/plugins/nextmap.sp::OnConfigsExecuted
L 12/14/2016 - 11:59:00: [mapchooser.smx] Unable to create a valid map list.
L 12/14/2016 - 11:59:28: Error log file session closed.
L 12/14/2016 - 11:59:51: SourceMod error session started
L 12/14/2016 - 11:59:51: Info (map "Surf_Mesa") (file "errors_20161214.log")
L 12/14/2016 - 11:59:51: [SM] Unable to load extension "cleaner.ext": Failed to find signature. Please contact the author.
L 12/14/2016 - 11:59:52: [SM] Exception reported: [ckSurf] Unable to connect to database (Configuration "cksurf" not found)
L 12/14/2016 - 11:59:52: [SM] Blaming: ckSurf.smx
L 12/14/2016 - 11:59:52: [SM] Call stack trace:
L 12/14/2016 - 11:59:52: [SM] [0] SetFailState
L 12/14/2016 - 11:59:52: [SM] [1] Line 158, ckSurf/sql.sp::db_setupDatabase
L 12/14/2016 - 11:59:52: [SM] [2] Line 1849, D:\ckSurf\csgo\addons\sourcemod\scripting\ckS urf.sp::OnPluginStart
L 12/14/2016 - 11:59:52: [SM] Unable to load plugin "ckSurf.smx": Error detected in plugin startup (see error logs)
Blu3Chips 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 12:34.


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