Raised This Month: $32 Target: $400
 8% 

Stripper:Source (Updated 2011-04-15)


Post New Thread Reply   
 
Thread Tools Display Modes
sneaK
SourceMod Moderator
Join Date: Feb 2015
Location: USA
Old 02-19-2017 , 14:17   Re: Stripper:Source (Updated 2011-04-15)
Reply With Quote #1601

Quote:
Originally Posted by _GamerX View Post
config are correct, this plugin is only for edditing stripper configs
It's entirely possible the plugin is writing it incorrectly; it was last updated 5 years ago, things change, and plugins break - sometimes in strange ways. Saying "it's not working" without providing any context isn't really conducive to you getting any help. I know plenty of linux & windows servers that run Stripper on CS:GO - I run several servers myself with Stripper.

1. Is stripper actually loaded? (Type 'meta list', does Stripper show up?)
2. What version of stripper is running?
3. Are you placing the config(s) in the correct folders?
4. Show one of your configs here, perhaps it is malformed.
5. Do you have permissions set correctly on the configs, so they can be read properly?
6. Do you have any other plugins that might be interfering with spawns?
__________________

Last edited by sneaK; 02-19-2017 at 14:18.
sneaK is offline
_GamerX
AlliedModders Donor
Join Date: Jun 2011
Location: Fun Server
Old 02-19-2017 , 14:31   Re: Stripper:Source (Updated 2011-04-15)
Reply With Quote #1602

