2022-11-27 13:31:09 -07: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
|
|
|
|
|
|
|
|
_global_script_classes=[ {
|
|
|
|
"base": "Reference",
|
|
|
|
"class": "DTS",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://addons/dialogic/Localization/translation_service.gd"
|
|
|
|
}, {
|
|
|
|
"base": "Node",
|
|
|
|
"class": "Dialogic",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://addons/dialogic/Other/DialogicClass.gd"
|
|
|
|
}, {
|
|
|
|
"base": "Reference",
|
|
|
|
"class": "DialogicAnimaPropertiesHelper",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://addons/dialogic/Nodes/Anima/DialogicAnimaPropertiesHelper.gd"
|
|
|
|
}, {
|
|
|
|
"base": "Node",
|
|
|
|
"class": "DialogicAnimaResources",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://addons/dialogic/Nodes/Anima/DialogicAnimaResources.gd"
|
|
|
|
}, {
|
|
|
|
"base": "Control",
|
|
|
|
"class": "DialogicBackgroundMusic",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://addons/dialogic/Nodes/BackgroundMusic.gd"
|
|
|
|
}, {
|
|
|
|
"base": "Node",
|
|
|
|
"class": "DialogicCustomEvents",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://addons/dialogic/Nodes/DialogicCustomEvents.gd"
|
|
|
|
}, {
|
|
|
|
"base": "Node",
|
|
|
|
"class": "DialogicDefinitionsUtil",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://addons/dialogic/Other/DialogicDefinitionsUtil.gd"
|
|
|
|
}, {
|
|
|
|
"base": "Node",
|
|
|
|
"class": "DialogicParser",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://addons/dialogic/Parser/DialogicParser.gd"
|
|
|
|
}, {
|
|
|
|
"base": "Reference",
|
|
|
|
"class": "DialogicResources",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://addons/dialogic/Other/DialogicResources.gd"
|
|
|
|
}, {
|
|
|
|
"base": "Reference",
|
|
|
|
"class": "DialogicUtil",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://addons/dialogic/Other/DialogicUtil.gd"
|
|
|
|
}, {
|
2022-12-30 11:56:41 -07:00
|
|
|
"base": "CanvasLayer",
|
|
|
|
"class": "FpsLabel",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://FPSLabel.gd"
|
|
|
|
}, {
|
2022-11-27 13:31:09 -07:00
|
|
|
"base": "PanelContainer",
|
|
|
|
"class": "HistoryRow",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://addons/dialogic/Example Assets/History/HistoryRow.gd"
|
2023-01-02 22:35:37 -07:00
|
|
|
}, {
|
|
|
|
"base": "Spatial",
|
|
|
|
"class": "NPC",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://assets/meat_bore/npcs/npc.gd"
|
2022-11-27 13:31:09 -07:00
|
|
|
} ]
|
|
|
|
_global_script_class_icons={
|
|
|
|
"DTS": "",
|
|
|
|
"Dialogic": "",
|
|
|
|
"DialogicAnimaPropertiesHelper": "",
|
|
|
|
"DialogicAnimaResources": "",
|
|
|
|
"DialogicBackgroundMusic": "",
|
|
|
|
"DialogicCustomEvents": "",
|
|
|
|
"DialogicDefinitionsUtil": "",
|
|
|
|
"DialogicParser": "",
|
|
|
|
"DialogicResources": "",
|
|
|
|
"DialogicUtil": "",
|
2022-12-30 11:56:41 -07:00
|
|
|
"FpsLabel": "",
|
2023-01-02 22:35:37 -07:00
|
|
|
"HistoryRow": "",
|
|
|
|
"NPC": ""
|
2022-11-27 13:31:09 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
[application]
|
|
|
|
|
|
|
|
config/name="meat_madness_redux"
|
2023-01-03 19:08:45 -07:00
|
|
|
run/main_scene="res://screens/TitleScreen_Planet.tscn"
|
2023-01-04 19:00:50 -07:00
|
|
|
boot_splash/show_image=false
|
|
|
|
boot_splash/bg_color=Color( 0, 0, 0, 1 )
|
2022-12-29 22:29:31 -07:00
|
|
|
config/icon="res://meat_madness_icon.png"
|
2022-11-27 13:31:09 -07:00
|
|
|
|
|
|
|
[autoload]
|
|
|
|
|
|
|
|
Util="*res://util.gd"
|
|
|
|
GlobalEventBus="*res://global_event_bus.gd"
|
2022-12-28 16:53:17 -07:00
|
|
|
SavedDialogueProgress="*res://saved_dialogue_progress.gd"
|
2022-11-27 13:31:09 -07:00
|
|
|
|
|
|
|
[display]
|
|
|
|
|
|
|
|
window/size/fullscreen=true
|
|
|
|
|
|
|
|
[editor_plugins]
|
|
|
|
|
|
|
|
enabled=PoolStringArray( "res://addons/dialogic/plugin.cfg", "res://addons/smoothing/plugin.cfg" )
|
|
|
|
|
|
|
|
[gui]
|
|
|
|
|
|
|
|
common/drop_mouse_on_gui_input_disabled=true
|
|
|
|
|
|
|
|
[input]
|
|
|
|
|
|
|
|
ui_accept={
|
|
|
|
"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":16777221,"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":16777222,"physical_scancode":0,"unicode":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)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
ui_select={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [ Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":3,"pressure":0.0,"pressed":false,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
ui_cancel={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [ Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":1,"pressure":0.0,"pressed":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":16777217,"physical_scancode":0,"unicode":0,"echo":false,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
ui_focus_next={
|
|
|
|
"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":16777218,"physical_scancode":0,"unicode":0,"echo":false,"script":null)
|
|
|
|
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":13,"pressure":0.0,"pressed":false,"script":null)
|
|
|
|
, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":1,"axis_value":1.0,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
ui_focus_prev={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":true,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777218,"physical_scancode":0,"unicode":0,"echo":false,"script":null)
|
|
|
|
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":12,"pressure":0.0,"pressed":false,"script":null)
|
|
|
|
, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":1,"axis_value":-1.0,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
player_forwards={
|
|
|
|
"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(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":1,"axis_value":-1.0,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
player_backwards={
|
|
|
|
"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(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":1,"axis_value":1.0,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
player_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(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":0,"axis_value":-1.0,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
player_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(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":0,"axis_value":1.0,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
player_sprint={
|
|
|
|
"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(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":4,"pressure":0.0,"pressed":false,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
player_jump={
|
|
|
|
"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(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":5,"pressure":0.0,"pressed":false,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
dialogic_default_action={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [ Object(InputEventMouseButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"button_mask":0,"position":Vector2( 0, 0 ),"global_position":Vector2( 0, 0 ),"factor":1.0,"button_index":1,"pressed":false,"doubleclick":false,"script":null)
|
|
|
|
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":0,"pressure":0.0,"pressed":false,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
pause={
|
|
|
|
"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":0,"physical_scancode":16777217,"unicode":0,"echo":false,"script":null)
|
|
|
|
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":11,"pressure":0.0,"pressed":false,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
toggle_flashlight={
|
|
|
|
"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":0,"physical_scancode":70,"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)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
player_look_up={
|
|
|
|
"deadzone": 0.0,
|
|
|
|
"events": [ Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":3,"axis_value":-1.0,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
player_look_right={
|
|
|
|
"deadzone": 0.0,
|
|
|
|
"events": [ Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":2,"axis_value":1.0,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
player_look_down={
|
|
|
|
"deadzone": 0.0,
|
|
|
|
"events": [ Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":3,"axis_value":1.0,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
player_look_left={
|
|
|
|
"deadzone": 0.0,
|
|
|
|
"events": [ Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":2,"axis_value":-1.0,"script":null)
|
|
|
|
]
|
|
|
|
}
|
2022-12-04 18:23:46 -07:00
|
|
|
toggle_walkie_talkie={
|
|
|
|
"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":0,"physical_scancode":67,"unicode":0,"echo":false,"script":null)
|
2023-01-01 19:00:36 -07:00
|
|
|
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":2,"pressure":0.0,"pressed":false,"script":null)
|
2022-12-04 18:23:46 -07:00
|
|
|
]
|
|
|
|
}
|
2022-12-22 16:37:10 -07:00
|
|
|
interact={
|
|
|
|
"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":0,"physical_scancode":69,"unicode":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)
|
|
|
|
]
|
|
|
|
}
|
2022-11-27 13:31:09 -07:00
|
|
|
|
|
|
|
[mono]
|
|
|
|
|
|
|
|
project/assembly_name="meat_madness_redux"
|
|
|
|
|
|
|
|
[physics]
|
|
|
|
|
|
|
|
common/enable_pause_aware_picking=true
|
|
|
|
|
|
|
|
[rendering]
|
|
|
|
|
2023-01-02 23:34:50 -07:00
|
|
|
quality/filters/msaa=4
|
|
|
|
quality/filters/use_fxaa=true
|
|
|
|
quality/filters/use_debanding=true
|
2022-11-27 13:31:09 -07:00
|
|
|
environment/default_environment="res://default_env.tres"
|