Unreal Engine 5.1 what to set the game permanently looks like in "unlit" mode?

Hello, I would like to set my game to look the same as in “Unlit” mode. Unfortunately I can’t find an explanation for this on the internet. I think it looks nicer without the light effects, but I don’t know how to set it, can someone help me?

I found out that you can enter ingame in the console: “viewmode unlit”, but that remains only until I stop the game.
Maybe you can set this command to run automatically in the background while you start the game?

The Unlit mode shaders don’t get packaged with your shipping build unfortunately.

But regarding running console commands, you’ve got a Blueprint node called “ExecuteConsoleCommand” - you can run that somewhere like the Level Blueprints Play Event and pass in your commands there (as long as they’re supported by the shipping build).