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

Updates IntenSelect setup to work with UE5

parent 44d021ef
No related branches found
No related tags found
No related merge requests found
Showing
with 73 additions and 56 deletions
...@@ -19,7 +19,19 @@ r.DefaultFeature.MotionBlur=False ...@@ -19,7 +19,19 @@ r.DefaultFeature.MotionBlur=False
r.SceneRenderTargetResizeMethod=2 r.SceneRenderTargetResizeMethod=2
vr.AllowMotionBlurInVR=True vr.AllowMotionBlurInVR=True
r.VirtualTextures=True r.VirtualTextures=True
r.ReflectionMethod=0 r.ReflectionMethod=1
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
...@@ -58,3 +70,7 @@ SoundCueCookQualityIndex=-1 ...@@ -58,3 +70,7 @@ 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=6F40C2084FB7D1EAFCAEF3B2C978D28C ProjectID=8A8A06DC4E6551D5336EA1B28DFEE3CD
ProjectName=RwthVrTemplate ProjectName=IntenSelectTransfer
bUseBorderlessWindow=True bUseBorderlessWindow=True
[/Script/LiveLink.LiveLinkSettings] [/Script/LiveLink.LiveLinkSettings]
...@@ -9,3 +9,7 @@ DefaultLiveLinkPreset=/RWTHVRToolkit/LiveLinkPresets/AixCaveDTrackPreset.AixCave ...@@ -9,3 +9,7 @@ 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 added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment