57 lines
2.3 KiB
Plaintext
57 lines
2.3 KiB
Plaintext
; 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]
|
|
|
|
config/name="Game Shell"
|
|
config/description="A shell setup to load core game related modules such as a multiplayer lobby client or the core game files."
|
|
run/main_scene="uid://04nv87epssf4"
|
|
run/print_header=false
|
|
config/features=PackedStringArray("4.5", "Forward Plus")
|
|
run/max_fps=30
|
|
boot_splash/bg_color=Color(0, 0, 0, 1)
|
|
boot_splash/image="uid://cwqth1sgffu3c"
|
|
config/icon="res://icon.svg"
|
|
boot_splash/minimum_display_time=2500
|
|
|
|
[autoload]
|
|
|
|
Globals="*res://globals/globals.gd"
|
|
MessageBus="*res://globals/message_bus.gd"
|
|
|
|
[editor]
|
|
|
|
movie_writer/fps=30
|
|
naming/node_name_casing=2
|
|
naming/script_name_casing=2
|
|
|
|
[input]
|
|
|
|
aim_incline={
|
|
"deadzone": 0.2,
|
|
"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":87,"key_label":0,"unicode":119,"location":0,"echo":false,"script":null)
|
|
, 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":4194320,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null)
|
|
]
|
|
}
|
|
aim_decline={
|
|
"deadzone": 0.2,
|
|
"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)
|
|
, 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":4194322,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null)
|
|
]
|
|
}
|
|
|
|
[physics]
|
|
|
|
3d/physics_engine="Jolt Physics"
|
|
jolt_physics_3d/simulation/velocity_steps=20
|
|
jolt_physics_3d/simulation/position_steps=20
|
|
3d/simulation/position_steps=10
|
|
3d/simulation/velocity_steps=10
|