How do i edit/add something to the BaseScalability.ini

I have edited the BaseScalability.ini file in both my engine directory and my project directory and so far only the project version works, when i add/remove commands under pre-existing settings such as [PostProcess@0] it works fine but when i wanted to add a new setting like [Example@0] etc… it doesn’t appear in the console when i type
“sg.Example 0” so i was wondering how do i add a new setting in these files that can be called via console command?

Hi!

I’m not sure that you can add a new variable, because all console commands are created using C ++. You can only change settings that will conform to different levels of quality in your game. Or use C++ and add your own console commands.