IsharaMeradin Posted September 25, 2016 Share Posted September 25, 2016 @sevencardz of course it won't compile. The source script you have available is the SDK version where they don't make available content that they do not wish other mod authors to have access to. It is no trick. The CK uses the PSC version while the game uses the PEX version. Thus they made the script first for SkyUI, compiled and packed the PEX in the BSA, then stripped the PSC file down to the bare minimum needed to compile an MCM script for other mods. So if you can make the actual working version of the ski_configbase script to be visible to the CK, using SetPage should work.Check out this page: https://github.com/schlangster/skyui/blob/master/dist/Data/Scripts/Source/SKI_ConfigBase.psc If you don't want to mess with all that, you can leave it as lofgren suggests. Using SetTitleText you can change the mod name from appearing at the top of that initial page and have it show the same name as your first page of options. Only thing then would be that the page on the left isn't highlighted like you want. Link to comment Share on other sites More sharing options...
sevencardz Posted September 26, 2016 Author Share Posted September 26, 2016 Ah yes, that makes sense now. SetTitleText is a good solution too, so thanks for that. At least the title will be consistent. :) Link to comment Share on other sites More sharing options...
Recommended Posts