From 6fc17f8a81016d6d22c3ba0b5eb074e1cb58f7b6 Mon Sep 17 00:00:00 2001 From: wcko87 Date: Wed, 6 Sep 2017 20:08:22 +0800 Subject: [PATCH] Create README.md --- docs/cutscenes/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/cutscenes/README.md diff --git a/docs/cutscenes/README.md b/docs/cutscenes/README.md new file mode 100644 index 0000000..d9cf7ae --- /dev/null +++ b/docs/cutscenes/README.md @@ -0,0 +1,12 @@ +# Custom Cutscenes + +**Note: This only works in the Rabi-Ribi v1.8e** + +In-game events start cutscenes. Cutscenes each have their own cutscene ID. +The cutscene IDs can be seen above the block of text representing the cutscene. +To find out which cutscene is triggered by an event, refer to the file `Rabi-Ribi\localize\event\story_en.rbrb`. (Open it in a text editor) + +The files `story_emot.rbrb` and `story_text.rbrb` can be placed together with your maps to replace the original in-game cutscenes/dialogue. + +* [`story_text.rbrb`](story_text.md) contains the dialogue text used in the cutscene +* [`story_emot.rbrb`](story_emot.md) contains other cutscene information like characters / emotions etc.