UE5.5 remote_executor.py able to get correct setting but game_mode_override is null

I’ve got an early draft of a fix here:

UnrealEngine5.zip (199.6 KB)

Put this in your DeadlineRepository10\custom\plugins folder. If things are worse, then remove the DeadlineRepository10\custom\plugins\UnrealEngine5 folder.

The fix is to add some code to tell which version of UE is running, and if it’s >= 5.5 use soft_game_mode_override.

Works on my machine, so let me know if it doesn’t on yours!