PHP Code:
meta list
Listing 7 plugins:
[
01Stripper (1.2.2by BAILOPAN
[02SourceMod (1.8.0.5970by AlliedModders LLC
[03CS Tools (1.8.0.5970by AlliedModders LLC
[04SDK Tools (1.8.0.5970by AlliedModders LLC
[05DHooks (2.1.0by Dr!fter
[06SDK Hooks (1.8.0.5970by AlliedModders LLC
[07SteamWorks Extension (1.2.1by Kyle Sanderson 
Version: stripper-1.2.2-git125-linux

e.g. one config: csgo/addons/stripper/maps/aim_crazyjump_go.cfg
PHP Code:
add:
{
"origin" "-262.8 -1066.2 72.0"
"angles" "0.0 93.8 0.0"
"classname" "info_player_counterterrorist"
}
add:
{
"origin" "29.5 -1067.7 72.0"
"angles" "0.0 90.1 0.0"
"classname" "info_player_counterterrorist"
}
add:
{
"origin" "-243.2 -817.7 64.0"
"angles" "0.0 85.4 0.0"
"classname" "info_player_counterterrorist"
}
add:
{
"origin" "-238.2 -971.1 124.6"
"angles" "0.0 83.1 0.0"
"classname" "info_player_counterterrorist"
}
add:
{
"origin" "-63.6 -1074.9 72.0"
"angles" "0.0 87.4 0.0"
"classname" "info_player_counterterrorist"
}
add:
{
"origin" "204.1 184.7 64.0"
"angles" "0.0 270.7 0.0"
"classname" "info_player_terrorist"
}
add:
{
"origin" "191.0 300.3 64.0"
"angles" "0.0 256.6 0.0"
"classname" "info_player_terrorist"
}
add:
{
"origin" "81.0 433.2 72.0"
"angles" "0.0 268.4 0.0"
"classname" "info_player_terrorist"
}
add:
{
"origin" "-209.0 437.9 72.0"
"angles" "0.0 268.4 0.0"
"classname" "info_player_terrorist"
}
add:
{
"origin" "37.4 297.8 124.6"
"angles" "0.0 269.6 0.0"
"classname" "info_player_terrorist"

__________________
_GamerX is offline
Send a message via ICQ to _GamerX Send a message via Skype™ to _GamerX
Destinyg133
Senior Member
Join Date: Jul 2016
Location: Croatia
Old 03-03-2017 , 20:33   Re: Stripper:Source (Updated 2011-04-15)
Reply With Quote #1603

ill need help with this, i've tried to edit teleport of surf map, and i have managed to do it correctly, but after passing you still have speed from last stage

Code:
modify:
{
	match:
	{
	"origin" "-6268.58 2176 8616"
	"targetname" "tp2"
	"angles" "0 0 0"
	"classname" "info_teleport_destination"
	"hammerid" "7043"
	}
	replace:
	{
	"origin" "-6273 2177 8463"
	}
}
i want after passing stage to get stuck, and after you touch ground you can move

Last edited by Destinyg133; 03-03-2017 at 20:33.
Destinyg133 is offline
sneaK
SourceMod Moderator
Join Date: Feb 2015
Location: USA
Old 03-04-2017 , 03:36   Re: Stripper:Source (Updated 2011-04-15)
Reply With Quote #1604

All you're doing is moving the location of the teleport destination. Generally to avoid telehopping, most surf maps have player clips that block a player in from maintaining their speed, but some maps don't have this.

I requested a plugin be made to deal with this exact issue on entire maps, and Mitchell was able to get a (mostly) working version out - but does not function in its intended way sometimes. Read through this thread if you're interested: https://forums.alliedmods.net/showthread.php?t=289929
__________________
sneaK is offline
xice1337
AlliedModders Donor
Join Date: Dec 2015
Old 03-04-2017 , 04:07   Re: Stripper:Source (Updated 2011-04-15)
Reply With Quote #1605

Does anybody know why surf_happyhands and surf_happyhands2 ist crashing the CSGO client but not the server?
I tried to remove most of the entities without success. I know its possible because there are servers that dont crash my client.

Btw @Destinyg133 i used to add a model to prevent telehopping

Code:
add:
{
    "classname" "prop_dynamic"
	"model" "models/props_pipes/concrete_pipe001b.mdl"
	"angles" "90 270 0"
	"origin" "-14154 -8212 980"
	"renderamt" "0"
	"spawnflags" "2"
	"solid" "6"
	"fademindist" "1"
}
to find out the correct coordinates set the entity in hammer to prop_door_rotating and then just place the teleport inside of it.
xice1337 is offline
Destinyg133
Senior Member
Join Date: Jul 2016
Location: Croatia
Old 03-04-2017 , 20:53   Re: Stripper:Source (Updated 2011-04-15)
Reply With Quote #1606

Well i managed to fix my issue, so since i didnt want to try every trigger_teleport i have just added code near each one

Code:
modify:
{
	match:
	{
	"origin" "-6268.58 2176 8616"
	"targetname" "tp2"
	"angles" "0 0 0"
	"classname" "info_teleport_destination"
	"hammerid" "7043"
	}
	replace:
	{
	"origin" "-6273 2177 8463"
	}
	
}

modify:
{
	match:
	{
	"classname" "trigger_teleport"
	}
	insert:
	{
	"OnStartTouch" "!activatorRunScriptCodeself.SetVelocity(Vector(0,0,0));0-1"
	}
}
Destinyg133 is offline
sneaK
SourceMod Moderator
Join Date: Feb 2015
Location: USA
Old 03-05-2017 , 02:40   Re: Stripper:Source (Updated 2011-04-15)
Reply With Quote #1607

Quote:
Originally Posted by Destinyg133 View Post
Well i managed to fix my issue, so since i didnt want to try every trigger_teleport i have just added code near each one

Code:
modify:
{
	match:
	{
	"origin" "-6268.58 2176 8616"
	"targetname" "tp2"
	"angles" "0 0 0"
	"classname" "info_teleport_destination"
	"hammerid" "7043"
	}
	replace:
	{
	"origin" "-6273 2177 8463"
	}
	
}

modify:
{
	match:
	{
	"classname" "trigger_teleport"
	}
	insert:
	{
	"OnStartTouch" "!activatorRunScriptCodeself.SetVelocity(Vector(0,0,0));0-1"
	}
}
And this successfully set players velocities to 0 after teleport? If so I REALLY gotta check this out, that's awesome, thanks for sharing.
__________________
sneaK is offline
Destinyg133
Senior Member
Join Date: Jul 2016
Location: Croatia
Old 03-05-2017 , 06:53   Re: Stripper:Source (Updated 2011-04-15)
Reply With Quote #1608

Quote:
Originally Posted by blackhawk74 View Post
And this successfully set players velocities to 0 after teleport? If so I REALLY gotta check this out, that's awesome, thanks for sharing.
np, im glad i could help
https://steamcommunity.com/app/211/d...0418942/?ctp=2

last comment on page 2 check it out
Destinyg133 is offline
gabuch2
AlliedModders Donor
Join Date: Mar 2011
Location: Chile
Old 03-05-2017 , 07:28   Re: Stripper:Source (Updated 2011-04-15)
Reply With Quote #1609

-- Problem: Stripper not loading | Fixed it installing this --
__________________

Last edited by gabuch2; 03-06-2017 at 10:45. Reason: fixed
gabuch2 is offline
Destinyg133
Senior Member
Join Date: Jul 2016
Location: Croatia
Old 03-12-2017 , 08:16   Re: Stripper:Source (Updated 2011-04-15)
Reply With Quote #1610

I am having a problem with stripper, hopefully someone could help me out cause i am not sure what could it be

I wanted to change angle when you spawn on surf map

when i set new angle , nothing happens, literally nothing
Code:
modify:
{
	match:
	{
		"origin" "15712 5120 2216"
		"targetname" "stage_06_start"
		"angles" "0 180 0"
		"classname" "info_teleport_destination"
		"hammerid" "752699"
	}
	replace:
	{
		"angles" "0 0 0"
	}
}
but everythig else i do in stripper works
__________________
Destinyg133 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 00:12.


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