From 475b5bfde59b5dae1ae9dd845d2fa06a9a71c98f Mon Sep 17 00:00:00 2001 From: Nilou Date: Sun, 18 Jan 2026 19:43:47 +0100 Subject: [PATCH] suppression des espaces et accents #125 --- dialogs/timelines/story/demeter_outro.dtl | 16 ++++++++-------- project.godot | 1 - 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/dialogs/timelines/story/demeter_outro.dtl b/dialogs/timelines/story/demeter_outro.dtl index f3879f2..916657c 100644 --- a/dialogs/timelines/story/demeter_outro.dtl +++ b/dialogs/timelines/story/demeter_outro.dtl @@ -11,10 +11,10 @@ demeter: Well done [color=#FFA617]{orchidName}[/color],[pause=0.2] the zone arou demeter: Next,[pause=0.2] you will have to travel further into the dead zone.[pause=0.3] It will be harder,[pause=0.2] as it is more ancient,[pause=0.5] primeval. demeter: But I think you deserve some answers first... demeter: Do you have any questions ? -jump début dialogue -label suite dialogue +jump debut_dialogue +label suite_dialogue demeter: What else do you want to know ? -label début dialogue +label debut_dialogue - Who are you ? | [if {whoareyou} == "false"] [else="hide"] demeter: I am...[pause=0.5] was,[pause=0.3] the Deputy Manager of Engineering and Talion Energy Research on this planet,[pause=0.5] but my creators and colleagues quickly called me [color=#009bff]Demeter[/color]. demeter: I am installed at the [b]Central Facility[/b],[pause=0.2] in the third server room of the east wing,[pause=0.2] from which I oversee...[pause=0.5] oversaw,[pause=0.3] all the important operations of the [b]Colony[/b]. @@ -23,11 +23,11 @@ label début dialogue - The Colony ? demeter: When humans arrived,[pause=0.2] 1470 years ago,[pause=0.2] to found the [b]Colony[/b],[pause=0.2] they quickly assembled this place and began operating on the planet. set {whoareyou} = "true" - jump suite dialogue + jump suite_dialogue - Who am I ? | [if {whoamI} == "false"] [else="hide"] demeter: I can not answer this question,[pause=0.3] not fully at least.[pause=0.3] I created you,[pause=0.2] and I am sure you are the first robot entirely conceived by another one.[pause=0.3] The rest will be defined by your choices. set {whoamI} = "true" - jump suite dialogue + jump suite_dialogue - What happened to this planet ? | [if {whathappened} == "false"] [else="hide"] demeter: 1431 years ago,[pause=0.2] humans from the [b]Colony[/b] began to dug into the [color=#119758][b]primeval Talion node[/b][/color],[pause=0.2] and I made a mistake,[pause=0.5] a terrible mistake. demeter: Then,[pause=0.2] life quickly left this planet,[pause=0.4] now just a barren wasteland. @@ -36,7 +36,7 @@ label début dialogue - What did you do ? demeter: I[pause=0.4].[pause=0.4].[pause=0.4].[pause=0.4] misjudged the situation,[pause=0.4] and did not execute my tasks properly. set {whathappened} = "true" - jump suite dialogue + jump suite_dialogue - Where are the others ? | [if {theothers} == "false"] [else="hide"] demeter: Do you mean,[pause=0.2] the other robots ? - Yes @@ -45,12 +45,12 @@ label début dialogue - No, the humans... demeter: After the incident,[pause=0.2] they immediately left the planet,[pause=0.3] without even disabling us... set {theothers} = "true" - jump suite dialogue + jump suite_dialogue - What are these noises behind you ? | [if {whathearing} == "false"] [else="hide"] demeter: Oh,[pause=0.2] yes indeed.[pause=0.3] These are [color=#F0E130]birds[/color],[pause=0.3] and my server cooling system of course. demeter: My [color=#119758][b]Talion[/b][/color] motherboard is keeping kind of a safe haven for them around me. set {whathearing} = "true" - jump suite dialogue + jump suite_dialogue - What is next for me ? demeter: You should travel north,[pause=0.2] reach the [color=#119758][b]primeval Talion node[/b][/color].[pause=0.3] We need to know why the [color=#119758][b]Talion[/b][/color] is back. demeter: I also received signals,[pause=0.4] my fellows are maybe trying to communicate with us.[pause=0.5] Or is it something else ? diff --git a/project.godot b/project.godot index 5923448..4a62c39 100644 --- a/project.godot +++ b/project.godot @@ -35,7 +35,6 @@ SceneManager="*res://common/scene_manager/scene_manager.gd" directories/dch_directory={ "demeter": "res://dialogs/characters/demeter.dch", -"mother": "res://dialogs/characters/mother.dch", "mysterious_demeter": "res://dialogs/characters/mysterious_demeter.dch" } directories/dtl_directory={