Left 4 Dead 2

Left 4 Dead 2

128 betyg
Skip Intro Cutscenes of any Map
   
Utmärkelse
Favorit
Favoritmarkerad
Avfavoritmarkerad
Game Content: Scripts
Game Modes: Co-op, Realism
Items: Other
Filstorlek
Lades upp
Uppdaterades
1.824 KB
3 apr, 2024 @ 9:08
14 nov, 2024 @ 6:00
8 ändringsnotiser ( visa )

Abonnera för att ladda ner
Skip Intro Cutscenes of any Map

Beskrivning
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 kommentarer
Local coffee enjoyer 4 aug @ 21:54 
This mod is a lifesaver oh my god
Halberd 12 jul @ 17:10 
Survivors die in the passing intro.
邱诚同学 22 jun @ 1:02 
不懂,为什么要排除自己的地图?:shiro:
!(Director.GetMapName() == "l4d2_mimp1")
ChapCanai 7 jun @ 4:17 
I think this breaks the resident evil 2 first map, but no big deal
Iceysalt 14 maj @ 16:40 
To remove that 5 to 7 seconds you have to wait before starting again* whoops
Iceysalt 14 maj @ 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 apr @ 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 jan @ 18:53 
latest update fucked up the starting position in tumtara
洛琪べ  [skapare] 13 nov, 2024 @ 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 nov, 2024 @ 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