• Hi Guest! To get rid of ads on the page, please consider donating through user upgrades or other methods.

Addon Is there an addon for automatically and fluidly skipping cutscene? (No ESC press)

Feenuhks

Cricket
Member
Pretty much what the title says. I did a quick search in the search bar with no results. If anyone has a link or file to share, that would be awesome. Thanks!
 
You'll want to run the game with cutsceneremoval plugin running, you can get the latest over at mod police discord or through their Github.
 
如果(获取颜色(100,711)==“0x000000”) 动画前有1s黑屏取色
{
循环,5{
发送输入 {Esc}
发送输入 {Esc}
发送输入 {Esc}
发送输入 {Esc}
}
返回
}
Post automatically merged:

if ( GetColor(100,711)=="0x000000") 动画前有1s黑屏取色
{
loop,5{
Sendinput {Esc}
Sendinput {Esc}
Sendinput {Esc}
Sendinput {Esc}
}
return
}
 
in the "ClientConfiguration.xml" file
No option "<option name='showcinematicAutoSkip' value='y'/>"?
In kr server, automatic skip of video is supported by using that option.
 
Top Bottom