Jubeldibub Posted March 4, 2013 Share Posted March 4, 2013 Hi guys, I have two mods on the nexus (A No-helmet-mod: http://skyrim.nexusmods.com/mods/18250/ and a Trading overhaul: http://skyrim.nexusmods.com/mods/31703/) and would be glad to add a FOMOD Installer to them, so that users can easily choose the different options of my work. But unfortunately, I can't find a proper FOMOD-Installer-Tutorial for unexperienced users like me. So I checked some of the existing ModuleConfig.xmls (out of the FOMOD-Folders of other mods with installer) and have now some question about it. In the XML I found this: <group name="blablabla" type="SelectExactlyOne">With SelectExactlyOne you make sure, that only one of the given options are selectable at the same time. But what I have to do, if I want to make more than one option selectable at a time? Hope someone knows about the syntax of this Installers and can point me to some easy tutorial. I don't need much for my mods, so I hope it's possible for me to learn this. Link to comment Share on other sites More sharing options...
Huillam Posted March 27, 2013 Share Posted March 27, 2013 I know the following:SelectExactlyOneSelectAnySelectAtMostOne I'd like to know if it is possible for something to be selected by default (as long as dependencies are here and active) but unselected by the user without a warning message. Link to comment Share on other sites More sharing options...
scrivener07 Posted March 28, 2013 Share Posted March 28, 2013 I think your trying to use the xml style installer. I dont know much about that but I found this link. Looks like it will cover xml style installers.http://newvegas.nexusmods.com/mods/44914 You can also use c# to write an installer. msdn reference http://msdn.microsoft.com/en-us/library/kx37x362.aspxfomod scripting http://zumbs.wordpress.com/2009/11/08/fomm-and-fomods-for-dummies-2/omod scripting http://hammondslegacy.com/obmm/scripts.asp Im pretty sure fomod, omod, and xml script all still work with nmm.https://github.com/schlangster/skyui/blob/master/misc/fomod/script.cs I really need to get motivated to fix some of my own installers. :( Link to comment Share on other sites More sharing options...
Huillam Posted March 28, 2013 Share Posted March 28, 2013 That's exactly what I was looking for. You have my deepest thanks sir! Link to comment Share on other sites More sharing options...
Recommended Posts