]> Untitled Git - wolf-seeking-sheep.git/blob - project.godot
Squashed commit of the following:
[wolf-seeking-sheep.git] / project.godot
1 ; Engine configuration file.
2 ; It's best edited using the editor UI and not directly,
3 ; since the parameters that go here are not all obvious.
4 ;
5 ; Format:
6 ;   [section] ; section goes between []
7 ;   param=value ; assign values to parameters
8
9 config_version=5
10
11 [application]
12
13 config/name="wolf-seeking-sheep"
14 config/version="0.1.0"
15 run/main_scene="res://menus/main.tscn"
16 config/features=PackedStringArray("4.4", "Forward Plus")
17 config/icon="uid://drmt1v5c1abia"
18
19 [autoload]
20
21 Dialogic="*res://addons/dialogic/Core/DialogicGameHandler.gd"
22
23 [dialogic]
24
25 directories/dch_directory={
26 "ram-1": "res://dialogue/characters/ram-1.dch",
27 "ram-2": "res://dialogue/characters/ram-2.dch",
28 "rick": "res://dialogue/characters/rick.dch",
29 "waitress": "res://dialogue/characters/waitress.dch",
30 "wolf": "res://dialogue/characters/wolf.dch"
31 }
32 directories/dtl_directory={
33 "diner-highway": "res://dialogue/timelines/diner-highway.dtl",
34 "diner-parking-lot": "res://dialogue/timelines/diner-parking-lot.dtl",
35 "dummy": "res://dialogue/timelines/dummy.dtl",
36 "intro-start": "res://dialogue/timelines/intro-start.dtl",
37 "meeting-rick": "res://dialogue/timelines/meeting-rick.dtl",
38 "npc-outside-diner": "res://dialogue/timelines/npc-outside-diner.dtl",
39 "ricks-rig": "res://dialogue/timelines/ricks-rig.dtl"
40 }
41 layout/style_list=["res://dialogue/styles/default.tres", "res://dialogue/styles/narration.tres"]
42 layout/default_style="res://dialogue/styles/default.tres"
43 extensions_folder="res://addons/dialogic_additions"
44 text/letter_speed=0.02
45 text/initial_text_reveal_skippable=true
46 text/text_reveal_skip_delay=0.1
47 text/advance_delay=0.1
48 text/autoadvance_per_character_delay=0.1
49 text/autoadvance_ignored_characters_enabled=true
50 animations/join_default_length=0.5
51 animations/join_default_wait=true
52 animations/leave_default_length=0.5
53 animations/leave_default_wait=true
54 animations/cross_fade_default_length=0.5
55 choices/autofocus_first=true
56 choices/delay=0.2
57 choices/reveal_delay=0
58 choices/reveal_by_input=false
59 audio/max_channels=4.0
60 save/autosave_delay=60.0
61 save/encryption_on_exports_only=true
62 history/simple_history_enabled=false
63 history/full_history_enabled=true
64 text/autopauses={
65 ",;": 0.1,
66 "?!.:": 0.2
67 }
68 text/absolute_autopauses=false
69 glossary/default_case_sensitive=true
70 variables={
71 "city": {
72 "name": "San Antonio"
73 },
74 "dating_app": {
75 "name": "Wolf Seeking Sheep"
76 },
77 "friend": {
78 "name": "Alex"
79 },
80 "trucker": {
81 "had_sex": false,
82 "huge_dick": false,
83 "name": "Rick",
84 "wants_to_fuck": false
85 },
86 "wolf": {
87 "name": "Connor"
88 }
89 }
90
91 [display]
92
93 window/stretch/mode="canvas_items"
94
95 [editor_plugins]
96
97 enabled=PackedStringArray("res://addons/dialogic/plugin.cfg")
98
99 [global_group]
100
101 Actionable="Something happens when the player presses the \"action\" button"
102 Player=""
103 LookAt=""
104 Location=""
105 Trigger=""
106
107 [input]
108
109 ui_left={
110 "deadzone": 0.5,
111 "events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":4194319,"physical_keycode":0,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null)
112 , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":13,"pressure":0.0,"pressed":false,"script":null)
113 , Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":0,"axis_value":-1.0,"script":null)
114 , Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":83,"key_label":0,"unicode":115,"location":0,"echo":false,"script":null)
115 ]
116 }
117 ui_right={
118 "deadzone": 0.5,
119 "events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":4194321,"physical_keycode":0,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null)
120 , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":14,"pressure":0.0,"pressed":false,"script":null)
121 , Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":0,"axis_value":1.0,"script":null)
122 , Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":70,"key_label":0,"unicode":102,"location":0,"echo":false,"script":null)
123 ]
124 }
125 ui_up={
126 "deadzone": 0.5,
127 "events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":4194320,"physical_keycode":0,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null)
128 , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":11,"pressure":0.0,"pressed":false,"script":null)
129 , Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":1,"axis_value":-1.0,"script":null)
130 , Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":69,"key_label":0,"unicode":101,"location":0,"echo":false,"script":null)
131 ]
132 }
133 ui_down={
134 "deadzone": 0.5,
135 "events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":4194322,"physical_keycode":0,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null)
136 , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":12,"pressure":0.0,"pressed":false,"script":null)
137 , Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":1,"axis_value":1.0,"script":null)
138 , Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":68,"key_label":0,"unicode":100,"location":0,"echo":false,"script":null)
139 ]
140 }
141 dialogic_default_action={
142 "deadzone": 0.5,
143 "events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":4194309,"physical_keycode":0,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null)
144 , Object(InputEventMouseButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"button_mask":0,"position":Vector2(0, 0),"global_position":Vector2(0, 0),"factor":1.0,"button_index":1,"canceled":false,"pressed":true,"double_click":false,"script":null)
145 , Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":32,"physical_keycode":0,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null)
146 , Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":88,"physical_keycode":0,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null)
147 , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":0,"pressure":0.0,"pressed":false,"script":null)
148 ]
149 }
150 player-left={
151 "deadzone": 0.5,
152 "events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":83,"key_label":0,"unicode":115,"location":0,"echo":false,"script":null)
153 ]
154 }
155 player-right={
156 "deadzone": 0.5,
157 "events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":70,"key_label":0,"unicode":102,"location":0,"echo":false,"script":null)
158 ]
159 }
160 player-up={
161 "deadzone": 0.5,
162 "events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":69,"key_label":0,"unicode":101,"location":0,"echo":false,"script":null)
163 ]
164 }
165 player-down={
166 "deadzone": 0.5,
167 "events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":68,"key_label":0,"unicode":100,"location":0,"echo":false,"script":null)
168 ]
169 }
170 camera-left={
171 "deadzone": 0.5,
172 "events": []
173 }
174 camera-right={
175 "deadzone": 0.5,
176 "events": []
177 }
178 camera-up={
179 "deadzone": 0.5,
180 "events": []
181 }
182 camera-down={
183 "deadzone": 0.5,
184 "events": []
185 }
186 capture_input={
187 "deadzone": 0.5,
188 "events": [Object(InputEventMouseButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"button_mask":1,"position":Vector2(645, 37),"global_position":Vector2(664, 128),"factor":1.0,"button_index":1,"canceled":false,"pressed":true,"double_click":false,"script":null)
189 ]
190 }
191 player-action={
192 "deadzone": 0.5,
193 "events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":32,"key_label":0,"unicode":32,"location":0,"echo":false,"script":null)
194 ]
195 }
196
197 [rendering]
198
199 textures/vram_compression/import_s3tc_bptc=true
200 textures/vram_compression/import_etc2_astc=true
201 anti_aliasing/quality/msaa_3d=1