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

Stripper:Source (Updated 2011-04-15)


Post New Thread Reply   
 
Thread Tools Display Modes
finishlast
Senior Member
Join Date: Nov 2018
Location: In Reno with the vitamin
Old 02-28-2022 , 04:29   Re: Stripper:Source (Updated 2011-04-15)
Reply With Quote #1801

Quote:
Originally Posted by Bacardi View Post
If you try create trigger or ambient, which require dimension, it is impossible to do with stripper, dimension would be 0 x 0 x 0. (I assume now)
You maybe need create SourceMod plugin for that.
Ah that's sad but ok, I thought about placing a steampipe somewhere and wanted to add steam sound.

But if it is not possible... I try the plugin approach then, thanks for clarifiying.
__________________
finishlast is offline
Cloud talk
Junior Member
Join Date: Oct 2021
Old 03-30-2022 , 07:04   Re: Stripper:Source (Updated 2011-04-15)
Reply With Quote #1802

Is there any new way to remove invisible walls ? I want to remove invisible walls that only stop humans but not infected people
Cloud talk is offline
painkiller
Senior Member
Join Date: Jun 2011
Old 04-02-2022 , 15:09   Re: Stripper:Source (Updated 2011-04-15)
Reply With Quote #1803

Hello Community, I'm looking for someone who knows the hell out of Stripper: Source.
Maybe someone can tell me how to specify a "trigger_changelevel" at a certain cordinate for a certain map. Preferably with the next specific map.

An example would be great.
Of course I will look for coordinates myself.

Greets Painkiller

Last edited by painkiller; 04-02-2022 at 15:10.
painkiller is offline
CosmicD
Senior Member
Join Date: Dec 2009
Location: Hasselt, Belgium
Old 04-11-2022 , 08:15   Re: Stripper:Source (Updated 2011-04-15)
Reply With Quote #1804

Can sombody tell me exactly how I would swap a problematic model from the same weapon_spawn classname for another ? Because it causes a server crash with a certain plugin which I would like to use. It should just be on the same location; It's not entirely clear to me from the examples how to do this.
__________________
CosmicD is offline
dumbnoobisdumb
New Member
Join Date: Feb 2017
Location: California
Old 05-07-2022 , 18:50   L4D2: Strip T2 Shotguns Only
Reply With Quote #1805

Having some trouble entirely removing the tactical and spas autoshotguns.

I’ve removed the specific spawn instances (for example, the ones that always spawn in the gun store on the second map of Dead Center) by filtering “classname” “weapon_autoshotgun_spawn” and “weapon_shotgun_spas_spawn”, and that worked fine. But I’m having trouble preventing them from being spawned through other means, namely “weapon_spawn”.

If I’m understanding correctly, weapon_spawn can spawn autoshotguns via these values:

any
any_primary
any_shotgun
tier2_any
tier2_shotgun
weapon_autoshotgun
weapon_shotgun_spas

For those last two, I can simply use modify to replace them with either tier1_shotgun or one of the pump/chrome varieties, and tier2_shotgun I can replace with tier1_shotgun. The problem is the “any” categories.

For example, tier2_any is used pretty widely across all maps (according to several stripper dumps), and since I don’t want to restrict access to any T2s but the shotguns, I’m not sure how to go about replacing those values. I’ve tried comma-delimited lists (i.e. “weapon_rifle,weapon_hunting_rifle” etc), as well as space-delimited and multiple key/value pairs in the replace block. Nothing has worked.

So I’m wondering: is it possible to use stripper to give the director a list of values to choose from for a given key? Or is it possible to redefine the scope of the “any” values to exclude specific weapons?
dumbnoobisdumb is offline
finishlast
Senior Member
Join Date: Nov 2018
Location: In Reno with the vitamin
Old 07-17-2022 , 13:49   Re: Stripper:Source (Updated 2011-04-15)
Reply With Quote #1806

Hi,

how to spawn an entity on a certain event.
Let's say spawn a gnome when the elevator reached the botton.

PHP Code:
{
"model" "*3"
"top" "-160 -192 252"
"targetname" "elevator"
"speed" "25"
"rendermode" "0"
"renderfx" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"origin" "-160 -192 252"
"mingpulevel" "0"
"mincpulevel" "0"
"maxgpulevel" "0"
"maxcpulevel" "0"
"fadescale" "1"
"fademindist" "-1"
"fademaxdist" "0"
"disablereceiveshadows" "0"
"bottom" "-160 -192 4"
"blockdamage" "0"
"acceleration" "100"
"classname" "func_elevator"
"hammerid" "12182"
"OnReachedTop" "elevator_top_sound,PlaySound,,0,-1"
"OnReachedBottom" "elevator_bottom_sound,PlaySound,,0,-1"
"OnReachedBottom" "elevator_move_sound,StopSound,,0,-1"
"OnReachedBottom" "gnomivator,ForceSpawn,,0,-1"
"OnReachedTop" "elevator_move_sound,StopSound,,0,-1"
}

{
"classname" "prop_physics_override"
"solid" "6"
"origin" "-84 -127 900"
"angles" "0 0 0"
"spawnflags" "0"
"targetname" "gnomivator"
"model" "models/props_junk/gnome.mdl"
"disableshadows" "1"

In the obove case the gnome is always there, is there a way to only create it when the elevator reached the bottom?
__________________
finishlast is offline
ZBzibing
Senior Member
Join Date: Dec 2012
Old 07-19-2022 , 12:17   Re: Stripper:Source (Updated 2011-04-15)
Reply With Quote #1807

I love stripper so much, he's very, very powerful, I've used him to achieve a lot of amazing things. Now I want to ask, can anyone achieve animation effects? Or add some character dialogue or something
__________________
Please forgive, If I'm not describing it accurately. I use google translate
Functional tests are all from L4D1, and are only keen to solve and fix various bugs of L4D1:
ZBzibing is offline
azalty
AlliedModders Donor
Join Date: Feb 2020
Location: France
Old 08-10-2022 , 14:03   Re: Stripper:Source (Updated 2011-04-15)
Reply With Quote #1808

Thanks for making this really useful tool!
__________________
GitHub | Discord: @azalty | Steam
azalty is offline
LividBunny
Member
Join Date: Mar 2021
Old 09-29-2022 , 19:44   Re: Stripper:Source (Updated 2011-04-15)
Reply With Quote #1809

I've been wondering if it would be possible to remove every invisible wall in L4D2 for fun purposes and not be limited by the boundaries that every map has.
LividBunny is offline
Grey83
Veteran Member
Join Date: Dec 2014
Location: Ukraine
Old 09-30-2022 , 02:39   Re: Stripper:Source (Updated 2011-04-15)
Reply With Quote #1810

LividBunny, as far as I know, usually env_player_blocker is used for this.

P.S. Although sometimes these can be brushes that are one with the map
__________________

Last edited by Grey83; 09-30-2022 at 03:10.
Grey83 is online now
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 14:40.


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