73 lines
2.7 KiB
Text
73 lines
2.7 KiB
Text
; Engine configuration file.
|
|
; It's best edited using the editor UI and not directly,
|
|
; since the parameters that go here are not all obvious.
|
|
;
|
|
; Format:
|
|
; [section] ; section goes between []
|
|
; param=value ; assign values to parameters
|
|
|
|
config_version=5
|
|
|
|
[application]
|
|
|
|
run/main_scene="uid://d06w1wtct0mfs"
|
|
config/features=PackedStringArray("4.7")
|
|
|
|
[autoload]
|
|
|
|
Dialogic="*uid://ds2q0uclmolvu"
|
|
Economy="*uid://dnpioqaes87yb"
|
|
Random="*uid://cu3n7igqstbxi"
|
|
|
|
[dialogic]
|
|
|
|
directories/dch_directory={}
|
|
directories/dtl_directory={
|
|
"basic npc dialogue layout": "res://test/basic npc dialogue layout.dtl",
|
|
"random life expense letter": "res://test/random life expense letter.dtl",
|
|
"timeline": "res://test/timeline.dtl"
|
|
}
|
|
layout/style_directory={}
|
|
variables={
|
|
"RNG": "",
|
|
"RNG_1_4": "",
|
|
"for_timeline_calls": {
|
|
"requested_amount": "",
|
|
"requested_currency": "",
|
|
"requestee_class": "",
|
|
"requestee_name": ""
|
|
},
|
|
"player_goal": "",
|
|
"player_name": ""
|
|
}
|
|
layout/style_list=[]
|
|
layout/default_style="Default"
|
|
|
|
[display]
|
|
|
|
window/stretch/mode="canvas_items"
|
|
window/stretch/aspect="expand"
|
|
|
|
[editor_plugins]
|
|
|
|
enabled=PackedStringArray("res://addons/dialogic/plugin.cfg")
|
|
|
|
[input]
|
|
|
|
dialogic_default_action={
|
|
"deadzone": 0.5,
|
|
"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":16,"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)
|
|
, 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)
|
|
, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":16,"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)
|
|
, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":16,"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)
|
|
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":0,"pressure":0.0,"pressed":false,"script":null)
|
|
]
|
|
}
|
|
|
|
[physics]
|
|
|
|
3d/physics_engine="Jolt Physics"
|
|
|
|
[rendering]
|
|
|
|
rendering_device/driver.windows="d3d12"
|