Left 4 Dead 2

Left 4 Dead 2

128 arvostelua
Skip Intro Cutscenes of any Map
   
Palkinto
Lisää suosikkeihin
Lisätty suosikkeihin
Poista suosikeista
Game Content: Scripts
Game Modes: Co-op, Realism
Items: Other
Tiedostokoko
Julkaistu
Päivitetty
1.824 KB
3.4.2024 klo 9.08
14.11.2024 klo 6.00
8 muutosilmoitusta ( näytä )

Tilaa ladataksesi
Skip Intro Cutscenes of any Map

Kuvaus
Many Custom maps have long opening animations, and this script allows you to skip the opening animation

This works WAY better than the same Sourcemod plugin
---------------------------------------------------------------------------------

Thanks for @Neburai Great idea!
17 kommenttia
Local coffee enjoyer 4.8. klo 21.54 
This mod is a lifesaver oh my god
Halberd 12.7. klo 17.10 
Survivors die in the passing intro.
邱诚同学 22.6. klo 1.02 
不懂,为什么要排除自己的地图?:shiro:
!(Director.GetMapName() == "l4d2_mimp1")
ChapCanai 7.6. klo 4.17 
I think this breaks the resident evil 2 first map, but no big deal
Iceysalt 14.5. klo 16.40 
To remove that 5 to 7 seconds you have to wait before starting again* whoops
Iceysalt 14.5. klo 16.40 
I have another mini mod idea you could combine into this or a separate addon? When failing on a chapter you have to wait 5 or 7 seconds for the music to play then start again. This could be useful for people who like hard maps or fail on the same chapter a lot those 5 to 7 seconds start adding up if you like failing on expert a lot. Thank you again for this amazing script!
Xenorvya 18.4. klo 15.54 
I've been using this for a while, it's great. I can now test things on the first chapter of any map.
youjin 30.1. klo 18.53 
latest update fucked up the starting position in tumtara
洛琪べ  [tekijä] 13.11.2024 klo 8.10 
@Neburai Great idea! Fortunately, the script has a ready-made input hook system, and I plan to use your ideas on the script to try it out!
Neburai 13.11.2024 klo 7.55 
better than the sourcemod plugin you're comparing it to, but it's still not perfect. Camera movement can still get locked until intros end.

Both this and that other plugin let the entity inputs that start the intros still go through, and then try to stop it afterwards. I wrote a plugin that prevents the inputs from ever going through in the first place, which from my testing is far more reliable: https://github.com/neburaii/l4d2-plugins/tree/main/skip_intro

idk if this method is possible through vscript. Your addon is probably still the best choice for those who prefer to avoid plugins