You can try around with Ext.Loader.setPath.
The easiest and standard-conforming way would be to define your settings as MyApp.settings.Settings and then use
Ext.Loader.setPath('MyApp.settings', 'settings'); Ext.require('MyApp.settings.Settings'); Alternatively, you can use Ext.Loader.loadScript and provide the path and file name.