diff --git a/Config/DefaultEngine.ini b/Config/DefaultEngine.ini
index dbbd2716222f2db9b388e20466af05d4f84acc5e..873b8d4429b826428a847ec0c09d506490e1cabb 100644
--- a/Config/DefaultEngine.ini
+++ b/Config/DefaultEngine.ini
@@ -92,3 +92,9 @@ InitialAverageFrameRate=0.016667
 PhysXTreeRebuildRate=10
 DefaultBroadphaseSettings=(bUseMBPOnClient=False,bUseMBPOnServer=False,MBPBounds=(Min=(X=0.000000,Y=0.000000,Z=0.000000),Max=(X=0.000000,Y=0.000000,Z=0.000000),IsValid=0),MBPNumSubdivs=2)
 
+[/Script/IOSRuntimeSettings.IOSRuntimeSettings]
+bSupportsPortraitOrientation=False
+bSupportsUpsideDownOrientation=False
+bSupportsLandscapeLeftOrientation=True
+PreferredLandscapeOrientation=LandscapeLeft
+
diff --git a/Config/DefaultGame.ini b/Config/DefaultGame.ini
index 0e5b13c42aa0ab1d5f04e41f4dcc96f02c914c27..72b12b0a6da7f7166e30507c12396a0f728c9eb0 100644
--- a/Config/DefaultGame.ini
+++ b/Config/DefaultGame.ini
@@ -2,7 +2,3 @@
 ProjectID=6F40C2084FB7D1EAFCAEF3B2C978D28C
 ProjectName=template
 bUseBorderlessWindow=True
-
-[/Script/UnrealEd.ProjectPackagingSettings]
-+DirectoriesToAlwaysStageAsNonUFS=(Path="ExampleConfigs")
-
diff --git a/Plugins/nDisplayInput b/Plugins/nDisplayInput
index f7baa02190f185ec7ab85ce7b5777ddce3e0cf9c..6c233bcc483ff0dfb82ec73d201fdd2137638d31 160000
--- a/Plugins/nDisplayInput
+++ b/Plugins/nDisplayInput
@@ -1 +1 @@
-Subproject commit f7baa02190f185ec7ab85ce7b5777ddce3e0cf9c
+Subproject commit 6c233bcc483ff0dfb82ec73d201fdd2137638d31
diff --git a/README.md b/README.md
index 4ceaaa32c1a2d851fc22f15f6dc2d0752527c7dd..c7c5375a0e58884774a28f6eeb3a6692b7801722 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,3 @@
 # UnrealProjectTemplate
 
-Unreal Engine project template catering to the common use cases at RWTH VR. Contains nDisplayExtensions, AixCAVE config files, launch scripts and more.
\ No newline at end of file
+Unreal Engine project template catering to the common use cases at RWTH VR. Contains nDisplayExtensions, AixCAVE config files, launch scripts and more. Place under `UnrealEngine/Templates`.
\ No newline at end of file
diff --git a/Source/template/template.Build.cs b/Source/template/template.Build.cs
index 286c427b71faf64d3db7731baf24a2125cbbf296..05be2892f881dedc2fc9c89d043ab14a2f58de63 100644
--- a/Source/template/template.Build.cs
+++ b/Source/template/template.Build.cs
@@ -8,7 +8,7 @@ public class template : ModuleRules
 	{
 		PCHUsage = PCHUsageMode.UseExplicitOrSharedPCHs;
 	
-		PublicDependencyModuleNames.AddRange(new string[] { "Core", "CoreUObject", "Engine", "InputCore" });
+		PublicDependencyModuleNames.AddRange(new string[] { "Core", "CoreUObject", "DisplayClusterExtensions", "Engine", "InputCore" });
 
 		PrivateDependencyModuleNames.AddRange(new string[] {  });