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

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


Post New Thread Reply   
 
Thread Tools Display Modes
Destinyg133
Senior Member
Join Date: Jul 2016
Location: Croatia
Old 10-30-2016 , 08:45   Re: [CS:GO] ckSurf (1.18f, 24.11.2015)
Reply With Quote #2271

Any way to pause that random moving objects, like on surf_funhouse, animals, etc?
Destinyg133 is offline
sneaK
SourceMod Moderator
Join Date: Feb 2015
Location: USA
Old 10-30-2016 , 14:24   Re: [CS:GO] ckSurf (1.18f, 24.11.2015)
Reply With Quote #2272

Jawsh, it's not about being rude, its standard for us to close new threads that bring up issues with other plugins, keeps the forum a little less spammy and keeps all plugin-specific issues in one place.

That being said, there are certain requirements for playing mp3's in CS:GO (khz and whatnot), I forgot what they are off hand, you can probably find it while searching. Cksurf plugin precaches & adds to the downloads table any of the custom sounds specified, so you don't have to worry about that. Try using a custom mp3 you absolutely know works in the game, and if that works, then its the issue I mentioned earlier. Also might sound stupid, but did you specify the correct directory/file and upload to your fastdl?

Quote:
Originally Posted by Destinyg133 View Post
Any way to pause that random moving objects, like on surf_funhouse, animals, etc?
This is how to completely remove dynamic props with stripper:

Code:
remove:
{
"classname" "prop_dynamic"
}
They might also be rotating:

Code:
remove:
{
"classname" "func_rotating"
}
__________________

Last edited by sneaK; 10-30-2016 at 14:26.
sneaK is offline
fluffys
Member
Join Date: Jun 2015
Old 10-30-2016 , 17:55   Re: [CS:GO] ckSurf (1.18f, 24.11.2015)
Reply With Quote #2273

Quote:
Originally Posted by blackhawk74 View Post
This is how to completely remove dynamic props with stripper:

Code:
remove:
{
"classname" "prop_dynamic"
}
They might also be rotating:

Code:
remove:
{
"classname" "func_rotating"
}
If you want to make it static, just turn it into a func_brush
Code:
modify:
{
 match:
 {
 "classname" "func_rotate"
 }
 replace:
 {
 "classname" "func_brush"
 }
}

Last edited by fluffys; 10-30-2016 at 17:55.
fluffys is offline
Destinyg133
Senior Member
Join Date: Jul 2016
Location: Croatia
Old 10-30-2016 , 20:32   Re: [CS:GO] ckSurf (1.18f, 24.11.2015)
Reply With Quote #2274

Quote:
Originally Posted by blackhawk74 View Post
Jawsh, it's not about being rude, its standard for us to close new threads that bring up issues with other plugins, keeps the forum a little less spammy and keeps all plugin-specific issues in one place.

That being said, there are certain requirements for playing mp3's in CS:GO (khz and whatnot), I forgot what they are off hand, you can probably find it while searching. Cksurf plugin precaches & adds to the downloads table any of the custom sounds specified, so you don't have to worry about that. Try using a custom mp3 you absolutely know works in the game, and if that works, then its the issue I mentioned earlier. Also might sound stupid, but did you specify the correct directory/file and upload to your fastdl?



This is how to completely remove dynamic props with stripper:

Code:
remove:
{
"classname" "prop_dynamic"
}
They might also be rotating:

Code:
remove:
{
"classname" "func_rotating"
}

So if obstacle is rotating, like lets say surf_fruits stage 5, i can just use
Code:
remove:
{
"classname" "func_rotating"
}
[/QUOTE]

do i have to match with hammerid or just put that code in stripper? and im not completly sure what this one does? (english is not my native so)


Code:
remove:
{
"classname" "prop_dynamic"
}
btw thanks for helping me, im still new to stuff with stripper
Destinyg133 is offline
Dragon_fang4838
New Member
Join Date: Nov 2016
Old 11-02-2016 , 20:39   Re: [CS:GO] ckSurf (1.18f, 24.11.2015)
Reply With Quote #2275

ignore this

Last edited by Dragon_fang4838; 11-02-2016 at 20:41. Reason: wrong spot agen wont let me delete
Dragon_fang4838 is offline
Destinyg133
Senior Member
Join Date: Jul 2016
Location: Croatia
Old 11-02-2016 , 22:38   Re: [CS:GO] ckSurf (1.18f, 24.11.2015)
Reply With Quote #2276

surf_milkyway_ksf teleport bugged at end, anyone have fixed config?

please someone, i rly suck at stripper, if someone has it already, could you post the code, that landmark teleport near the end, i dont know the hammerid nor i know how to fix it since i dont know that other part entity.

Last edited by Destinyg133; 11-04-2016 at 02:16.
Destinyg133 is offline
tinymac
Junior Member
Join Date: Nov 2012
Old 11-04-2016 , 22:18   Re: [CS:GO] ckSurf (1.18f, 24.11.2015)
Reply With Quote #2277

Hallo, im hosting a easy surfskills and everytime im restarting the server, cksurf refuseing to work, Zones are gone bonus zones are gone... anyone know this?
tinymac is offline
Destinyg133
Senior Member
Join Date: Jul 2016
Location: Croatia
Old 11-05-2016 , 06:31   Re: [CS:GO] ckSurf (1.18f, 24.11.2015)
Reply With Quote #2278

after you make a zone, make sure that you also click save zones in menu of !zones and not just when created, that way you are saving them
Destinyg133 is offline
EvanChrispie
Member
Join Date: Nov 2016
Old 11-05-2016 , 21:45   Re: [CS:GO] ckSurf (1.18f, 24.11.2015)
Reply With Quote #2279

Hey,

I've followed the instructions. But cksurf won't work on the server, and there is no errors saying why.
Please help
EvanChrispie is offline
TandelK
Member
Join Date: Jun 2015
Location: Surat, India
Old 11-09-2016 , 02:45   Re: [CS:GO] ckSurf (1.18f, 24.11.2015)
Reply With Quote #2280

When i launch my server after restarting it, ckSurf does not load Zones automatically. Everytime a admin has to get in the server and go to ckSurf settings and refresh zones. We need to do this everytime , otherwise the server is working fine.
__________________
TandelK 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 20:01.


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