This is a prototype gui app intented to work with WSE2. The app in it's current state can interact with the config file at ~\Documents\Mount&Blade Warband WSE2\rgl_config.ini
, and edit program arguments using a gui.
In the ConfigController project, in RglPossibleSettings, declare a new class memeber: one of SettingDefaultTrue, SettingDefaultFalse, SettingDefaultString, or SettingDefaultInt, depending on your use case.
In the InitializeSettings method of the same file, make sure to instantiate the new setting.
In ConfigForm designer, add a new UI element corresponding to your setting. This UI element can interact with the ConfigForm's rglSettings field.
In playLabel_click() in LaucherForm.cs, the options are passed to the wse2.exe using a CLI_Options class.
The app is currently in testing mode, with a debugging terminal opening with the app.
Add more ini settings that can be edited.
Add more possible language options.