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

Stripper:Source (Updated 2011-04-15)


Post New Thread Reply   
 
Thread Tools Display Modes
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 01-27-2014 , 15:35   Re: Stripper:Source (Updated 2011-04-15)
Reply With Quote #1201

ok, as you see, there lots teleport entities, example
Code:
{
"model" "*3"
"origin" "-826 -29.5 406.5"
"spawnflags" "1"
"target" "grapes"
"StartDisabled" "0"
"classname" "trigger_teleport"
}
You cand disable specific ones or everyone.

This (should) disable all teleports
...addons/stripper/maps/surf_fruits.cfg


Or another option is delete/remove teleports from map.

Last edited by Bacardi; 01-27-2014 at 16:55.
Bacardi is offline
Karel Silhan
Junior Member
Join Date: Jan 2014
Old 01-27-2014 , 16:39   Re: Stripper:Source (Updated 2011-04-15)
Reply With Quote #1202

It still teleport me into a black room after disable all teleports.

Quote:
Or another option is delete/remove teleports from map.
I don't know what teleport I can delete.
Karel Silhan is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 01-27-2014 , 16:55   Re: Stripper:Source (Updated 2011-04-15)
Reply With Quote #1203

Code:
remove:
{
    "classname" "trigger_teleport"
}
Bacardi is offline
Karel Silhan
Junior Member
Join Date: Jan 2014
Old 01-27-2014 , 17:05   Re: Stripper:Source (Updated 2011-04-15)
Reply With Quote #1204

It is still teleport me into black room.

How to find specific teleport (who is teleporting me into the jail) and disable only him?

Last edited by Karel Silhan; 01-27-2014 at 17:08.
Karel Silhan is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 01-27-2014 , 18:02   Re: Stripper:Source (Updated 2011-04-15)
Reply With Quote #1205

could you attach that your map CFG file in your post ?
And could you show
rcon meta list
Bacardi is offline
Karel Silhan
Junior Member
Join Date: Jan 2014
Old 01-27-2014 , 18:10   Re: Stripper:Source (Updated 2011-04-15)
Reply With Quote #1206

Now all teleports are disable. Black room is resolved but I need disable only teleport to jail. Teleport to stage must be inviolate.

Last edited by Karel Silhan; 01-27-2014 at 18:13.
Karel Silhan is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 01-28-2014 , 14:44   Re: Stripper:Source (Updated 2011-04-15)
Reply With Quote #1207

Quote:
Originally Posted by Karel Silhan View Post
Now all teleports are disable. Black room is resolved but I need disable only teleport to jail. Teleport to stage must be inviolate.
well, I don't know because I don't have that map for now to look it.
You need find it your self.

Just add more parameters witch match your specific teleport entity
Code:
remove:
{
    "target" "jail_end"
    "origin" "-11652 1584 -1328"
    "classname" "trigger_teleport"
}
Or find and remove this specific entity instead
Code:
"classname" "info_teleport_destination"
Bacardi is offline
Karel Silhan
Junior Member
Join Date: Jan 2014
Old 01-29-2014 , 14:13   Re: Stripper:Source (Updated 2011-04-15)
Reply With Quote #1208

Quote:
Originally Posted by Bacardi View Post
well, I don't know because I don't have that map for now to look it.
You need find it your self.

Just add more parameters witch match your specific teleport entity
Code:
remove:
{
    "target" "jail_end"
    "origin" "-11652 1584 -1328"
    "classname" "trigger_teleport"
}
Or find and remove this specific entity instead
Code:
"classname" "info_teleport_destination"
map don't work

Code:
remove:
	{
               "target" "jail_end"
               "origin" "-11652 1584 -1328"
               "classname" "trigger_teleport"
        }
               "target" "jail_end"
               "origin" "-9525.5 -649 -7180"
               "classname" "trigger_teleport"
 	{
}
Karel Silhan is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 01-29-2014 , 15:41   Re: Stripper:Source (Updated 2011-04-15)
Reply With Quote #1209

Code:
remove:
{
"target" "jail_end"
"origin" "-11652 1584 -1328"
"classname" "trigger_teleport"
}
{
"target" "jail_end"
"origin" "-9525.5 -649 -7180"
"classname" "trigger_teleport"
}
and my previous post was a example, not sure it's exactly that teleport.
You may found if you type in your console getpos when you are close to it, you get coordinates of your location,
then try find it.
Bacardi is offline
x3ro
Member
Join Date: Dec 2009
Old 02-04-2014 , 00:46   Re: Stripper:Source (Updated 2011-04-15)
Reply With Quote #1210

Does this work for csgo?
x3ro 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 07:23.


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