diff --git a/ProjectSettings/Collision.config b/ProjectSettings/Collision.config new file mode 100644 index 0000000..08cd86f --- /dev/null +++ b/ProjectSettings/Collision.config @@ -0,0 +1,36 @@ +{ + "Version": 2, + "Defaults": { + "solid": "Collide", + "world": "Collide", + "trigger": "Trigger", + "ladder": "Ignore", + "water": "Trigger" + }, + "Pairs": [ + { + "a": "solid", + "b": "solid", + "r": "Collide" + }, + { + "a": "trigger", + "b": "playerclip", + "r": "Ignore" + }, + { + "a": "trigger", + "b": "solid", + "r": "Trigger" + }, + { + "a": "playerclip", + "b": "solid", + "r": "Collide" + } + ], + "__guid": "7a30bd38-9836-491b-bfe6-f24248ec3513", + "__schema": "configdata", + "__type": "CollisionRules", + "__version": 2 +} \ No newline at end of file diff --git a/ProjectSettings/Input.config b/ProjectSettings/Input.config new file mode 100644 index 0000000..86b1bc8 --- /dev/null +++ b/ProjectSettings/Input.config @@ -0,0 +1,225 @@ +{ + "Actions": [ + { + "Name": "Forward", + "GroupName": "Movement", + "Title": null, + "KeyboardCode": "W", + "GamepadCode": "None" + }, + { + "Name": "Backward", + "GroupName": "Movement", + "Title": null, + "KeyboardCode": "S", + "GamepadCode": "None" + }, + { + "Name": "Left", + "GroupName": "Movement", + "Title": null, + "KeyboardCode": "A", + "GamepadCode": "None" + }, + { + "Name": "Right", + "GroupName": "Movement", + "Title": null, + "KeyboardCode": "D", + "GamepadCode": "None" + }, + { + "Name": "Jump", + "GroupName": "Movement", + "Title": null, + "KeyboardCode": "space", + "GamepadCode": "A" + }, + { + "Name": "Run", + "GroupName": "Movement", + "Title": null, + "KeyboardCode": "shift", + "GamepadCode": "LeftJoystickButton" + }, + { + "Name": "Walk", + "GroupName": "Movement", + "Title": null, + "KeyboardCode": "alt", + "GamepadCode": "None" + }, + { + "Name": "Duck", + "GroupName": "Movement", + "Title": null, + "KeyboardCode": "ctrl", + "GamepadCode": "B" + }, + { + "Name": "Attack1", + "GroupName": "Actions", + "Title": "Primary Attack", + "KeyboardCode": "mouse1", + "GamepadCode": "RightTrigger" + }, + { + "Name": "Attack2", + "GroupName": "Actions", + "Title": "Secondary Attack", + "KeyboardCode": "mouse2", + "GamepadCode": "LeftTrigger" + }, + { + "Name": "Reload", + "GroupName": "Actions", + "Title": null, + "KeyboardCode": "r", + "GamepadCode": "X" + }, + { + "Name": "Use", + "GroupName": "Actions", + "Title": null, + "KeyboardCode": "e", + "GamepadCode": "Y" + }, + { + "Name": "Slot1", + "GroupName": "Inventory", + "Title": "Slot #1", + "KeyboardCode": "1", + "GamepadCode": "DpadWest" + }, + { + "Name": "Slot2", + "GroupName": "Inventory", + "Title": "Slot #2", + "KeyboardCode": "2", + "GamepadCode": "DpadEast" + }, + { + "Name": "Slot3", + "GroupName": "Inventory", + "Title": "Slot #3", + "KeyboardCode": "3", + "GamepadCode": "DpadSouth" + }, + { + "Name": "Slot4", + "GroupName": "Inventory", + "Title": "Slot #4", + "KeyboardCode": "4", + "GamepadCode": "None" + }, + { + "Name": "Slot5", + "GroupName": "Inventory", + "Title": "Slot #5", + "KeyboardCode": "5", + "GamepadCode": "None" + }, + { + "Name": "Slot6", + "GroupName": "Inventory", + "Title": "Slot #6", + "KeyboardCode": "6", + "GamepadCode": "None" + }, + { + "Name": "Slot7", + "GroupName": "Inventory", + "Title": "Slot #7", + "KeyboardCode": "7", + "GamepadCode": "None" + }, + { + "Name": "Slot8", + "GroupName": "Inventory", + "Title": "Slot #8", + "KeyboardCode": "8", + "GamepadCode": "None" + }, + { + "Name": "Slot9", + "GroupName": "Inventory", + "Title": "Slot #9", + "KeyboardCode": "9", + "GamepadCode": "None" + }, + { + "Name": "Slot0", + "GroupName": "Inventory", + "Title": "Slot #0", + "KeyboardCode": "0", + "GamepadCode": "None" + }, + { + "Name": "SlotPrev", + "GroupName": "Inventory", + "Title": "Previous Slot", + "KeyboardCode": "mouse4", + "GamepadCode": "SwitchLeftBumper" + }, + { + "Name": "SlotNext", + "GroupName": "Inventory", + "Title": "Next Slot", + "KeyboardCode": "mouse5", + "GamepadCode": "SwitchRightBumper" + }, + { + "Name": "View", + "GroupName": "Other", + "Title": null, + "KeyboardCode": "C", + "GamepadCode": "RightJoystickButton" + }, + { + "Name": "Voice", + "GroupName": "Other", + "Title": null, + "KeyboardCode": "v", + "GamepadCode": "None" + }, + { + "Name": "Drop", + "GroupName": "Other", + "Title": null, + "KeyboardCode": "g", + "GamepadCode": "None" + }, + { + "Name": "Flashlight", + "GroupName": "Other", + "Title": null, + "KeyboardCode": "f", + "GamepadCode": "DpadNorth" + }, + { + "Name": "Score", + "GroupName": "Other", + "Title": "Scoreboard", + "KeyboardCode": "tab", + "GamepadCode": "SwitchLeftMenu" + }, + { + "Name": "Menu", + "GroupName": "Other", + "Title": null, + "KeyboardCode": "Q", + "GamepadCode": "SwitchRightMenu" + }, + { + "Name": "Chat", + "GroupName": "Other", + "Title": null, + "KeyboardCode": "enter", + "GamepadCode": "None" + } + ], + "__guid": "f04bcda1-a692-4197-ba6b-d9680816cc93", + "__schema": "configdata", + "__type": "InputSettings", + "__version": 1 +} \ No newline at end of file