Loading Seperate GameUserSettings.ini using commandline

Hello,

How can I load a custom Game User Settings files using the command line?

I have GameUserSettings.ini and GameUserSettingsVR.ini (in the same config folder). These two ini needs to be loaded depending on if the game is being played in VR or pancake.

I’m trying to load the GameUserSettingsVR.ini file from the command line using the instructions found here:

I’ve tired the following commands, but I don’t seem to be able to load the VR specific ini file :frowning:

  • -DEFEDITORUSERSETTINGSINI=GameUserSettingsVR.ini
  • -EDITORUSERSETTINGSINI=GameUserSettingsVR.ini

Below is guesswork:

  • -EDITORUSERSETTINGSINI=GameUserSettingsVR.ini
  • -GAMEUSERSETTINGSINI=GameUserSettingsVR.ini

Any idea how I can load GameUserSettingsVR.ini?

Thanks in advance,

1 Like

Were you able to solve this?