Skip to content
Snippets Groups Projects
Commit d6191f8c authored by Timon Römer's avatar Timon Römer
Browse files

Revert "Updates IntenSelect setup to work with UE5"

This reverts commit 4297ee97.
parent 4297ee97
Branches
No related tags found
No related merge requests found
Showing
with 56 additions and 73 deletions
...@@ -19,19 +19,7 @@ r.DefaultFeature.MotionBlur=False ...@@ -19,19 +19,7 @@ r.DefaultFeature.MotionBlur=False
r.SceneRenderTargetResizeMethod=2 r.SceneRenderTargetResizeMethod=2
vr.AllowMotionBlurInVR=True vr.AllowMotionBlurInVR=True
r.VirtualTextures=True r.VirtualTextures=True
r.ReflectionMethod=1 r.ReflectionMethod=0
r.GenerateMeshDistanceFields=True
r.DynamicGlobalIlluminationMethod=1
r.Shadow.Virtual.Enable=1
r.DefaultFeature.AutoExposure.ExtendDefaultLuminanceRange=True
r.DefaultFeature.LocalExposure.HighlightContrastScale=0.8
r.DefaultFeature.LocalExposure.ShadowContrastScale=0.8
[/Script/WindowsTargetPlatform.WindowsTargetSettings] [/Script/WindowsTargetPlatform.WindowsTargetSettings]
DefaultGraphicsRHI=DefaultGraphicsRHI_DX11 DefaultGraphicsRHI=DefaultGraphicsRHI_DX11
...@@ -70,7 +58,3 @@ SoundCueCookQualityIndex=-1 ...@@ -70,7 +58,3 @@ SoundCueCookQualityIndex=-1
[/Script/DisplayClusterReplication.DisplayClusterNetDriver] [/Script/DisplayClusterReplication.DisplayClusterNetDriver]
NetConnectionClassName=DisplayClusterReplication.DisplayClusterNetConnection NetConnectionClassName=DisplayClusterReplication.DisplayClusterNetConnection
[/Script/Engine.Engine]
+ActiveGameNameRedirects=(OldGameName="RwthVrTemplate",NewGameName="/Script/IntenSelectTransfer")
+ActiveGameNameRedirects=(OldGameName="/Script/RwthVrTemplate",NewGameName="/Script/IntenSelectTransfer")
[/Script/EngineSettings.GeneralProjectSettings] [/Script/EngineSettings.GeneralProjectSettings]
ProjectID=8A8A06DC4E6551D5336EA1B28DFEE3CD ProjectID=6F40C2084FB7D1EAFCAEF3B2C978D28C
ProjectName=IntenSelectTransfer ProjectName=RwthVrTemplate
bUseBorderlessWindow=True bUseBorderlessWindow=True
[/Script/LiveLink.LiveLinkSettings] [/Script/LiveLink.LiveLinkSettings]
...@@ -9,7 +9,3 @@ DefaultLiveLinkPreset=/RWTHVRToolkit/LiveLinkPresets/AixCaveDTrackPreset.AixCave ...@@ -9,7 +9,3 @@ DefaultLiveLinkPreset=/RWTHVRToolkit/LiveLinkPresets/AixCaveDTrackPreset.AixCave
[/Script/Engine.GameSession] [/Script/Engine.GameSession]
MaxPlayers=100 MaxPlayers=100
[StartupActions]
bAddPacks=True
InsertPack=(PackSource="StarterContent.upack",PackName="StarterContent")
[/Script/GameProjectGeneration.TemplateProjectDefs]
LocalizedDisplayNames=(Language="en",Text="RWTH VR")
LocalizedDescriptions=(Language="en",Text="Template catering to the common use cases at RWTH VR. Contains nDisplayExtensions, AixCAVE config files, launch scripts and more.")
ClassTypes=GameMode, Actor
AssetTypes=Static Mesh, Texture
FoldersToIgnore=Binaries
FoldersToIgnore=Build
FoldersToIgnore=Intermediate
FoldersToIgnore=Saved
FoldersToIgnore=Media
FilesToIgnore="%TEMPLATENAME%.uproject"
FilesToIgnore="%TEMPLATENAME%.png"
FilesToIgnore="Config/TemplateDefs.ini"
FilesToIgnore="Config/config.ini"
FilesToIgnore="%TEMPLATENAME%.opensdf"
FilesToIgnore="%TEMPLATENAME%.sdf"
FilesToIgnore="%TEMPLATENAME%.v11.suo"
FilesToIgnore="%TEMPLATENAME%.v12.suo"
FilesToIgnore="%TEMPLATENAME%.sln"
FilesToIgnore="Manifest.json"
FilesToIgnore="contents.txt"
FilesToIgnore="README.md"
FolderRenames=(From="Source/%TEMPLATENAME%",To="Source/%PROJECTNAME%")
FolderRenames=(From="Source/%TEMPLATENAME%Editor",To="Source/%PROJECTNAME%Editor")
FilenameReplacements=(Extensions=("cpp","h","ini","cs"),From="%TEMPLATENAME_UPPERCASE%",To="%PROJECTNAME_UPPERCASE%",bCaseSensitive=true)
FilenameReplacements=(Extensions=("cpp","h","ini","cs"),From="%TEMPLATENAME_LOWERCASE%",To="%PROJECTNAME_LOWERCASE%",bCaseSensitive=true)
FilenameReplacements=(Extensions=("cpp","h","ini","cs"),From="%TEMPLATENAME%",To="%PROJECTNAME%",bCaseSensitive=false)
ReplacementsInFiles=(Extensions=("cpp","h","ini","cs"),From="%TEMPLATENAME_UPPERCASE%",To="%PROJECTNAME_UPPERCASE%",bCaseSensitive=true)
ReplacementsInFiles=(Extensions=("cpp","h","ini","cs"),From="%TEMPLATENAME_LOWERCASE%",To="%PROJECTNAME_LOWERCASE%",bCaseSensitive=true)
ReplacementsInFiles=(Extensions=("cpp","h","ini","cs"),From="%TEMPLATENAME%",To="%PROJECTNAME%",bCaseSensitive=false)
; Which settings on the project settings page should be hidden for this template. Default: none
; Allowed values are:
; All - Hides the settings page entirely
; Languages - Choose between C++ and Blueprint versions.
; HardwareTarget - Choose between Mobile and Desktop hardware targets.
; GraphicsPreset - Choose between Maximum and Scalable graphics.
; StarterContent - Choose whether to add starter content to the project.
; XR - Choose whether to enable Virtual Reality support for the project.
;HiddenSettings=All
;HiddenSettings=Languages
HiddenSettings=HardwareTarget
HiddenSettings=GraphicsPreset
;HiddenSettings=StarterContent
HiddenSettings=XR
\ No newline at end of file
No preview for this file type
File deleted
File deleted
File deleted
File deleted
File deleted
File deleted
File deleted
File deleted
File deleted
File deleted
File deleted
File deleted
File deleted
File deleted
File deleted
File deleted
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment