Raised This Month: $ Target: $400
 0% 

[L4D2] Need help with stripper on dead center


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
JLmelenchon
Senior Member
Join Date: Mar 2019
Old 10-01-2021 , 18:52   [L4D2] Need help with stripper on dead center
Reply With Quote #1

I need to find a way to remove the navigation path for AI commons and specials in one of the balcony near the elevator of the first map, because they get stuck in my new props. Nerfed spawns for tank fight by blocking access to the balcony.

And it is possible to force the elevator door to open after a few seconds when it is at ground floor? It is the only map where survivors decide to open the door by themself.

Code:
add:
{
	"solid" "6"
	"origin" "1856 5118 2520"
	"angles" "0 88 0"
	"model"	 "models/props_interiors/desk_metal.mdl"
	"disableshadows" "1"
	"classname"	"prop_dynamic"
}

{
	"solid" "6"
	"origin" "1860 5132 2464"
	"angles" "0 -91 0"
	"model"	 "models/props_interiors/desk_executive.mdl"
	"disableshadows" "1"
	"classname"	"prop_dynamic"
}

{
	"solid" "6"
	"origin" "1862 5127 2502"
	"angles" "0 -180 0"
	"model"	 "models/props_interiors/couch.mdl"
	"disableshadows" "1"
	"classname"	"prop_dynamic"
}

{
	"solid" "6"
	"origin" "2382 5224 2464"
	"angles" "0 107 0"
	"model"	 "models/props_interiors/hotel_cart.mdl"
	"classname"	"prop_dynamic"
}

{
	"solid" "6"
	"origin" "1771 5123 2464"
	"angles" "0 91 0"
	"model"	 "models/props_interiors/file_cabinet1_group.mdl"
	"classname"	"prop_dynamic"
}

{
	"solid" "6"
	"origin" "1769 5120 2527"
	"angles" "0 91 0"
	"model"	 "models/props_interiors/magazine_rack.mdl"
	"classname"	"prop_dynamic"
}

{
	"solid" "6"
	"origin" "1700 5135 2464"
	"angles" "0 -180 0"
	"model"	 "models/props/cs_office/vending_machine.mdl"
	"classname"	"prop_dynamic"
}

Last edited by JLmelenchon; 10-01-2021 at 18:54.
JLmelenchon is offline
Marttt
Veteran Member
Join Date: Jan 2019
Location: Brazil
Old 10-01-2021 , 20:26   Re: [L4D2] Need help with stripper on dead center
Reply With Quote #2

try:

PHP Code:
modify:
{
   
match:
   {
       
"targetname" "relay_elevator_reached_bottom"
   
}
   
insert:
   {
        
"OnTrigger" "elevator_door_button1,Press,,5,-1"
   
}

__________________
Marttt is offline
JLmelenchon
Senior Member
Join Date: Mar 2019
Old 10-01-2021 , 21:22   Re: [L4D2] Need help with stripper on dead center
Reply With Quote #3

It works nice.
JLmelenchon is offline
JLmelenchon
Senior Member
Join Date: Mar 2019
Old 10-09-2021 , 07:21   Re: [L4D2] Need help with stripper on dead center
Reply With Quote #4

So is it even possible to modify AI navigation with stripper?
JLmelenchon is offline
Marttt
Veteran Member
Join Date: Jan 2019
Location: Brazil
Old 10-09-2021 , 08:54   Re: [L4D2] Need help with stripper on dead center
Reply With Quote #5

Nope, there are some nav entities but AFAIK you have to edit the nav manually.
prop_physics sometimes block nav stuff aswell.

Is possible to edit some stuff with the news VScript functions provided by TLS, still not easy task.
Or you can edit it with the nav console commands and overwrite your server .nav file (which is server-sided)
__________________

Last edited by Marttt; 10-09-2021 at 08:58.
Marttt 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 03:11.


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