Tutorial fixes

This commit is contained in:
MaddoScientisto 2025-02-21 22:19:07 +01:00
commit 28e49071aa
5 changed files with 19 additions and 25 deletions

View file

@ -1,7 +1,6 @@
[gd_resource type="Resource" script_class="DialogicStyle" load_steps=18 format=3 uid="uid://colrg0i302n1y"]
[gd_resource type="Resource" script_class="DialogicStyle" load_steps=16 format=3 uid="uid://colrg0i302n1y"]
[ext_resource type="Script" path="res://addons/dialogic/Resources/dialogic_style_layer.gd" id="1_5pxx8"]
[ext_resource type="PackedScene" uid="uid://c1k5m0w3r40xf" path="res://addons/dialogic/Modules/DefaultLayoutParts/Layer_FullBackground/full_background_layer.tscn" id="2_omxqb"]
[ext_resource type="PackedScene" uid="uid://cn674foxwedqu" path="res://addons/dialogic/Modules/DefaultLayoutParts/Layer_Input/full_advance_input_layer.tscn" id="3_hwmwc"]
[ext_resource type="PackedScene" path="res://Dialogue/Styles/Layers/TextboxWithPortrait/custom_textbox_with_portrait_.tscn" id="4_q2bg1"]
[ext_resource type="PackedScene" uid="uid://dsbwnp5hegnu3" path="res://addons/dialogic/Modules/DefaultLayoutParts/Layer_Glossary/glossary_popup_layer.tscn" id="5_tyx7t"]
@ -14,11 +13,6 @@
script = ExtResource("1_5pxx8")
overrides = {}
[sub_resource type="Resource" id="Resource_lkh4h"]
script = ExtResource("1_5pxx8")
scene = ExtResource("2_omxqb")
overrides = {}
[sub_resource type="Resource" id="Resource_kp0rr"]
script = ExtResource("1_5pxx8")
scene = ExtResource("3_hwmwc")
@ -58,10 +52,9 @@ overrides = {}
[resource]
script = ExtResource("9_cga22")
name = "Computer_Style"
layer_list = Array[String](["10", "11", "12", "13", "14", "15", "16"])
layer_list = Array[String](["11", "12", "13", "14", "15", "16"])
layer_info = {
"": SubResource("Resource_0p1al"),
"10": SubResource("Resource_lkh4h"),
"11": SubResource("Resource_kp0rr"),
"12": SubResource("Resource_tj7qo"),
"13": SubResource("Resource_8ghaa"),
@ -71,4 +64,4 @@ layer_info = {
}
base_overrides = {}
layers = Array[ExtResource("1_5pxx8")]([])
metadata/_latest_layer = "10"
metadata/_latest_layer = ""

View file

@ -35,7 +35,7 @@ scene = ExtResource("4_m8ph6")
overrides = {
"box_distance": "0.0",
"box_panel": "\"computer_stylebox.tres\"",
"box_size": "Vector2(300, 80)",
"box_size": "Vector2(300, 70)",
"name_label_custom_size": "10.0",
"name_label_use_global_size": "false",
"text_custom_size": "6.0"
@ -77,4 +77,4 @@ layer_info = {
}
base_overrides = {}
layers = Array[ExtResource("1_5pbjb")]([])
metadata/_latest_layer = ""
metadata/_latest_layer = "12"

View file

@ -1,11 +1,12 @@
Cirno: Navigator, I infiltrated the facility!
Navigator: Very good, Cirno.\
Do you remember your mission?
Cirno: No...
Navigator: Try to remember it this time\: Your mission is to infiltrate the refining facility and retrieve the artifact from your world.
Navigator: Be careful, I'm picking up a lot of activity on the local network, the facility is on lockdown due to an external threat
Navigator: But to my knowledge it's none of us.
Cirno: Don't worry, whatever it is I can deal with it!
Navigator: I really hope that's the case.
Navigator: Anyway try to use any terminal you may find, we might be able to find more information that way.
Navigator: Also try to remain undetected for as long as possible, cameras might summon reinforcements to your location if you get spotted.
Cirno: I infiltrated the facility!
ICE: Yes, thanks to our hackers who rewired the telepad.
Cirno: Yes of course, so what is this place?
ICE: Weren't you listening to the briefing? This is the enemy refinery we need to infiltrate.
Cirno: Sorry that was so boring I was falling asleep
ICE: It's important! Please try to stay awake when critical mission data is being relayed to you!
Cirno: Don't worry, whatever it is I can deal with it and you will help me, right?
ICE: Yes indeed, my primary mission is to assist you.
Cirno: You're being a really good subordinate!
ICE: Ok now to business\: you need to retrieve the artifact that is kept deep inside the facility and escape back to our base.
ICE: Try to use any terminal you may find, we might be able to find more information that way.
ICE: And finally, try to remain undetected for as long as possible, cameras might summon reinforcements to your location if you get spotted.

File diff suppressed because one or more lines are too long

View file

@ -60,7 +60,7 @@ directories/dtl_directory={
"tutorial_teleporter_2": "res://Dialogue/Timelines/Tutorial/tutorial_teleporter_2.dtl"
}
glossary/default_case_sensitive=true
layout/style_list=["res://Dialogue/Styles/Textbox_style.tres", "res://Dialogue/Styles/VN.tres", "res://Dialogue/Styles/Computer_Style.tres", "res://Dialogue/Styles/Intro_Syle.tres", "res://Dialogue/Styles/custom_test.tres"]
layout/style_list=["res://Dialogue/Styles/Textbox_style.tres", "res://Dialogue/Styles/VN.tres", "res://Dialogue/Styles/Intro_Syle.tres", "res://Dialogue/Styles/custom_test.tres"]
layout/default_style="res://Dialogue/Styles/Textbox_style.tres"
variables={}
extensions_folder="res://addons/dialogic_additions"