Skip to content

Commit b3c1d1e

Browse files
committed
Update the advanced guide to cover shortcut changes and improve wording/formatting
1 parent 3bfe5f5 commit b3c1d1e

File tree

1 file changed

+72
-30
lines changed

1 file changed

+72
-30
lines changed

help/advanced_guide.tres

Lines changed: 72 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[gd_resource type="Resource" script_class="HelpGuide" load_steps=15 format=3 uid="uid://dpyar3sq303xm"]
1+
[gd_resource type="Resource" script_class="HelpGuide" load_steps=18 format=3 uid="uid://dpyar3sq303xm"]
22

33
[ext_resource type="Script" path="res://objects/HelpGuide.gd" id="1_6yyxb"]
44
[ext_resource type="Script" path="res://objects/HelpGuideStep.gd" id="2_6a2si"]
@@ -7,30 +7,71 @@
77

88
[sub_resource type="Resource" id="Resource_ig3qc"]
99
script = ExtResource("2_6a2si")
10-
title = "HELP - Tips and Tricks"
11-
description = "Some useful keys to know:
10+
title = "TIPS & TRICKS - Playback"
11+
description = "You can quickly stop and restart the playback by pressing [accent]SPACE[/accent].
1212
13-
[accent]SPACE[/accent] - Pause/unpause the current song;
14-
[accent]ARROW UP[/accent]/[accent]DOWN[/accent] - Scroll the pattern editor;
15-
[accent]ARROW LEFT[/accent]/[accent]RIGHT[/accent] - Scroll the arrangement editor.
16-
17-
(More shortcuts in the HELP menu!)"
13+
Hold [accent]CTRL[/accent] to pause instead."
1814
ref_image_size = Vector2(0, 0)
1915
ref_image_position = 0
2016
navigation_target = 2
2117
node_target = 0
2218
trigger_target = 0
2319
position_anchor = Vector2(0.5, 0.5)
2420
position_direction = 4
25-
size = Vector2(640, 270)
21+
size = Vector2(500, 200)
22+
23+
[sub_resource type="Resource" id="Resource_fwmv4"]
24+
script = ExtResource("2_6a2si")
25+
title = "TIPS & TRICKS - Saving and Loading"
26+
description = "Save your progress with [accent]CTRL + S[/accent]. Holding [accent]ALT[/accent] prompts the [accent]Save As[/accent] dialog instead.
27+
28+
You can create a new song by pressing [accent]CTRL + N[/accent], or open an existing one with [accent]CTRL + O[/accent]."
29+
ref_image_size = Vector2(0, 0)
30+
ref_image_position = 0
31+
navigation_target = 1
32+
node_target = 0
33+
trigger_target = 0
34+
position_anchor = Vector2(0.64, 0.41)
35+
position_direction = 4
36+
size = Vector2(550, 240)
37+
38+
[sub_resource type="Resource" id="Resource_uprl4"]
39+
script = ExtResource("2_6a2si")
40+
title = "TIPS & TRICKS - Action History"
41+
description = "You can undo up to [accent]40[/accent] changes by pressing [accent]CTRL + Z[/accent]. You can also redo the actions you have just undone with [accent]CTRL + SHIFT + Z[/accent].
42+
43+
Note: Making any changes clears future actions!"
44+
ref_image_size = Vector2(0, 0)
45+
ref_image_position = 0
46+
navigation_target = 0
47+
node_target = 0
48+
trigger_target = 0
49+
position_anchor = Vector2(0.92, 0.225)
50+
position_direction = 1
51+
size = Vector2(520, 270)
52+
53+
[sub_resource type="Resource" id="Resource_ie5ya"]
54+
script = ExtResource("2_6a2si")
55+
title = "TIPS & TRICKS - Shortcuts"
56+
description = "Bosca Ceoil has many shortcuts and contextual interactions!
57+
58+
You can find all of them listed in the [accent]HELP[/accent] section."
59+
ref_image_size = Vector2(0, 0)
60+
ref_image_position = 0
61+
navigation_target = 5
62+
node_target = 0
63+
trigger_target = 0
64+
position_anchor = Vector2(0.5, 0.5)
65+
position_direction = 4
66+
size = Vector2(430, 230)
2667

