What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

RB skipping Unskippable cutscenes.

zzi

Active Member
Joined
Mar 10, 2016
Messages
308
posted in discord, reposing here for visibility.

Praetorium and Castrum have fixed-length dialogues and unskippable cutscenes. RebornBuddy is able to fast-forward through the dialogue (which should not be possible). Relevant logic that gets fired: https://github.com/Fryheit/Kombatant/blob/master/Logic/Convenience.cs#L253 Steps to replicate:

1. Queue up to Praetorum, try to skip the opening cutscene and dialogue
-> Expected: Cutscene cannot be skipped, dialogue cannot be forwarded.
2. Fire up RB with a botbase checking the logic chunk from above. Queue up again.
-> Result: Cutscene cannot be skipped, however dialogue will fast forward - effectively throwing you back into control a LOT sooner than any other player.
 
From what I know / can see AgentCutScene.PromptSkip() already checks the CanSkip property.

Perhaps the CanSkip isn't correct any more?

Also wonder if we are missing a CanSkp check on the Talk Dialogs.
 
Back
Top