2 Commits

Author SHA1 Message Date
d1aa8a5b2d Commented out Hardcoding setting view mode to fullscreen. 2025-04-25 12:54:46 -04:00
f44fac7871 Created DefaultGameUserSettings.ini to set the default screen mode to Windowed.
This was actually a way bigger pain than it should have been because no one on the internet tells you that you NEED to include Version=5 with your GameUserSettings otherwise they get nuked.
2025-04-24 22:00:43 -04:00
267 changed files with 17523 additions and 3530 deletions

7
.gitignore vendored
View File

@ -518,9 +518,4 @@ FodyWeavers.xsd
**/.DS_Store
*.app
*.app.zip
# JB work dir
Tmp/**/*
Plugins/GraphPrinter/**/*
mujoco_menagerie-main/**/*
*.app.zip

View File

@ -220,7 +220,6 @@ MinSampleRate=8000.000000
CompressionQualityModifier=1.000000
AutoStreamingThreshold=0.000000
SoundCueCookQualityIndex=-1
DefaultWindowMode=Fullscreen
[/Script/WorldPartitionEditor.WorldPartitionEditorSettings]
CommandletClass=Class'/Script/UnrealEd.WorldPartitionConvertCommandlet'

View File

@ -0,0 +1,8 @@
[/Script/Engine.GameUserSettings]
Version=5
FullscreenMode=2
LastConfirmedFullscreenMode=2
ResolutionSizeX=1280
ResolutionSizeY=720
LastUserConfirmedResolutionSizeX=1280
LastUserConfirmedResolutionSizeY=720

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More