mirror of
https://github.com/FAUSheppy/sector-32-documentation
synced 2025-12-06 07:21:41 +01:00
1.3 KiB
1.3 KiB
Relevant Files in
/Content/Dialog/Wreckages
- DisplayStoryOrMessage -> BT-Task to show tutorial, tick the isTutorial-parameter and enter the tutorial Name, the tutorial name is both title of the created window and key for both the video-media-map in the tutorial widgt and the key for the styled displayed text saved in the string table
/Content/UI/Tutorials/
- TutorialRichtTextStyle -> Styling Tags
- TutorialText -> String Table with styled tutorial texts
- Tutorial (Widget) Main Tutorial Widget spawned by BT-Task
How to create a new Tutorial
- Add the relevant video file to /project_root/Video_Raw/
- Drag it into /Game/UI/Tutorials/Videos/ to create a media reference
- Verify it's playable in the tutorial media manager in /Game/UI/Tutorials
- Add a string table text to the TutorialTextStringTable in /Game/UI/Tutorials/, mind that the key will also be the title of the window
- Add the same key to the MediaSourceMap-Variable in the Tutorial-Widget (/Game/UI/Tutorials/Tutorial) and reference the media reference for this key
Current TutorialTriggers/Times
- Start of BT L1_Start_EN (Flying)
- End of BT L1_Start_EN (Boosting)
- End of BT L1_W1_EN (Lights)
- End of BT L1_W3_Search (Scan)
- End of BT L1_W3_HelpWithScan_Int_Finished (Weapons)
- On first Shield Damage, defined in MainCharacter (Shield)