-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtutorial_director.rpy
128 lines (85 loc) · 4.27 KB
/
tutorial_director.rpy
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
# TODO: Translation updated at 2025-01-26 12:26
# game/tutorial_director.rpy:5
translate italian director_e4543d9b:
# e "There are a few tools you can access by pressing the right commands on the keyboard."
e ""
# game/tutorial_director.rpy:7
translate italian director_ebf40500:
# e "Typing Shift+R turns on autoreload mode. When it's enabled, your game will automatically reload when you edit a script file."
e ""
# game/tutorial_director.rpy:9
translate italian director_6f3d1bea:
# e "Shift+O brings you to the console, which lets you enter Ren'Py and Python commands to try them out."
e ""
# game/tutorial_director.rpy:11
translate italian director_70a61c1c:
# e "Shift+D pops up a developer menu with access to these and other functions."
e ""
# game/tutorial_director.rpy:13
translate italian director_43504744:
# e "The most powerful tool is the interactive director that lets you add images, music, and voice lines to your game from inside Ren'Py."
e ""
# game/tutorial_director.rpy:15
translate italian director_32f8695e:
# e "The idea is that you can use an editor to write the script and logic of your visual novel, and then interactively add images in the right places."
e ""
# game/tutorial_director.rpy:21
translate italian director_62734181:
# e "It looks like Ren'Py is installed read-only on your system, so you won't be able to try out the interactive director now."
e ""
# game/tutorial_director.rpy:23
translate italian director_aec4c7d4:
# e "You'll need to make your own project, and try it out there. But I can tell you how to use it."
e ""
# game/tutorial_director.rpy:29
translate italian director_453d4d67:
# e "You can try the interactive director out right now, by using it to change this tutorial game."
e ""
# game/tutorial_director.rpy:31
translate italian director_c35284d1:
# e "Be sure to click my dialogue at the bottom of the screen to advance the tutorial."
e ""
# game/tutorial_director.rpy:33
translate italian director_e253e03b:
# e "If something goes wrong, don't worry. Quitting and restarting this tutorial will remove your changes and bring everything back to normal."
e ""
# game/tutorial_director.rpy:42
translate italian director_1cd735bc:
# e "To get started, let's go back to a blank slate, with no images on the screen."
e ""
# game/tutorial_director.rpy:44
translate italian director_c7a18979:
# e "You can show the director at any time by pressing the 'D' key on your keyboard. Ren'Py will reload, and you'll come back here. Try it now."
e ""
# game/tutorial_director.rpy:46
translate italian director_3dcc4362:
# e "Let's add a background. Click the '+' to pick where to add it, then the 'scene' statement and 'washington' for the image. Finally, click 'Add' to add it."
e ""
# game/tutorial_director.rpy:48
translate italian director_292d58b5:
# e "Next, add a sprite. Click '+', then 'show', 'eileen', 'happy', and 'Add'. Once you've added it, dissolve it in by clicking the second '+', then 'with', 'dissolve', and 'Add'."
e ""
# game/tutorial_director.rpy:52
translate italian director_c875c1a7:
# e "You can edit or remove statements with the pencil icon. You can move me to the right by editing the show statement, then clicking '(transform)', 'right', and 'Change'."
e ""
# game/tutorial_director.rpy:54
translate italian director_4e04a74e:
# e "Finally, you can use the play, queue, stop, and voice statements to manage audio. Try adding 'play', 'music', 'sunflower-slow-drag.ogg'."
e ""
# game/tutorial_director.rpy:61
translate italian director_1364b336:
# l "Finally, I get some more screen time!"
l ""
# game/tutorial_director.rpy:69
translate italian director_c6dd0c81:
# e "The changes you make with the director are permanent. They're saved to the script, and you can rollback or repeat this section to see them."
e ""
# game/tutorial_director.rpy:71
translate italian director_9d03b14b:
# e "However, we reset this tutorial when the game restarts, so you can try again from a clean slate. That won't happen with your own visual novel."
e ""
# game/tutorial_director.rpy:73
translate italian director_dbfa07b2:
# e "I hope these tools make developing your visual novel that much easier."
e ""