2768
[sub_resource type="Resource" id="Resource_5l0n3"]
2869
script = ExtResource("2_6a2si")
29-
title = "HELP - Tips and Tricks"
70+
title = "TIPS & TRICKS - Patterns"
3071
description = "These little [accent]PLUS[/accent] and [accent]MINUS[/accent] buttons [accent]transpose[/accent] notes in the current pattern moving them higher or lower!"
3172
ref_image_size = Vector2(0, 0)
3273
ref_image_position = 0
33-
navigation_target = 0
74+
navigation_target = 1
3475
node_target = 105
3576
trigger_target = 0
3677
position_anchor = Vector2(0.54, 0.905)
@@ -39,7 +80,7 @@ size = Vector2(480, 180)
3980

4081
[sub_resource type="Resource" id="Resource_38vdh"]
4182
script = ExtResource("2_6a2si")
42-
title = "HELP - Tips and Tricks"
83+
title = "TIPS & TRICKS - Patterns"
4384
description = "You can change the [accent]SCALE[/accent] and [accent]KEY[/accent] of a pattern with this menu in the bottom right.
4485
When you're using a [accent]SCALE[/accent], notes which are not in that scale are removed from the pattern!
4586
@@ -55,10 +96,10 @@ size = Vector2(620, 300)
5596

5697
[sub_resource type="Resource" id="Resource_y7c54"]
5798
script = ExtResource("2_6a2si")
58-
title = "HELP - Tips and Tricks"
59-
description = "You can [accent]RIGHT CLICK[/accent] on a timeline section to delete the entire column (bar).
99+
title = "TIPS & TRICKS - Timeline"
100+
description = "You can [accent]RIGHT CLICK[/accent] on a timeline section to delete the entire bar.
60101
61-
You can [accent]MIDDLE CLICK[/accent] on the timeline to insert a blank bar."
102+
You can [accent]MIDDLE CLICK[/accent] (or [accent]SHIFT + LEFT CLICK[/accent]) on the timeline to insert a blank bar."
62103
ref_image_size = Vector2(0, 0)
63104
ref_image_position = 0
64105
navigation_target = 2
@@ -70,23 +111,24 @@ size = Vector2(560, 230)
70111

71112
[sub_resource type="Resource" id="Resource_ggls6"]
72113
script = ExtResource("2_6a2si")
73-
title = "HELP - Tips and Tricks"
114+
title = "TIPS & TRICKS - Timeline"
74115
description = "You can [accent]COPY[/accent] and [accent]PASTE[/accent] arrangement bars.
75116
76-
Just select the sections of the timeline you want, and press [accent]CTRL + C[/accent] to copy.
77-
To paste, hover the mouse over the timeline section you want to insert from, and press [accent]CTRL + V[/accent]."
117+
[accent]HOLD and DRAG[/accent] to select the sections of the timeline you want, and press [accent]CTRL + C[/accent] to copy.
118+
119+
To paste, [accent]HOVER[/accent] the mouse over the timeline section you want to insert at, and press [accent]CTRL + V[/accent]."
78120
ref_image_size = Vector2(0, 0)
79121
ref_image_position = 0
80122
navigation_target = 2
81123
node_target = 203
82124
trigger_target = 0
83125
position_anchor = Vector2(0.24, 0.355)
84126
position_direction = 0
85-
size = Vector2(640, 260)
127+
size = Vector2(640, 270)
86128

87129
[sub_resource type="Resource" id="Resource_isqye"]
88130
script = ExtResource("2_6a2si")
89-
title = "HELP - Tips and Tricks"
131+
title = "TIPS & TRICKS - Instruments"
90132
description = "[accent]TWEAK[/accent] how your instrument sounds with the filter pad!
91133
Move the square around to play with cutoff and resonance values."
92134
ref_image_size = Vector2(0, 0)
@@ -100,10 +142,10 @@ size = Vector2(560, 200)
100142

