How to set .ini config files?

link textHi guys,

I have been able to include the engine into my standalone slate project (got it compiling). Now I am having a problem with something called DeviceProfileSelector. I think I may be having this error cause I have to set some .ini files, as I found it is a setting in BaseEngine.ini file, where its set to ExampleDeviceProfileSelector. How do I set these files, I have seen they are being created in runtime by the engine, in the folder …/Engine/Programs/[ProgramName]/Saved/Config but they are overridden everytime.

How do I set them?

Config directory has defult config for your project which is used in first run, base configs you edited are for project creation defaults.