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

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


Post New Thread Reply   
 
Thread Tools Display Modes
Cruze
Veteran Member
Join Date: May 2017
Old 09-25-2018 , 01:19   Re: [CS:GO] ckSurf (1.18f, 24.11.2015)
Reply With Quote #2741

Quote:
Originally Posted by ShadowKK View Post
Hi
I set up my server with ckSurf but everytime I make a map record the bot don't show up ..
I have the replay_bot file in the maps folder as I have the .nav file for each map..
Map records are being saved in the data folder but nothing but that..

Neither the Info bot for next maps isn't showing..

What am I missing?
Check if you have
Code:
-nobots
in your server's bat file.
If yes, remove it. If no, try adding bot manually
Code:
 sm_rcon bot_add_t
and see output

If still not working:-

Check if you have map's .nav file in maps folder. If you don't, add them.
__________________
Taking paid private requests! Contact me
Cruze is offline
Enrory
Senior Member
Join Date: Nov 2016
Location: Austria
Old 10-26-2018 , 09:34   Re: [CS:GO] ckSurf (1.18f, 24.11.2015)
Reply With Quote #2742

Hello

I was found for 1 yeahr surf maps tier 1-5 here in this tread for download
but cant not found now.

Can someone help?pls
__________________
Enrory is offline
waylander3
Senior Member
Join Date: Sep 2015
Location: Russia, Norilsk
Old 11-03-2018 , 11:22   Re: [CS:GO] ckSurf (1.18f, 24.11.2015)
Reply With Quote #2743

hey guys, i have gloves in my steam acc, but in server with this plugin i see only default gloves
how can i fix that?
I did
// Player arm skin
// -
// Default: "models/weapons/ct_arms_sas.mdl"
ck_player_arm_skin ""

And my server crashes
waylander3 is offline
mlov420
Senior Member
Join Date: May 2013
Old 11-28-2018 , 12:53   Re: [CS:GO] ckSurf (1.18f, 24.11.2015)
Reply With Quote #2744

Does anyone know if there is a hard coded limit to the number of zones ckSurf can support for a single map?

Running into an issue on surf_classics3 (69 stages, 11 bonuses). Got all 70 of the main map's zones done and working fine. Got through 9 bonuses just fine. Once I made a zone on the 10th bonus stage, everything glitched out. Only 3 zones now show in the Edit Zone menu (start, end, stage 2). None of the Zones register (e.g - going through start zone does not start timer). You can still continue to make zones, and the new ones show, but none of them work when you go through them. The kicker of this is, all of those 69 stages and 10 bonus zones are still saved in the database. So it seems like it's just an issue with ckSurf reading that many?

I've tried restarting server, deleting that 10th bonus zone that caused the glitch to happen. There are no error logs at all. Been using this plugin for years without seeing anything like this. I know I could go through and zone again, I'm just curious if anyone has experience with this issue or knows anything about it and can give some advice.
mlov420 is offline
sneaK
SourceMod Moderator
Join Date: Feb 2015
Location: USA
Old 11-29-2018 , 11:51   Re: [CS:GO] ckSurf (1.18f, 24.11.2015)
Reply With Quote #2745

Quote:
Originally Posted by mlov420 View Post
Does anyone know if there is a hard coded limit to the number of zones ckSurf can support for a single map?
Yes, there is a 35 stage/cp limit, and if memory serves, the total number of bonuses are also limited. You'll need to modify the hardcoded limit, increase some memory buffers, and add numerous columns to your database.
__________________

Last edited by sneaK; 11-29-2018 at 11:51.
sneaK is offline
mlov420
Senior Member
Join Date: May 2013
Old 12-20-2018 , 05:49   Re: [CS:GO] ckSurf (1.18f, 24.11.2015)
Reply With Quote #2746

Thank you very much for your help Sneak, appreciate it man.

I'm wondering if anyone here is having crashing issues since around the Danger Zone update? Seems like every time someone replaces a WR, the server crashes. Not getting anything in the error logs. Server is running latest MM and SM (stable).
mlov420 is offline
datlewis
AlliedModders Donor
Join Date: Oct 2018
Location: Austria
Old 12-20-2018 , 10:33   Re: [CS:GO] ckSurf (1.18f, 24.11.2015)
Reply With Quote #2747

yes, we have the same issue, see: https://forums.alliedmods.net/showthread.php?t=312891
datlewis is offline
8guawong
AlliedModders Donor
Join Date: Dec 2013
Location: BlackMarke7
Old 12-21-2018 , 01:52   Re: [CS:GO] ckSurf (1.18f, 24.11.2015)
Reply With Quote #2748

Quote:
Originally Posted by mlov420 View Post
Thank you very much for your help Sneak, appreciate it man.

I'm wondering if anyone here is having crashing issues since around the Danger Zone update? Seems like every time someone replaces a WR, the server crashes. Not getting anything in the error logs. Server is running latest MM and SM (stable).
Quote:
Originally Posted by datlewis View Post
not going to take credit for this
but e54385991 from 93x.net said to comment the following lines out to fix the crash

https://github.com/nikooo777/ckSurf/...y.sp#L860-L922

or you can try compiling with the latest sourcemod and see if that helps or not
__________________

Last edited by 8guawong; 12-21-2018 at 01:52.
8guawong is offline
mlov420
Senior Member
Join Date: May 2013
Old 12-21-2018 , 07:16   Re: [CS:GO] ckSurf (1.18f, 24.11.2015)
Reply With Quote #2749

8guawong, thank you for passing along that information. I removed that section and recompiled, it compiled fine. Uploaded and going to test today, I will follow up with my results. Unfortunately I'm not good enough to take any of the records on my server so I'll see how it goes later today once it fills up. Thanks again for sharing, hopefully this helps for now <3
mlov420 is offline
8guawong
AlliedModders Donor
Join Date: Dec 2013
Location: BlackMarke7
Old 12-21-2018 , 08:12   Re: [CS:GO] ckSurf (1.18f, 24.11.2015)
Reply With Quote #2750

Quote:
Originally Posted by mlov420 View Post
8guawong, thank you for passing along that information. I removed that section and recompiled, it compiled fine. Uploaded and going to test today, I will follow up with my results. Unfortunately I'm not good enough to take any of the records on my server so I'll see how it goes later today once it fills up. Thanks again for sharing, hopefully this helps for now <3
yea np it should be obvious if it helped or not since with that piece of code i get crashes VERY often
__________________
8guawong 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 05:21.


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