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

Stripper:Source (Updated 2011-04-15)


Post New Thread Reply   
 
Thread Tools Display Modes
BobTom
Junior Member
Join Date: Dec 2012
Old 06-04-2014 , 10:57   Re: Stripper:Source (Updated 2011-04-15)
Reply With Quote #1261

Quote:
Originally Posted by Bacardi View Post
- Well, if you choose entity in you Hammer editor, disable SmartEdit button, then you see those.
- Save map source file in hammer, open map source file *.vmf with text editor (Notepad++ is good) and find your entity with settings.
- Run map on your server and with Stripper plugin, use server command stripper_dump
you get file ...addons/stripper/dumps/map_name.cfg with list entities+settings
Thats great! Thank you.
BobTom is offline
Musulmaxa
Junior Member
Join Date: Apr 2014
Old 06-04-2014 , 12:21   Re: Stripper:Source (Updated 2011-04-15)
Reply With Quote #1262

Quote:
Originally Posted by Ellie View Post
Which version did you use?
stripper-1.2.2-hg70-linux
Musulmaxa is offline
Hesdea
New Member
Join Date: Jun 2014
Old 06-05-2014 , 13:20   Re: Stripper:Source (Updated 2011-04-15)
Reply With Quote #1263

Hello ! Can you help me with Stripper ?

I have sucessfully installed the plugin in my Left 4 Dead server the first time. But after a server reinstallation, its not working... Even if i make like the first time.

I want to delete all T2 weapons, so hunting rifle, autoshotgun and rifle. And replace T1 weapons.

So, in my FTP, in filezilla i have this :



And my global_filters.cfg :

Code:
modify:
{
	match:
	{
	"classname" "weapon_autoshotgun_spawn"
	}
	replace:
	{
	"classname" "weapon_pumpshotgun_spawn"
	}

}

modify:
{
	match:
	{
	"classname" "weapon_rifle_spawn"
	}
	replace:
	{
	"classname" "weapon_smg_spawn"
	}

}
remove:
{
	"classname" "weapon_hunting_rifle_spawn"
}

That's all i have to do ? Why T2 weapons allways here on my server ? I don't undersand... Tried to reinstall, modify... nothing work. Please help me.

Thanks.
Hesdea is offline
Ellie
Senior Member
Join Date: Apr 2013
Old 06-06-2014 , 01:31   Re: Stripper:Source (Updated 2011-04-15)
Reply With Quote #1264

Quote:
Originally Posted by Musulmaxa View Post
stripper-1.2.2-hg70-linux
Thanks I'll try it now.


@Hesdea, you have the metamod.vdf file in the wrong folder. Move it to addons.

Last edited by Ellie; 06-06-2014 at 20:46.
Ellie is offline
Hesdea
New Member
Join Date: Jun 2014
Old 06-06-2014 , 07:23   Re: Stripper:Source (Updated 2011-04-15)
Reply With Quote #1265

Quote:
Originally Posted by Ellie View Post
@Hesdea, you have the metamod.vdf file in the wrong folder. Move it to addons.
Yes, but the metamod.vdf is already in the addons folder, i delete the metamod.vdf in the stripper folder, because this is the same.

In my stripper.vdf i have this :

Code:
"Metamod Plugin"
{
	"file"		"addons/stripper/bin/stripper_mm"
	"alias"		"stripper"
}
In metamod.vdf :

Code:
"Plugin"
{
	"file"	"../left4dead/addons/metamod/bin/server"
}

Where's is the problem ?
Hesdea is offline
Hesdea
New Member
Join Date: Jun 2014
Old 06-06-2014 , 09:51   Re: Stripper:Source (Updated 2011-04-15)
Reply With Quote #1266

Fixed !

I tried to type Meta List in console, and i had an <ERROR>

So i just uninstall Stripper 1.2.2 hg70 and install an older version of Stripper (the 1.2 version) and it work !
Hesdea is offline
Ellie
Senior Member
Join Date: Apr 2013
Old 06-06-2014 , 20:47   Re: Stripper:Source (Updated 2011-04-15)
Reply With Quote #1267

Quote:
Originally Posted by Musulmaxa View Post
stripper-1.2.2-hg70-linux
I tried it and it still doesn't work.

What version of Metamod are you guys using?


By the way, anyone know if it's possible to run the stripper_dump command while watching a .dem file?
Ellie is offline
Musulmaxa
Junior Member
Join Date: Apr 2014
Old 06-07-2014 , 07:33   Re: Stripper:Source (Updated 2011-04-15)
Reply With Quote #1268

Quote:
Originally Posted by Ellie View Post
I tried it and it still doesn't work.

What version of Metamod are you guys using?


By the way, anyone know if it's possible to run the stripper_dump command while watching a .dem file?
i use 1.10.0 version. delete all stripper files (folder "Stripper" and stripper.vdf in "Metamod").type meta list in console and if no error - try install again
Musulmaxa is offline
caxanga334
Member
Join Date: Nov 2013
Location: Brazil
Old 06-20-2014 , 19:50   Re: Stripper:Source (Updated 2011-04-15)
Reply With Quote #1269

Any chances of getting this working on Synergy?
caxanga334 is offline
cREANy0
SourceMod Donor
Join Date: Jul 2012
Location: Germany
Old 06-21-2014 , 14:17   Re: Stripper:Source (Updated 2011-04-15)
Reply With Quote #1270

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
__________________
cREANy0 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 05:03.


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