101143
[sub_resource type="Resource" id="Resource_flqw8"]
102144
script = ExtResource("2_6a2si")
103-
title = "HELP - Tips and Tricks"
145+
title = "TIPS & TRICKS - Instruments"
104146
description = "You can completely [accent]DELETE[/accent] instruments and patterns that you don't want.
105147
106-
Start dragging the item from the [accent]side list[/accent], and a [accent]delete area[/accent] will appear below the panel. Let go of your instrument or pattern there to confirm the deletion."
148+
Start [accent]DRAGGING[/accent] the item from the [accent]side list[/accent], and a [accent]delete area[/accent] will appear below the panel. [accent]LET GO[/accent] of your instrument or pattern there to confirm the deletion."
107149
ref_image = ExtResource("3_7bj3b")
108150
ref_image_size = Vector2(480, 180)
109151
ref_image_position = 1
@@ -116,7 +158,7 @@ size = Vector2(620, 460)
116158

117159
[sub_resource type="Resource" id="Resource_03vci"]
118160
script = ExtResource("2_6a2si")
119-
title = "HELP - Tips and Tricks"
161+
title = "TIPS & TRICKS - Advanced Tuning"
120162
description = "Alright, last one, but this one's really fancy!
121163
122164
Spot this [accent]RECORD[/accent] button next to the instrument picker down below."
@@ -131,11 +173,11 @@ size = Vector2(580, 200)
131173

132174
[sub_resource type="Resource" id="Resource_2arx2"]
133175
script = ExtResource("2_6a2si")
134-
title = "HELP - Tips and Tricks"
176+
title = "TIPS & TRICKS - Advanced Tuning"
135177
description = "This button enables [accent]FILTER RECORDING[/accent] for the current pattern.
136-
When [accent]FILTER RECORDING[/accent] is on, the filter and volume values in this pattern can be changed over time!
178+
When [accent]FILTER RECORDING[/accent] is on, the filter and volume values of the instrument in this pattern can be changed over time!
137179
138-
Try clicking the button and playing with the filter pad and the volume slider."
180+
Try clicking the [accent]RECORD[/accent] button and playing with the filter pad and the volume slider as the song plays."
139181
ref_image = ExtResource("4_f2mo2")
140182
ref_image_size = Vector2(590, 200)
141183
ref_image_position = 1
@@ -144,11 +186,11 @@ node_target = 305
144186
trigger_target = 0
145187
position_anchor = Vector2(0.9, 0.375)
146188
position_direction = 1
147-
size = Vector2(680, 480)
189+
size = Vector2(680, 500)
148190

149191
[sub_resource type="Resource" id="Resource_goh2j"]
150192
script = ExtResource("2_6a2si")
151-
title = "HELP - Tips and Tricks"
193+
title = "TIPS & TRICKS - Tutorial Complete"
152194
description = "I think that's everything! Have fun creating music.
153195
154196
And thanks for using Bosca Ceoil!"
@@ -159,8 +201,8 @@ node_target = 0
159201
trigger_target = 0
160202
position_anchor = Vector2(0.5, 0.5)
161203
position_direction = 4
162-
size = Vector2(460, 210)
204+
size = Vector2(480, 210)
163205

164206
[resource]
165207
script = ExtResource("1_6yyxb")
166-
steps = Array[ExtResource("2_6a2si")]([SubResource("Resource_ig3qc"), SubResource("Resource_5l0n3"), SubResource("Resource_38vdh"), SubResource("Resource_y7c54"), SubResource("Resource_ggls6"), SubResource("Resource_isqye"), SubResource("Resource_flqw8"), SubResource("Resource_03vci"), SubResource("Resource_2arx2"), SubResource("Resource_goh2j")])
208+
steps = Array[ExtResource("2_6a2si")]([SubResource("Resource_ig3qc"), SubResource("Resource_fwmv4"), SubResource("Resource_uprl4"), SubResource("Resource_ie5ya"), SubResource("Resource_5l0n3"), SubResource("Resource_38vdh"), SubResource("Resource_y7c54"), SubResource("Resource_ggls6"), SubResource("Resource_isqye"), SubResource("Resource_flqw8"), SubResource("Resource_03vci"), SubResource("Resource_2arx2"), SubResource("Resource_goh2j")])

0 commit comments

Comments
 (0)