Exclude config files from .PAK

Hi.

I’m working on my final project for a course. I have made a launcher for my game using Visual Studio, where I can change settings in the DefaultEngine.ini before launching the game. There are option that affects something in the game.

My question is. Is there a way that lets me package the game using the “Use Pak File” option, but exclude the Config folder?

AinSophAur,

As far as I am aware, you wouldn’t be able to exclude the config folder. However, if it was possible at all, I would use pakblacklisting.

  • [UE4 Documentation: PakBlacklist][1]

Thanks!

Optimization Guides for Android in Unreal Engine | Unreal Engine 5.1 Documentation

Thanks . I will give it a try at least.