From 4662e693a979eb61a52ba3ffbfec6e1d7d9b9931 Mon Sep 17 00:00:00 2001
From: "gvindiol@ucsd.edu" <gvindiol@ucsd.edu>
Date: Mon, 4 Dec 2023 15:40:46 -0800
Subject: [PATCH] Added VOIP Controller Bindings WIP

---
 Config/DefaultGame.ini | 1 +
 CyberProject.uproject  | 4 ++++
 rclone-filter.txt      | 1 +
 3 files changed, 6 insertions(+)

diff --git a/Config/DefaultGame.ini b/Config/DefaultGame.ini
index a9c23fb..e86fc6d 100644
--- a/Config/DefaultGame.ini
+++ b/Config/DefaultGame.ini
@@ -109,6 +109,7 @@ bSkipMovies=False
 +MapsToCook=(FilePath="/Game/SmartClassroom/Core/Maps/PassthroughClassroom1")
 +MapsToCook=(FilePath="/Game/SmartClassroom/Core/Maps/CyberArchLobby")
 +MapsToCook=(FilePath="/Game/SmartClassroom/Core/Maps/TransitionMap")
++MapsToCook=(FilePath="/Game/UCSD/Maps/UCSDEast")
 +DirectoriesToAlwaysCook=(Path="/DatasmithRuntime/Materials")
 +DirectoriesToAlwaysCook=(Path="/glTFRuntime")
 
diff --git a/CyberProject.uproject b/CyberProject.uproject
index bf747a8..fc509a3 100644
--- a/CyberProject.uproject
+++ b/CyberProject.uproject
@@ -269,6 +269,10 @@
 				"Win64",
 				"Linux"
 			]
+		},
+		{
+			"Name": "OnlineSubsystemSteam",
+			"Enabled": true
 		}
 	]
 }
\ No newline at end of file
diff --git a/rclone-filter.txt b/rclone-filter.txt
index af0502f..feac92f 100644
--- a/rclone-filter.txt
+++ b/rclone-filter.txt
@@ -5,6 +5,7 @@
 - Intermediate/**
 - DerivedDataCache/**
 - Windows/**
+- Linux/**
 
 # Submodule Plugins
 + Plugins/DragonIK/**
-- 
GitLab