Raised This Month: $143 Target: $400
 35% 

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 12-31-2024 , 03:35   Re: Stripper:Source (Updated 2011-04-15)
Reply With Quote #1871

Quote:
Originally Posted by PatPeter View Post
I can't get a vanilla installation of Stripper to load on my L4D2 server:

Code:
meta info 01
Plugin 1 is not loaded.
File: /home/steam/left4dead2/left4dead2/addons/stripper/bin/stripper_mm_i486.so
Did I have to delete any .so files or change the VDF file?
hmmm, it should work, not need delete anything.

Which version you downloaded ?
These are latest (perhaps)
Code:
stripper-1.2.2-git141-linux.tar.gz
stripper-1.2.2-git141-windows.zip

SNAPSHOTS AT: http://www.bailopan.net/stripper/snapshots/1.2/
*edit
vdf should look like this
Code:
"Metamod Plugin"
{
	"file"		"addons/stripper/bin/stripper_mm"
	"alias"		"stripper"
}
It is 32bit addon


Where you got 64bit stripper ?
__________________
Do not Private Message @me

Last edited by Bacardi; 12-31-2024 at 03:39.
Bacardi is offline
PatPeter
Member
Join Date: Apr 2009
Location: Chicago
Old 12-31-2024 , 03:43   Re: Stripper:Source (Updated 2011-04-15)
Reply With Quote #1872

Quote:
Originally Posted by Bacardi View Post
hmmm, it should work, not need delete anything.


Where you got 64bit stripper ?
This post: https://forums.alliedmods.net/showpo...postcount=1857

Is it not accurate anymore? Where should I download the linux64 version?

Edit: I just downloaded this version, but still no dice on getting it to load: http://www.bailopan.net/stripper/sna...1-linux.tar.gz

Code:
meta info 01
Plugin 1 is not loaded.
File: /home/steam/left4dead2/left4dead2/addons/stripper/bin/linux64/stripper_mm_i486.so
__________________
SourceMod = Linux
EventScripts = Windows
Mani = Mac OS

Last edited by PatPeter; 12-31-2024 at 03:46.
PatPeter is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 12-31-2024 , 04:51   Re: Stripper:Source (Updated 2011-04-15)
Reply With Quote #1873

Quote:
Originally Posted by PatPeter View Post
This post: https://forums.alliedmods.net/showpo...postcount=1857

Is it not accurate anymore? Where should I download the linux64 version?

Edit: I just downloaded this version, but still no dice on getting it to load: http://www.bailopan.net/stripper/sna...1-linux.tar.gz

Code:
meta info 01
Plugin 1 is not loaded.
File: /home/steam/left4dead2/left4dead2/addons/stripper/bin/linux64/stripper_mm_i486.so
Ok @PatPeter, try first understand this in your mind:

- Stripper is MetaMod:Source plugin.
- There are two MetaMod:Source versions, 32bit and 64bit(new thing).

Is your left4dead2 SRCDS program 64bit ?
- If answer is NO, then MetaMod:Source would run as 32bit

You use file
...addons/metamod/stripper.vdf
Code:
"Metamod Plugin"
{
    "file"        "addons/stripper/bin/stripper_mm"
    "alias"        "stripper"
}
Try upload first files from SNAPSHOT section, -> then reboot server.
Check meta list




If you want try that POSTED version of Stripper, add those files in same place, overwrite previous one (do not delete anything, replace)
And check again after server reboot.


*edit
If you still not manage to get it work... you can try SM plugin version and get rid off that MM:S plugin
[ANY] Stripper:Source Sourcepawn Edition (v1.3) [17-Sep-2022]
__________________
Do not Private Message @me

Last edited by Bacardi; 12-31-2024 at 04:56.
Bacardi is offline
chunklight
Junior Member
Join Date: Jul 2021
Old 02-01-2025 , 15:36   Re: Stripper:Source (Updated 2011-04-15)
Reply With Quote #1874

Is there a way to make only certain things in the map files add in coop and not versus?
chunklight is offline
painkiller
Senior Member
Join Date: Jun 2011
Location: Germany
Old 03-10-2025 , 05:19   Re: Stripper:Source (Updated 2011-04-15)
Reply With Quote #1875

[HL2: DM]
Linux Server


Hello, I would like to swap the npc_fastzombie for a npc_manhack.

On some maps a fastzombie spawns normally.
(After Valves update the custom sdks don't work anymore)
So I wanted to replace it with a manhack.

My approach is as follows.

Code:
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
add:
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
//Replace Fastzombie to Manhacks
{
	match:
	{
		"classname" "npc_fastzombie"
	}
	replace:
	{
		"classname" "npc_manhack"
	}
}
But it seems that I am doing something wrong.

Edit: Yes my mistake not add: but modify:

Edit2:

I have now tried to replace the npc_fastzombie with two units. I have tried these but it doesn't seem to work. Does anyone have a solution for this?

Code:
{
	match:
	{
		"classname" "npc_fastzombie"
	}
	replace:
	{
		"classname" "npc_poisonzombie"
	}
	insert:
	{
		"classname" "npc_manhack"
	}

}
and

Code:
{
	match:
	{
		"classname" "npc_fastzombie"
	}
	replace:
	{
		"classname" "npc_poisonzombie"
		"classname" "npc_manhack"
	}

}

Last edited by painkiller; 03-10-2025 at 17:45.
painkiller is offline
Reply


Thread Tools
Display Modes

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 01:09.


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