2021-11-04 20:44:39 +00: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=4
|
|
|
|
|
2021-11-13 21:22:07 +00:00
|
|
|
_global_script_classes=[ {
|
2021-11-18 20:07:42 +00:00
|
|
|
"base": "Spatial",
|
|
|
|
"class": "BaseTrackLevel",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://scenes/base_track_level.gd"
|
|
|
|
}, {
|
2021-11-18 23:08:21 +00:00
|
|
|
"base": "VehicleBody",
|
|
|
|
"class": "BuggedVehicle",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://vehicles/vehicle.gd"
|
|
|
|
}, {
|
2021-11-13 21:22:07 +00:00
|
|
|
"base": "Particles",
|
|
|
|
"class": "TireSmoke",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://vehicles/tire_smoke.gd"
|
2021-11-17 19:10:51 +00:00
|
|
|
}, {
|
|
|
|
"base": "Spatial",
|
|
|
|
"class": "Track",
|
|
|
|
"language": "GDScript",
|
2021-11-18 20:07:42 +00:00
|
|
|
"path": "res://scenes/tracks/track.gd"
|
2021-11-13 21:22:07 +00:00
|
|
|
} ]
|
|
|
|
_global_script_class_icons={
|
2021-11-18 20:07:42 +00:00
|
|
|
"BaseTrackLevel": "",
|
2021-11-18 23:08:21 +00:00
|
|
|
"BuggedVehicle": "",
|
2021-11-17 19:10:51 +00:00
|
|
|
"TireSmoke": "",
|
|
|
|
"Track": ""
|
2021-11-13 21:22:07 +00:00
|
|
|
}
|
|
|
|
|
2021-11-04 20:44:39 +00:00
|
|
|
[application]
|
|
|
|
|
|
|
|
config/name="bugged-racing"
|
2021-11-18 19:48:47 +00:00
|
|
|
run/main_scene="res://menu/main_menu.tscn"
|
2021-11-14 21:54:55 +00:00
|
|
|
boot_splash/image="res://assets/bugged-racing-cover.png"
|
2021-11-04 20:44:39 +00:00
|
|
|
config/icon="res://icon.png"
|
|
|
|
|
2021-11-17 22:23:12 +00:00
|
|
|
[autoload]
|
|
|
|
|
|
|
|
GlobalSettings="*res://settings/GlobalSettings.gd"
|
|
|
|
|
2021-11-14 21:54:55 +00:00
|
|
|
[gui]
|
|
|
|
|
|
|
|
theme/use_hidpi=true
|
|
|
|
|
2021-11-07 00:33:24 +00:00
|
|
|
[input]
|
|
|
|
|
|
|
|
throttle={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":87,"physical_scancode":0,"unicode":0,"echo":false,"script":null)
|
|
|
|
, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777232,"physical_scancode":0,"unicode":0,"echo":false,"script":null)
|
|
|
|
, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":7,"axis_value":1.0,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
brake={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":83,"physical_scancode":0,"unicode":0,"echo":false,"script":null)
|
|
|
|
, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777234,"physical_scancode":0,"unicode":0,"echo":false,"script":null)
|
|
|
|
, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":6,"axis_value":1.0,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
clutch={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":67,"physical_scancode":0,"unicode":0,"echo":false,"script":null)
|
|
|
|
, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":3,"axis_value":-1.0,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
handbrake={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":32,"physical_scancode":0,"unicode":0,"echo":false,"script":null)
|
|
|
|
, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":3,"axis_value":1.0,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
steer_left={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":65,"physical_scancode":0,"unicode":0,"echo":false,"script":null)
|
|
|
|
, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777231,"physical_scancode":0,"unicode":0,"echo":false,"script":null)
|
|
|
|
, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":0,"axis_value":-1.0,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
steer_right={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":68,"physical_scancode":0,"unicode":0,"echo":false,"script":null)
|
|
|
|
, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777233,"physical_scancode":0,"unicode":0,"echo":false,"script":null)
|
|
|
|
, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":0,"axis_value":1.0,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
gear_up={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777237,"physical_scancode":0,"unicode":0,"echo":false,"script":null)
|
|
|
|
, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":69,"physical_scancode":0,"unicode":0,"echo":false,"script":null)
|
|
|
|
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":5,"pressure":0.0,"pressed":false,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
gear_down={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777238,"physical_scancode":0,"unicode":0,"echo":false,"script":null)
|
|
|
|
, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":81,"physical_scancode":0,"unicode":0,"echo":false,"script":null)
|
|
|
|
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":4,"pressure":0.0,"pressed":false,"script":null)
|
|
|
|
]
|
|
|
|
}
|
2021-11-20 16:44:35 +00:00
|
|
|
reset_vehicle={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":82,"physical_scancode":0,"unicode":0,"echo":false,"script":null)
|
|
|
|
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":3,"pressure":0.0,"pressed":false,"script":null)
|
|
|
|
]
|
|
|
|
}
|
2021-11-07 00:33:24 +00:00
|
|
|
|
2021-11-04 20:44:39 +00:00
|
|
|
[physics]
|
|
|
|
|
|
|
|
common/enable_pause_aware_picking=true
|
2021-11-18 19:05:35 +00:00
|
|
|
3d/active_soft_world=false
|
2021-11-04 20:44:39 +00:00
|
|
|
|
|
|
|
[rendering]
|
|
|
|
|
2021-11-16 17:48:41 +00:00
|
|
|
quality/driver/fallback_to_gles2=true
|
2021-11-18 19:05:35 +00:00
|
|
|
quality/reflections/high_quality_ggx=false
|
2021-11-04 20:44:39 +00:00
|
|
|
environment/default_environment="res://default_env.tres"
|