Left 4 Dead 2

Left 4 Dead 2

128 个评价
快速跳过开场动画
   
奖励
收藏
已收藏
取消收藏
Game Content: Scripts
Game Modes: Co-op, Realism
Items: Other
文件大小
发表于
更新日期
1.824 KB
2024 年 4 月 3 日 上午 9:08
2024 年 11 月 14 日 上午 6:00
8 项改动说明 ( 查看 )

订阅以下载
快速跳过开场动画

描述
许多三方图都有着很长的开场动画,这个脚本会帮助你快进跳过开场动画

实现效果比A网插件更好,不会出现部分三方无法跳过、或者有黑屏残余的情况
17 条留言
Local coffee enjoyer 8 月 4 日 下午 9:54 
This mod is a lifesaver oh my god
Halberd 7 月 12 日 下午 5:10 
Survivors die in the passing intro.
邱诚同学 6 月 22 日 上午 1:02 
不懂,为什么要排除自己的地图?:shiro:
!(Director.GetMapName() == "l4d2_mimp1")
ChapCanai 6 月 7 日 上午 4:17 
I think this breaks the resident evil 2 first map, but no big deal
Iceysalt 5 月 14 日 下午 4:40 
To remove that 5 to 7 seconds you have to wait before starting again* whoops
Iceysalt 5 月 14 日 下午 4: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 4 月 18 日 下午 3: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 1 月 30 日 下午 6:53 
latest update fucked up the starting position in tumtara
洛琪べ  [作者] 2024 年 11 月 13 日 上午 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 2024 年 11 月 13 日 上午 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