Conversation
Using SceneSwitcher, and then back to Fray's End. Helps #2675
This is not needed anymore.
|
Play this branch at https://play.threadbare.game/branches/endlessm/rewoven2/. (This launches the game from the start, not directly at the change(s) in this pull request.) |
|
Opening a draft for now with step 1 of #2675 which is the easy part. I'm still figuring the best way to build an array of cutscenes to show in actual levels from the QuestProgressUnlockers. Maybe there is no other way than centralizing the dependency information. |
| var cutscene_path: String = cutscene_paths.pick_random() | ||
| var load_error: Error = ResourceLoader.load_threaded_request(cutscene_path) | ||
|
|
||
| GameState.global.facts.rewoven_cutscenes = [cutscene_path] |
There was a problem hiding this comment.
Note: this generic fact is placeholder, while I figure out a way to generate an array of cutscenes to display using actual quest unlockers.
|
With the transition effects already applied in the actual world #2699 (done, pending review), I still trying to figure out how to show them in sequence upon loom interaction.. Should the quest be marked completed / incompleted multiple times? Should a "fake" transition happen? I guess I'll need a centralized list of quest dependencies -> scenes + camera + quest unlocker within scene. |
No description provided.