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

[L4D] [Help me find] Flying car replacing escape helicopter


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
axelnieves2012
Senior Member
Join Date: Oct 2014
Location: Argentina
Old 01-20-2019 , 02:00   [L4D] [Help me find] Flying car replacing escape helicopter
Reply With Quote #1

Hello, a Brazilian server (Skull of maggots) has a plugin that replaces No-Mercy's helicopter by a flying car, during finale escape.
I could not find it. I even searched out of AlliedModders and had no result.
Does anyone it's name?

I tried to recreate it but I couldn't and gave up.

Last edited by axelnieves2012; 01-20-2019 at 02:01.
axelnieves2012 is offline
Marttt
Veteran Member
Join Date: Jan 2019
Location: Brazil
Old 01-21-2019 , 06:49   Re: [L4D] [Help me find] Flying car replacing escape helicopter
Reply With Quote #2

Well, I think they added a mod from SteamWorkShop (or GameMaps) and put that file to the client make download with sv_consistency/sv_pure and whitelist files
Marttt is offline
Lux
Veteran Member
Join Date: Jan 2015
Location: Cat
Old 01-21-2019 , 17:25   Re: [L4D] [Help me find] Flying car replacing escape helicopter
Reply With Quote #3

you could do this with stripper just change the chopper model KV to the model you want.
__________________
Connect
My Plugins: KlickME
[My GitHub]

Commission me for L4D
Lux is offline
axelnieves2012
Senior Member
Join Date: Oct 2014
Location: Argentina
Old 01-23-2019 , 03:11   Re: [L4D] [Help me find] Flying car replacing escape helicopter
Reply With Quote #4

Quote:
Originally Posted by Lux View Post
you could do this with stripper just change the chopper model KV to the model you want.
I tried it thousand times and nothing worked. Sometimes helicopter keeps still in air or the replacement model keeps still in air.

SDKHooks doens't hook helicopter spawning at all. It just hook some weapons spawning.
I performed a for(new i=1; i<=maxentities; i++) to get the helicopter entity.
But changing model makes helicopter/car invisible or still.

I even tried to ignite helicopter and nothing worked. Neither AcceptEntityInput("ignite") nor IgniteEntity(ent)...

May I be hooking the wrong entity??

I also tried all above with NO-MERCY'S introduction helicopter... and nothing worked.
axelnieves2012 is offline
axelnieves2012
Senior Member
Join Date: Oct 2014
Location: Argentina
Old 01-23-2019 , 03:11   Re: [L4D] [Help me find] Flying car replacing escape helicopter
Reply With Quote #5

Quote:
Originally Posted by Marttt View Post
Well, I think they added a mod from SteamWorkShop (or GameMaps) and put that file to the client make download with sv_consistency/sv_pure and whitelist files
I thought about that. But I didn't find any workshop for that purpose.
axelnieves2012 is offline
Lux
Veteran Member
Join Date: Jan 2015
Location: Cat
Old 01-23-2019 , 18:27   Re: [L4D] [Help me find] Flying car replacing escape helicopter
Reply With Quote #6

you could try parent a car prop to the chopper using an attachment point.
__________________
Connect
My Plugins: KlickME
[My GitHub]

Commission me for L4D
Lux is offline
Marttt
Veteran Member
Join Date: Jan 2019
Location: Brazil
Old 01-24-2019 , 21:09   Re: [L4D] [Help me find] Flying car replacing escape helicopter
Reply With Quote #7

Dude i follow the Lux instructions and i make it using stripper
see the screenshot attached

PHP Code:
modify:
{
    
match:
    {    
    
"model" "models/props_vehicles/helicopter_rescue.mdl"
    
}
    
replace:
    {
    
"model" "models/props_vehicles/racecar.mdl"
    
}

https://www.bailopan.net/stripper/
Attached Images
File Type: jpg stripper_deadcenter.jpg (15.5 KB, 113 views)
Attached Files
File Type: cfg global_filters.cfg (568 Bytes, 79 views)
Marttt is offline
axelnieves2012
Senior Member
Join Date: Oct 2014
Location: Argentina
Old 01-24-2019 , 22:15   Re: [L4D1] [Help me find] Flying car replacing escape helicopter
Reply With Quote #8

Quote:
Originally Posted by Marttt View Post
Dude i follow the Lux instructions and i make it using stripper
see the screenshot attached

PHP Code:
modify:
{
    
match:
    {    
    
"model" "models/props_vehicles/helicopter_rescue.mdl"
    
}
    
replace:
    {
    
"model" "models/props_vehicles/racecar.mdl"
    
}

https://www.bailopan.net/stripper/
Hello and thanks you for replying to me.
I have tested but it doesn't seem to work for me.
I'm trying to replace intro helicopter by a police car, but nothing changes.
By the way, I'm testing on LEFT 4 DEAD 1, I'll test the same file you uploaded here in L4D2 just for testing.
Maybe am I working on wrong model?
Shall I place something on /dump/ folder?
This is my file:
[CODE]
modify:
{
match:
{
"model" "models/hybrydphysx/news_helicoptor_map1_intro_v1.mdl"
}
replace:
{
"model" "models/props_vehicles/police_car.mdl"
}
delete:
{
"model" "models/hybrydphysx/news_helicoptor_map1_intro_v1.mdl"
}
insert:
{
"scale" "0.99"
}

}
[CODE]

I also tried:
Code:
modify:
{
	match:
	{	
	"model" "models/hybrydphysx/news_helicoptor_map1_intro_v1.mdl"
	}
	replace:
	{
	"model" "models/props_vehicles/police_car.mdl"
	}

}
and:
Code:
modify:
{
	match:
	{	
	"model" "models/*heli*.mdl"
	}
	replace:
	{
	"model" "models/props_vehicles/police_car.mdl"
	}

}
Nothing above worked on l4d1 Any idea?
I restarted "left4dead.exe" process on each change to ensure "stripper" loads successfully.
axelnieves2012 is offline
axelnieves2012
Senior Member
Join Date: Oct 2014
Location: Argentina
Old 01-24-2019 , 22:36   Re: [L4D] [Help me find] Flying car replacing escape helicopter
Reply With Quote #9

Finally I have replace it but there is a problem.
The car doesn't move. It is still, just like my script.

My alternative idea was making helicopter invisible and attaching a non solid car.
But I couldn't, same problem: Helicopter (and car) don't move.

Last edited by axelnieves2012; 01-24-2019 at 23:37.
axelnieves2012 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 21:40.


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