There are literally thousands of mods available for World of Tanks and the two games are pretty similar in the basic concept. I, for example, would love to be able to modify the UI in SC, because Iâm not happy with it at all.
UI mods - I guess they would be fairly doable either, but this is something where the game itself should already run - as I said here or somewhere else, UI programming is one of the most tedious jobs out there; there is a certain kind of hate and love I feel to that part of coding myself; I myself did a lot of jobs in that area, but I do understand, why todayâs focus tries to go on web applications.
I did sometimes feel, I am faster in writing a phyiscs engine, than designing an UI, because UI is so much detailsâŚ
My guess is, that this engine uses some kind of UI scripting anyway - my bet goes on lua, since its the easiest and smallest to use; possibly also one of the fastest - so creating an api, where people can modify stuff on their own might be some good idea for the 1.2 release or sth. - but since the interface had a lot of bugfixing in the last 3 months and is still somewhat glitchy, and also game mechanics change, I would not really expect it atm. Modding UI usually needs a good UI api, to disallow mods becoming unfair or dysfunctional. A non-moddable ui which works is better than a moddable one, which is broken; also a stable API is better, than some where each patch the UI scripts have to be updated or changed.
Just imagine the work of scripting we would have had to do in the last couple months 
The devs could spend a day working on it so thereâs a database publicly available that includes everything and is automatically updated for each patch. Stealth nerfs and bufs seem to be an issue.
In the dropbox mentioned in this thread earlier is a CSV file. Open it with either Excel or OpenOffice, import with delimiters set to â;â (and ; only, since it uses â,â as decimal separator for floats, so otherwise your table will be incorrect in some rows), and voila, you got your excel table.
Of course this is only the ships, not the modules. And still 6 weeks old.
I can also provide a python snippet how to display the data for anyone caring.
@Topic
will this dropbox be updated to 0.9? especially the CSV? 
Could it also include modules/weapons as another CSV?