2026-01-10 18:05:09 +11:00
|
|
|
; 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
|
|
|
|
|
|
2026-01-28 15:27:00 +11:00
|
|
|
[animation]
|
|
|
|
|
|
|
|
|
|
compatibility/default_parent_skeleton_in_mesh_instance_3d=true
|
|
|
|
|
|
2026-01-10 18:05:09 +11:00
|
|
|
[application]
|
|
|
|
|
|
2026-01-18 21:44:09 +11:00
|
|
|
config/name="Rust Hacker"
|
2026-01-14 22:15:18 +11:00
|
|
|
run/main_scene="uid://dxr1ergmn3ij7"
|
2026-01-28 15:27:00 +11:00
|
|
|
config/features=PackedStringArray("4.6", "GL Compatibility")
|
2026-01-18 21:06:22 +11:00
|
|
|
config/icon="uid://csov3hvc14ki4"
|
2026-01-10 18:05:09 +11:00
|
|
|
|
2026-01-11 11:31:35 +11:00
|
|
|
[autoload]
|
|
|
|
|
|
|
|
|
|
Tooltip="*res://tooltip.tscn"
|
2026-01-11 16:05:12 +11:00
|
|
|
PlayerInventory="*res://inv_system/player_inventory.tscn"
|
|
|
|
|
Clock="*res://time_system/clock.tscn"
|
2026-01-11 18:11:14 +11:00
|
|
|
MouseTweaks="*res://mouseTweaks.gd"
|
2026-01-12 19:55:40 +11:00
|
|
|
RecipeManager="*res://crafting/recipeManager.gd"
|
2026-01-17 13:42:34 +11:00
|
|
|
Locations="*res://scenes/manager/locations panel.tscn"
|
2026-01-17 17:07:53 +11:00
|
|
|
MusicPanel="*res://music/music_panel.tscn"
|
2026-01-11 11:31:35 +11:00
|
|
|
|
2026-01-11 17:38:55 +11:00
|
|
|
[display]
|
|
|
|
|
|
|
|
|
|
window/stretch/mode="canvas_items"
|
|
|
|
|
|
2026-01-11 16:37:57 +11:00
|
|
|
[editor]
|
|
|
|
|
|
|
|
|
|
movie_writer/video_quality=0.25
|
|
|
|
|
movie_writer/ogv/encoding_speed=1
|
|
|
|
|
movie_writer/ogv/keyframe_interval=128
|
|
|
|
|
movie_writer/movie_file="C:/Users/tabby/Documents/Godot/Projects/RepurposedJam/video.avi"
|
|
|
|
|
movie_writer/fps=30
|
|
|
|
|
|
2026-01-11 18:11:14 +11:00
|
|
|
[input]
|
|
|
|
|
|
|
|
|
|
quick_move={
|
|
|
|
|
"deadzone": 0.2,
|
|
|
|
|
"events": [Object(InputEventMouseButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":true,"ctrl_pressed":false,"meta_pressed":false,"button_mask":1,"position":Vector2(218, 14),"global_position":Vector2(226, 57),"factor":1.0,"button_index":1,"canceled":false,"pressed":true,"double_click":false,"script":null)
|
2026-01-28 15:27:00 +11:00
|
|
|
, 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":2,"position":Vector2(115, 25),"global_position":Vector2(123, 68),"factor":1.0,"button_index":2,"canceled":false,"pressed":true,"double_click":false,"script":null)
|
2026-01-11 18:11:14 +11:00
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
|
2026-01-10 18:05:09 +11:00
|
|
|
[rendering]
|
|
|
|
|
|
|
|
|
|
renderer/rendering_method="gl_compatibility"
|
|
|
|
|
renderer/rendering_method.mobile="gl_compatibility"
|
2026-01-18 21:44:09 +11:00
|
|
|
textures/vram_compression/import_etc2_astc=true
|