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

Stripper:Source (Updated 2011-04-15)


Post New Thread Reply   
 
Thread Tools Display Modes
Kahl_Drogo
Senior Member
Join Date: Apr 2012
Old 06-25-2014 , 15:58   Re: Stripper:Source (Updated 2011-04-15)
Reply With Quote #1271

I install last l4d serwer v1.0.2.9
MM start work from version 1.10.1-hg890.tar.gz (below mm doesn't work on l4d v1.0.2.9).

Stripper work on 1.10.0 version and below of mm but on 1.10.1 and above doesn't. Can someon fix this or have a solution to work on MM above of 1.10.1 ?
__________________
Kahl_Drogo is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 06-26-2014 , 11:19   Re: Stripper:Source (Updated 2011-04-15)
Reply With Quote #1272

Quote:
Originally Posted by cREANy0 View Post
What's the easiest way to modify a property of an entity without removing the entity completely and adding a new one?

For example:
If I have an "info_teleport_destination" with the name "spawn", how could I change the origin?

greetz,
cREANy0
load your map and run stripper command
stripper_dump

then find your specific entity from map dump file what created inside stripper folder.
Then create new stripper config file for that map with edit.
Bacardi is offline
JoB2C
AlliedModders Donor
Join Date: Jan 2014
Location: France
Old 07-02-2014 , 08:53   Re: Stripper:Source (Updated 2011-04-15)
Reply With Quote #1273

Hi guys, I'm using Stripper with CS:GO and Metamod:Source 1.10.0.

Whenever I use the stripper_dump command, the server crashes and the dump file is not written.

Any idea on how to get it working with CS:GO?

Last edited by JoB2C; 07-02-2014 at 08:53.
JoB2C is offline
T4LLY
New Member
Join Date: May 2013
Old 07-06-2014 , 20:00   Re: Stripper:Source (Updated 2011-04-15)
Reply With Quote #1274

FIXED: Found a recent snapshot and is working now.
hg70

Hi guys. I help run a few HL2DM server (yes there's still some chuggin' away) There's been a few updates recently as per norm but noticed I can't get the nix machine to load stripper.
Came up with an issue.
[01] <ERROR>
[02] SourceMod (1.6.1-dev+4526) by AlliedModders LLC
[03] SDK Tools (1.6.1-dev+4526) by AlliedModders LLC

The error being Stripper. I've changed all manner of setting (works on windows fine) but untill recently, will not load on Ubuntu Linux 12.04.2. I am not a guru at this, but know when I've reached my limit.

I've edited both the VDF (moved it about a bit) and the metaplugins.ini. Also removed and re-added all addons and still nothing. So can anyone enlighten me?

Any response welcome.

Cheers

T4LLY

PS using MetaMod v1.10.1V

Last edited by T4LLY; 07-06-2014 at 20:12. Reason: left out something
T4LLY is offline
Castile
Member
Join Date: Aug 2012
Old 07-10-2014 , 23:55   Re: Stripper:Source (Updated 2011-04-15)
Reply With Quote #1275

Can confirm that CSGO does crash when you run stripper_dump.
Castile is offline
kot4404
Senior Member
Join Date: Mar 2013
Old 07-20-2014 , 04:18   Re: Stripper:Source (Updated 2011-04-15)
Reply With Quote #1276

L4d2
Quote:
Invalid counterterrorist spawnpoint at (1735.1,1184.0,1184.0)
Invalid counterterrorist spawnpoint at (1698.3,1184.0,1184.0)
Invalid counterterrorist spawnpoint at (1750.6,1184.0,1184.0)
Invalid counterterrorist spawnpoint at (1762.1,1184.0,1184.0)
Invalid counterterrorist spawnpoint at (1699.3,1184.0,1184.0)
Invalid counterterrorist spawnpoint at (1742.4,1184.0,1184.0)
Invalid counterterrorist spawnpoint at (1693.5,1184.0,1184.0)
Invalid counterterrorist spawnpoint at (2608.0,1184.0,1184.0)
Invalid counterterrorist spawnpoint at (2539.3,1184.0,1184.0)
Invalid counterterrorist spawnpoint at (2560.1,1184.0,1184.0)
Invalid counterterrorist spawnpoint at (2514.1,1184.0,1184.0)
Invalid counterterrorist spawnpoint at (2440.0,1184.0,1184.0)
Invalid counterterrorist spawnpoint at (1859.7,1184.0,1184.0)
Invalid counterterrorist spawnpoint at (1797.5,1184.0,1184.0)
Invalid counterterrorist spawnpoint at (1772.1,1184.0,1184.0)
Invalid counterterrorist spawnpoint at (2144.0,2656.0,2656.0)
Invalid counterterrorist spawnpoint at (2072.0,2656.0,2656.0)
Invalid counterterrorist spawnpoint at (908.8,2817.0,2817.0)
Invalid counterterrorist spawnpoint at (2303.4,2816.0,2816.0)
How to hide this?
Invalid counterterrorist in global_filters.cfg isn't working
kot4404 is offline
Proz
AlliedModders Donor
Join Date: Apr 2005
Old 07-23-2014 , 21:46   Re: Stripper:Source (Updated 2011-04-15)
Reply With Quote #1277

Quote:
Originally Posted by Castile View Post
Can confirm that CSGO does crash when you run stripper_dump.
Same here, any fix for this?
Proz is offline
PresidentEvil
AlliedModders Donor
Join Date: Jun 2012
Old 07-28-2014 , 18:04   stripper source help!
Reply With Quote #1278

how do I remove the god mode entity in this map

http://puu.sh/av4Ze/b6193ade42.png

and

http://puu.sh/av680/5055ba31ee.png

remove:
{
"classname" "filter_godmode"
}


??
__________________

Last edited by PresidentEvil; 07-28-2014 at 18:14.
PresidentEvil is offline
Proz
AlliedModders Donor
Join Date: Apr 2005
Old 07-28-2014 , 19:38   Re: Stripper:Source (Updated 2011-04-15)
Reply With Quote #1279

Try this for first one.

filter:
{
"targetname" "filter_godmode"
"classname" "trigger_once"
}




Try this for the second one.



filter:
{
"targetname" "filter_godmode"
"classname" "filter_damage_type"
}

Last edited by Proz; 07-28-2014 at 19:40.
Proz is offline
lingzhidiyu
Senior Member
Join Date: Mar 2014
Old 08-03-2014 , 10:47   Re: Stripper:Source (Updated 2011-04-15)
Reply With Quote #1280

whats fliter and remove difference?
lingzhidiyu 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 08:59.


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