donotbugme Posted April 17, 2015 Posted April 17, 2015 I am Following the instructions on the DDi github page to setup playing around with it.(i cant link the link but googling devious devices api and clicking on 'setting up your development environment takes you to the exact page, at least for me it does)I only started on playing with the creation kit today so I may need a basic pointer, the below doesn't really give me enough information to figure out how to sort out my problem, my first guess is that its an MCM config something or other I am missingExtracting scripts: To be able to use Integration properly within the CK you need the scripts extracted from any bsa they may be in or download them from their mod's page if they are not included in the base mod. While many mods include these in a loose form there are several that do not. Without them the scripts will not compile and just return errors.My understanding of the above, and what I have done is to take the contents of DDi and copy them to my skyrim Data Folder.I am adding a property Zadlibs with the name Libs to a papyrus fragment and I am getting the following list of errors that I think relate to MCM, how should I go about fixing this, Unfortunately I'm missing something from reading the setup page and I can't figure out what I am doing wrong. Papyrus log below spat out all this when clicking Ok to the new zadlibs property, basically what do I need to do to get this config file.Starting 1 compile threads for 1 files...Compiling "SF_MIxASimpleDeliveryPlayerB_080015B6"...skyrim\Data\Scripts\Source\zadLibs.psc(9,20): unknown type slautilscrskyrim\Data\Scripts\Source\zadConfig.psc(0,0): unable to locate script SKI_ConfigBaseskyrim\Data\Scripts\Source\zadBQ00.psc(62,20): unknown type slautilscrskyrim\Data\Scripts\Source\zadArmbinderQuestScript.psc(20,16): slautilscr is not a known user-defined typeskyrim\Data\Scripts\Source\zbfConfigBase.psc(0,0): unable to locate script SKI_ConfigBaseskyrim\Data\Scripts\Source\zbfConfigBase.psc(29,13): variable ModName is undefinedskyrim\Data\Scripts\Source\zbfConfigBase.psc(36,13): variable ModName is undefinedskyrim\Data\Scripts\Source\zbfConfigBase.psc(44,13): variable ModName is undefinedskyrim\Data\Scripts\Source\zbfConfigBase.psc(50,13): variable ModName is undefinedskyrim\Data\Scripts\Source\zbfConfigBase.psc(56,13): variable ModName is undefinedskyrim\Data\Scripts\Source\zbfConfigBase.psc(62,13): variable ModName is undefinedskyrim\Data\Scripts\Source\zbfConfigBase.psc(70,13): variable ModName is undefinedskyrim\Data\Scripts\Source\zbfConfigBase.psc(96,1): ForcePageReset is not a function or does not existskyrim\Data\Scripts\Source\zbfConfigBase.psc(103,8): variable ModName is undefinedskyrim\Data\Scripts\Source\zbfConfigBase.psc(109,1): RegisterForModEvent is not a function or does not existskyrim\Data\Scripts\Source\zbfConfigBase.psc(118,4): variable CurrentVersion is undefinedskyrim\Data\Scripts\Source\zbfConfigBase.psc(118,19): cannot compare a none to a int (cast missing or types unrelated)skyrim\Data\Scripts\Source\zbfConfigBase.psc(119,32): variable CurrentVersion is undefinedskyrim\Data\Scripts\Source\zbfConfigBase.psc(119,15): type mismatch on parameter 1 (did you forget a cast?)skyrim\Data\Scripts\Source\zbfConfigBase.psc(120,25): variable ModName is undefinedskyrim\Data\Scripts\Source\zbfConfigBase.psc(127,1): UnregisterForModEvent is not a function or does not existskyrim\Data\Scripts\Source\zbfConfigBase.psc(195,2): SetSliderDialogStartValue is not a function or does not existskyrim\Data\Scripts\Source\zbfConfigBase.psc(196,2): SetSliderDialogDefaultValue is not a function or does not existskyrim\Data\Scripts\Source\zbfConfigBase.psc(197,2): SetSliderDialogRange is not a function or does not existskyrim\Data\Scripts\Source\zbfConfigBase.psc(198,2): SetSliderDialogInterval is not a function or does not existskyrim\Data\Scripts\Source\zbfConfigBase.psc(206,2): SetSliderOptionValue is not a function or does not existskyrim\Data\Scripts\Source\zbfConfigBase.psc(213,2): SetMenuDialogOptions is not a function or does not existskyrim\Data\Scripts\Source\zbfConfigBase.psc(214,2): SetMenuDialogStartIndex is not a function or does not existskyrim\Data\Scripts\Source\zbfConfigBase.psc(215,2): SetMenuDialogDefaultIndex is not a function or does not existskyrim\Data\Scripts\Source\zbfConfigBase.psc(223,2): SetMenuOptionValue is not a function or does not existskyrim\Data\Scripts\Source\zbfConfigBase.psc(230,2): SetColorDialogStartColor is not a function or does not existskyrim\Data\Scripts\Source\zbfConfigBase.psc(231,2): SetColorDialogDefaultColor is not a function or does not existskyrim\Data\Scripts\Source\zbfConfigBase.psc(239,2): SetColorOptionValue is not a function or does not existskyrim\Data\Scripts\Source\zbfConfigBase.psc(246,2): SetToggleOptionValue is not a function or does not existskyrim\Data\Scripts\Source\zbfConfigBase.psc(254,2): SetKeymapOptionValue is not a function or does not existskyrim\Data\Scripts\Source\zbfConfigBase.psc(271,2): SetKeymapOptionValue is not a function or does not existskyrim\Data\Scripts\Source\zbfConfigBase.psc(276,1): SetInfoText is not a function or does not existskyrim\Data\Scripts\Source\zbfConfigBase.psc(293,15): AddSliderOption is not a function or does not existskyrim\Data\Scripts\Source\zbfConfigBase.psc(293,5): type mismatch while assigning to a int (cast missing or types unrelated)skyrim\Data\Scripts\Source\zbfConfigBase.psc(307,15): AddToggleOption is not a function or does not existskyrim\Data\Scripts\Source\zbfConfigBase.psc(307,5): type mismatch while assigning to a int (cast missing or types unrelated)skyrim\Data\Scripts\Source\zbfConfigBase.psc(316,24): variable ModName is undefinedskyrim\Data\Scripts\Source\zbfConfigBase.psc(317,15): AddMenuOption is not a function or does not existskyrim\Data\Scripts\Source\zbfConfigBase.psc(317,5): type mismatch while assigning to a int (cast missing or types unrelated)skyrim\Data\Scripts\Source\zbfConfigBase.psc(326,15): AddColorOption is not a function or does not existskyrim\Data\Scripts\Source\zbfConfigBase.psc(326,5): type mismatch while assigning to a int (cast missing or types unrelated)skyrim\Data\Scripts\Source\zbfConfigBase.psc(335,15): AddKeymapOption is not a function or does not existskyrim\Data\Scripts\Source\zbfConfigBase.psc(335,5): type mismatch while assigning to a int (cast missing or types unrelated)skyrim\Data\Scripts\Source\zbfConfigBase.psc(344,15): AddTextOption is not a function or does not existskyrim\Data\Scripts\Source\zbfConfigBase.psc(344,5): type mismatch while assigning to a int (cast missing or types unrelated)skyrim\Data\Scripts\Source\zbfConfigBase.psc(356,15): AddSliderOption is not a function or does not existskyrim\Data\Scripts\Source\zbfConfigBase.psc(356,5): type mismatch while assigning to a int (cast missing or types unrelated)skyrim\Data\Scripts\Source\zbfConfigBase.psc(370,15): AddToggleOption is not a function or does not existskyrim\Data\Scripts\Source\zbfConfigBase.psc(370,5): type mismatch while assigning to a int (cast missing or types unrelated)skyrim\Data\Scripts\Source\zbfConfigBase.psc(379,24): variable ModName is undefinedskyrim\Data\Scripts\Source\zbfConfigBase.psc(380,15): AddMenuOption is not a function or does not existskyrim\Data\Scripts\Source\zbfConfigBase.psc(380,5): type mismatch while assigning to a int (cast missing or types unrelated)skyrim\Data\Scripts\Source\zbfConfigBase.psc(389,15): AddColorOption is not a function or does not existskyrim\Data\Scripts\Source\zbfConfigBase.psc(389,5): type mismatch while assigning to a int (cast missing or types unrelated)skyrim\Data\Scripts\Source\zbfConfigBase.psc(398,15): AddKeymapOption is not a function or does not existskyrim\Data\Scripts\Source\zbfConfigBase.psc(398,5): type mismatch while assigning to a int (cast missing or types unrelated)skyrim\Data\Scripts\Source\zbfConfigBase.psc(407,15): AddTextOption is not a function or does not existskyrim\Data\Scripts\Source\zbfConfigBase.psc(407,5): type mismatch while assigning to a int (cast missing or types unrelated)skyrim\Data\Scripts\Source\zbfConfigBase.psc(420,14): variable ModName is undefinedskyrim\Data\Scripts\Source\zbfConfigBase.psc(424,14): variable ModName is undefinedskyrim\Data\Scripts\Source\zbfConfigBase.psc(429,2): variable Pages is undefinedskyrim\Data\Scripts\Source\zbfConfigBase.psc(429,2): type mismatch while assigning to a none (cast missing or types unrelated)skyrim\Data\Scripts\Source\zbfConfigBase.psc(434,14): variable ModName is undefinedskyrim\Data\Scripts\Source\zbfConfigBase.psc(442,14): variable ModName is undefinedskyrim\Data\Scripts\Source\zbfConfigBase.psc(452,2): RegisterForSingleUpdate is not a function or does not existskyrim\Data\Scripts\Source\zbfConfigBase.psc(455,1): function onupdate cannot be defined in state closemenu without also being defined in the empty stateskyrim\Data\Scripts\Source\zbfConfigBase.psc(461,2): variable Pages is undefinedskyrim\Data\Scripts\Source\zbfConfigBase.psc(461,2): type mismatch while assigning to a none (cast missing or types unrelated)skyrim\Data\Scripts\Source\zbfConfig.psc(169,22): variable ModName is undefinedskyrim\Data\Scripts\Source\zbfConfig.psc(170,22): variable ModName is undefinedskyrim\Data\Scripts\Source\zbfConfig.psc(171,22): variable ModName is undefinedskyrim\Data\Scripts\Source\zbfConfig.psc(222,22): variable ModName is undefinedskyrim\Data\Scripts\Source\zbfConfig.psc(223,22): variable ModName is undefinedskyrim\Data\Scripts\Source\zbfConfig.psc(224,22): variable ModName is undefinedskyrim\Data\Scripts\Source\zbfConfig.psc(224,66): IsRunning is not a function or does not existskyrim\Data\Scripts\Source\zbfConfig.psc(225,22): variable ModName is undefinedskyrim\Data\Scripts\Source\zbfConfig.psc(226,22): variable ModName is undefinedskyrim\Data\Scripts\Source\zbfConfig.psc(227,22): variable ModName is undefinedskyrim\Data\Scripts\Source\zbfConfig.psc(248,22): variable ModName is undefinedskyrim\Data\Scripts\Source\zbfConfig.psc(249,20): variable ModName is undefinedskyrim\Data\Scripts\Source\zbfConfig.psc(433,1): AddHeaderOption is not a function or does not existskyrim\Data\Scripts\Source\zbfConfig.psc(444,1): AddEmptyOption is not a function or does not existskyrim\Data\Scripts\Source\zbfConfig.psc(455,1): AddEmptyOption is not a function or does not existskyrim\Data\Scripts\Source\zbfConfig.psc(465,1): variable Pages is undefinedskyrim\Data\Scripts\Source\zbfConfig.psc(465,1): type mismatch while assigning to a none (cast missing or types unrelated)skyrim\Data\Scripts\Source\zbfConfig.psc(467,2): variable Pages is undefinedskyrim\Data\Scripts\Source\zbfConfig.psc(467,2): type mismatch while assigning to a none (cast missing or types unrelated)skyrim\Data\Scripts\Source\zbfConfig.psc(469,1): variable Pages is undefinedskyrim\Data\Scripts\Source\zbfConfig.psc(469,1): only arrays can be indexedskyrim\Data\Scripts\Source\zbfConfig.psc(469,6): type mismatch while assigning to a none (cast missing or types unrelated)skyrim\Data\Scripts\Source\zbfConfig.psc(470,1): variable Pages is undefinedskyrim\Data\Scripts\Source\zbfConfig.psc(470,1): only arrays can be indexedskyrim\Data\Scripts\Source\zbfConfig.psc(470,6): type mismatch while assigning to a none (cast missing or types unrelated)skyrim\Data\Scripts\Source\zbfConfig.psc(471,1): variable Pages is undefinedskyrim\Data\Scripts\Source\zbfConfig.psc(471,1): only arrays can be indexedskyrim\Data\Scripts\Source\zbfConfig.psc(471,6): type mismatch while assigning to a none (cast missing or types unrelated)skyrim\Data\Scripts\Source\zbfConfig.psc(472,1): variable Pages is undefinedskyrim\Data\Scripts\Source\zbfConfig.psc(472,1): only arrays can be indexedskyrim\Data\Scripts\Source\zbfConfig.psc(472,6): type mismatch while assigning to a none (cast missing or types unrelated)skyrim\Data\Scripts\Source\zbfConfig.psc(474,2): variable Pages is undefinedskyrim\Data\Scripts\Source\zbfConfig.psc(474,2): only arrays can be indexedskyrim\Data\Scripts\Source\zbfConfig.psc(474,7): type mismatch while assigning to a none (cast missing or types unrelated)skyrim\Data\Scripts\Source\zbfConfig.psc(501,19): variable TOP_TO_BOTTOM is undefinedskyrim\Data\Scripts\Source\zbfConfig.psc(501,1): SetCursorFillMode is not a function or does not existskyrim\Data\Scripts\Source\zbfConfig.psc(502,1): SetCursorPosition is not a function or does not existskyrim\Data\Scripts\Source\zbfConfig.psc(509,2): AddHeaderOption is not a function or does not existskyrim\Data\Scripts\Source\zbfConfig.psc(512,2): AddEmptyOption is not a function or does not existskyrim\Data\Scripts\Source\zbfConfig.psc(514,2): AddHeaderOption is not a function or does not existskyrim\Data\Scripts\Source\zbfConfig.psc(518,2): AddEmptyOption is not a function or does not existskyrim\Data\Scripts\Source\zbfConfig.psc(520,2): AddHeaderOption is not a function or does not existskyrim\Data\Scripts\Source\zbfConfig.psc(524,2): AddEmptyOption is not a function or does not existskyrim\Data\Scripts\Source\zbfConfig.psc(527,2): SetCursorPosition is not a function or does not existskyrim\Data\Scripts\Source\zbfConfig.psc(529,2): AddHeaderOption is not a function or does not existskyrim\Data\Scripts\Source\zbfConfig.psc(531,2): AddEmptyOption is not a function or does not existskyrim\Data\Scripts\Source\zbfConfig.psc(533,2): AddHeaderOption is not a function or does not existskyrim\Data\Scripts\Source\zbfConfig.psc(541,2): AddEmptyOption is not a function or does not existskyrim\Data\Scripts\Source\zbfConfig.psc(543,2): AddHeaderOption is not a function or does not existskyrim\Data\Scripts\Source\zbfConfig.psc(545,2): AddEmptyOption is not a function or does not existskyrim\Data\Scripts\Source\zbfConfig.psc(547,2): AddHeaderOption is not a function or does not existskyrim\Data\Scripts\Source\zbfConfig.psc(550,2): AddEmptyOption is not a function or does not existskyrim\Data\Scripts\Source\zbfConfig.psc(554,2): AddHeaderOption is not a function or does not existskyrim\Data\Scripts\Source\zbfConfig.psc(558,2): AddEmptyOption is not a function or does not existskyrim\Data\Scripts\Source\zbfConfig.psc(560,2): AddHeaderOption is not a function or does not existskyrim\Data\Scripts\Source\zbfConfig.psc(570,2): SetCursorPosition is not a function or does not existskyrim\Data\Scripts\Source\zbfConfig.psc(571,2): AddHeaderOption is not a function or does not existskyrim\Data\Scripts\Source\zbfConfig.psc(580,2): AddEmptyOption is not a function or does not existskyrim\Data\Scripts\Source\zbfConfig.psc(582,2): AddEmptyOption is not a function or does not existskyrim\Data\Scripts\Source\zbfConfig.psc(586,2): AddHeaderOption is not a function or does not existskyrim\Data\Scripts\Source\zbfConfig.psc(596,90): variable OPTION_FLAG_DISABLED is undefinedskyrim\Data\Scripts\Source\zbfConfig.psc(596,5): type mismatch on parameter 4 (did you forget a cast?)skyrim\Data\Scripts\Source\zbfConfig.psc(602,3): AddEmptyOption is not a function or does not existskyrim\Data\Scripts\Source\zbfConfig.psc(604,3): AddHeaderOption is not a function or does not existskyrim\Data\Scripts\Source\zbfConfig.psc(607,3): AddEmptyOption is not a function or does not existskyrim\Data\Scripts\Source\zbfConfig.psc(609,3): SetCursorPosition is not a function or does not existskyrim\Data\Scripts\Source\zbfConfig.psc(610,3): AddHeaderOption is not a function or does not existskyrim\Data\Scripts\Source\zbfConfig.psc(618,3): AddEmptyOption is not a function or does not existskyrim\Data\Scripts\Source\zbfConfig.psc(621,4): AddHeaderOption is not a function or does not existskyrim\Data\Scripts\Source\zbfConfig.psc(633,2): AddEmptyOption is not a function or does not existskyrim\Data\Scripts\Source\zbfConfig.psc(659,2): SetCursorPosition is not a function or does not existskyrim\Data\Scripts\Source\zbfConfig.psc(663,2): AddHeaderOption is not a function or does not existskyrim\Data\Scripts\Source\zbfConfig.psc(719,2): AddEmptyOption is not a function or does not existskyrim\Data\Scripts\Source\zbfConfig.psc(724,3): AddEmptyOption is not a function or does not existskyrim\Data\Scripts\Source\zbfConfig.psc(736,3): AddEmptyOption is not a function or does not existskyrim\Data\Scripts\Source\zbfConfig.psc(739,2): AddHeaderOption is not a function or does not existskyrim\Data\Scripts\Source\zbfConfig.psc(746,2): SetCursorPosition is not a function or does not existskyrim\Data\Scripts\Source\zbfConfig.psc(747,2): AddHeaderOption is not a function or does not existskyrim\Data\Scripts\Source\zbfConfig.psc(750,3): AddEmptyOption is not a function or does not existskyrim\Data\Scripts\Source\zbfConfig.psc(754,3): AddEmptyOption is not a function or does not existskyrim\Data\Scripts\Source\zbfConfig.psc(759,2): AddEmptyOption is not a function or does not existskyrim\Data\Scripts\Source\zbfConfig.psc(766,2): AddHeaderOption is not a function or does not existskyrim\Data\Scripts\Source\zbfConfig.psc(767,19): GetName is not a function or does not existskyrim\Data\Scripts\Source\zbfConfig.psc(767,40): IsRunning is not a function or does not existskyrim\Data\Scripts\Source\zbfConfig.psc(773,2): AddEmptyOption is not a function or does not existskyrim\Data\Scripts\Source\zbfConfig.psc(775,2): AddHeaderOption is not a function or does not existskyrim\Data\Scripts\Source\zbfConfig.psc(777,2): AddEmptyOption is not a function or does not existskyrim\Data\Scripts\Source\zbfConfig.psc(802,2): ForcePageReset is not a function or does not existskyrim\Data\Scripts\Source\zbfConfig.psc(806,2): ForcePageReset is not a function or does not existskyrim\Data\Scripts\Source\zbfConfig.psc(835,46): variable OPTION_FLAG_DISABLED is undefinedskyrim\Data\Scripts\Source\zbfConfig.psc(835,2): SetOptionFlags is not a function or does not existskyrim\Data\Scripts\Source\zbfConfig.psc(837,2): ForcePageReset is not a function or does not existskyrim\Data\Scripts\Source\zbfConfig.psc(842,2): ForcePageReset is not a function or does not existskyrim\Data\Scripts\Source\zbfConfig.psc(846,2): ForcePageReset is not a function or does not existskyrim\Data\Scripts\Source\zbfConfig.psc(855,2): ForcePageReset is not a function or does not existskyrim\Data\Scripts\Source\zbfConfig.psc(859,2): ForcePageReset is not a function or does not existskyrim\Data\Scripts\Source\zbfConfig.psc(863,2): ForcePageReset is not a function or does not existskyrim\Data\Scripts\Source\zbfConfig.psc(867,2): ForcePageReset is not a function or does not existskyrim\Data\Scripts\Source\zbfConfig.psc(870,2): ShowMessage is not a function or does not existskyrim\Data\Scripts\Source\zbfConfig.psc(921,19): variable CurrentVersion is undefinedskyrim\Data\Scripts\Source\zbfConfig.psc(921,35): variable CurrentVersion is undefinedskyrim\Data\Scripts\Source\zbfConfig.psc(921,2): type mismatch on parameter 1 (did you forget a cast?)skyrim\Data\Scripts\Source\zbfConfig.psc(921,2): type mismatch on parameter 2 (did you forget a cast?)skyrim\Data\Scripts\Source\zbfConfig.psc(922,2): ForcePageReset is not a function or does not existskyrim\Data\Scripts\Source\zadBQ00.psc(232,49): slautilscr is not a known user-defined typeskyrim\Data\Scripts\Source\zadBQ00.psc(232,1): type mismatch on parameter 3 (did you forget a cast?)skyrim\Data\Scripts\Source\zadBQ00.psc(1012,11): slautilscr is not a known user-defined typeskyrim\Data\Scripts\Source\zadBQ00.psc(1093,23): slautilscr is not a known user-defined typeskyrim\Data\Scripts\Source\zadBQ00.psc(1093,5): type mismatch while assigning to a int (cast missing or types unrelated)skyrim\Data\Scripts\Source\zadConfig.psc(202,1): variable Pages is undefinedskyrim\Data\Scripts\Source\zadConfig.psc(202,1): type mismatch while assigning to a none (cast missing or types unrelated)skyrim\Data\Scripts\Source\zadConfig.psc(203,1): variable Pages is undefinedskyrim\Data\Scripts\Source\zadConfig.psc(203,1): only arrays can be indexedskyrim\Data\Scripts\Source\zadConfig.psc(203,6): type mismatch while assigning to a none (cast missing or types unrelated)skyrim\Data\Scripts\Source\zadConfig.psc(204,1): variable Pages is undefinedskyrim\Data\Scripts\Source\zadConfig.psc(204,1): only arrays can be indexedskyrim\Data\Scripts\Source\zadConfig.psc(204,6): type mismatch while assigning to a none (cast missing or types unrelated)skyrim\Data\Scripts\Source\zadConfig.psc(205,1): variable pages is undefinedskyrim\Data\Scripts\Source\zadConfig.psc(205,1): only arrays can be indexedskyrim\Data\Scripts\Source\zadConfig.psc(205,6): type mismatch while assigning to a none (cast missing or types unrelated)skyrim\Data\Scripts\Source\zadConfig.psc(206,1): variable Pages is undefinedskyrim\Data\Scripts\Source\zadConfig.psc(206,1): only arrays can be indexedskyrim\Data\Scripts\Source\zadConfig.psc(206,6): type mismatch while assigning to a none (cast missing or types unrelated)skyrim\Data\Scripts\Source\zadConfig.psc(207,1): variable Pages is undefinedskyrim\Data\Scripts\Source\zadConfig.psc(207,1): only arrays can be indexedskyrim\Data\Scripts\Source\zadConfig.psc(207,6): type mismatch while assigning to a none (cast missing or types unrelated)skyrim\Data\Scripts\Source\zadConfig.psc(208,1): variable Pages is undefinedskyrim\Data\Scripts\Source\zadConfig.psc(208,1): only arrays can be indexedskyrim\Data\Scripts\Source\zadConfig.psc(208,6): type mismatch while assigning to a none (cast missing or types unrelated)skyrim\Data\Scripts\Source\zadConfig.psc(209,1): variable Pages is undefinedskyrim\Data\Scripts\Source\zadConfig.psc(209,1): only arrays can be indexedskyrim\Data\Scripts\Source\zadConfig.psc(209,6): type mismatch while assigning to a none (cast missing or types unrelated)skyrim\Data\Scripts\Source\zadConfig.psc(210,1): variable Pages is undefinedskyrim\Data\Scripts\Source\zadConfig.psc(210,1): only arrays can be indexedskyrim\Data\Scripts\Source\zadConfig.psc(210,6): type mismatch while assigning to a none (cast missing or types unrelated)skyrim\Data\Scripts\Source\zadConfig.psc(211,1): variable Pages is undefinedskyrim\Data\Scripts\Source\zadConfig.psc(211,1): only arrays can be indexedskyrim\Data\Scripts\Source\zadConfig.psc(211,6): type mismatch while assigning to a none (cast missing or types unrelated)skyrim\Data\Scripts\Source\zadConfig.psc(272,44): variable CurrentVersion is undefinedskyrim\Data\Scripts\Source\zadConfig.psc(273,18): variable CurrentVersion is undefinedskyrim\Data\Scripts\Source\zadConfig.psc(273,15): cannot compare a int to a none (cast missing or types unrelated)skyrim\Data\Scripts\Source\zadConfig.psc(304,2): LoadCustomContent is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(307,2): UnloadCustomContent is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(310,20): variable TOP_TO_BOTTOM is undefinedskyrim\Data\Scripts\Source\zadConfig.psc(310,2): SetCursorFillMode is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(311,2): SetCursorPosition is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(313,3): AddHeaderOption is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(314,3): AddHeaderOption is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(322,3): AddHeaderOption is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(323,18): AddSliderOption is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(323,3): type mismatch while assigning to a int (cast missing or types unrelated)skyrim\Data\Scripts\Source\zadConfig.psc(324,26): AddSliderOption is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(324,3): type mismatch while assigning to a int (cast missing or types unrelated)skyrim\Data\Scripts\Source\zadConfig.psc(325,20): AddMenuOption is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(325,3): type mismatch while assigning to a int (cast missing or types unrelated)skyrim\Data\Scripts\Source\zadConfig.psc(326,19): AddToggleOption is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(326,3): type mismatch while assigning to a int (cast missing or types unrelated)skyrim\Data\Scripts\Source\zadConfig.psc(327,30): AddSliderOption is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(327,3): type mismatch while assigning to a int (cast missing or types unrelated)skyrim\Data\Scripts\Source\zadConfig.psc(328,28): AddSliderOption is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(328,3): type mismatch while assigning to a int (cast missing or types unrelated)skyrim\Data\Scripts\Source\zadConfig.psc(329,14): AddToggleOption is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(329,3): type mismatch while assigning to a int (cast missing or types unrelated)skyrim\Data\Scripts\Source\zadConfig.psc(331,2): AddHeaderOption is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(332,11): AddToggleOption is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(332,2): type mismatch while assigning to a int (cast missing or types unrelated)skyrim\Data\Scripts\Source\zadConfig.psc(333,2): SetCursorPosition is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(334,2): AddHeaderOption is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(335,19): AddToggleOption is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(335,2): type mismatch while assigning to a int (cast missing or types unrelated)skyrim\Data\Scripts\Source\zadConfig.psc(336,22): AddToggleOption is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(336,2): type mismatch while assigning to a int (cast missing or types unrelated)skyrim\Data\Scripts\Source\zadConfig.psc(337,2): AddHeaderOption is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(338,19): AddToggleOption is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(338,2): type mismatch while assigning to a int (cast missing or types unrelated)skyrim\Data\Scripts\Source\zadConfig.psc(339,2): SetCursorPosition is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(342,20): variable TOP_TO_BOTTOM is undefinedskyrim\Data\Scripts\Source\zadConfig.psc(342,2): SetCursorFillMode is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(343,2): SetCursorPosition is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(344,2): AddHeaderOption is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(345,16): AddSliderOption is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(345,2): type mismatch while assigning to a int (cast missing or types unrelated)skyrim\Data\Scripts\Source\zadConfig.psc(346,16): AddSliderOption is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(346,2): type mismatch while assigning to a int (cast missing or types unrelated)skyrim\Data\Scripts\Source\zadConfig.psc(347,2): AddHeaderOption is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(348,21): AddMenuOption is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(348,2): type mismatch while assigning to a int (cast missing or types unrelated)skyrim\Data\Scripts\Source\zadConfig.psc(349,25): AddSliderOption is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(349,2): type mismatch while assigning to a int (cast missing or types unrelated)skyrim\Data\Scripts\Source\zadConfig.psc(350,2): AddHeaderOption is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(353,11): variable OPTION_FLAG_DISABLED is undefinedskyrim\Data\Scripts\Source\zadConfig.psc(353,3): type mismatch while assigning to a int (cast missing or types unrelated)skyrim\Data\Scripts\Source\zadConfig.psc(355,28): AddToggleOption is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(355,2): type mismatch while assigning to a int (cast missing or types unrelated)skyrim\Data\Scripts\Source\zadConfig.psc(357,20): variable TOP_TO_BOTTOM is undefinedskyrim\Data\Scripts\Source\zadConfig.psc(357,2): SetCursorFillMode is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(358,2): SetCursorPosition is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(359,2): AddHeaderOption is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(360,21): AddToggleOption is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(360,2): type mismatch while assigning to a int (cast missing or types unrelated)skyrim\Data\Scripts\Source\zadConfig.psc(361,21): AddToggleOption is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(361,2): type mismatch while assigning to a int (cast missing or types unrelated)skyrim\Data\Scripts\Source\zadConfig.psc(363,20): variable TOP_TO_BOTTOM is undefinedskyrim\Data\Scripts\Source\zadConfig.psc(363,2): SetCursorFillMode is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(364,2): AddHeaderOption is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(365,21): AddSliderOption is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(365,2): type mismatch while assigning to a int (cast missing or types unrelated)skyrim\Data\Scripts\Source\zadConfig.psc(366,23): AddToggleOption is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(366,2): type mismatch while assigning to a int (cast missing or types unrelated)skyrim\Data\Scripts\Source\zadConfig.psc(367,15): AddSliderOption is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(367,2): type mismatch while assigning to a int (cast missing or types unrelated)skyrim\Data\Scripts\Source\zadConfig.psc(368,2): AddHeaderOption is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(371,18): AddSliderOption is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(371,12): type mismatch while assigning to a int (cast missing or types unrelated)skyrim\Data\Scripts\Source\zadConfig.psc(374,2): AddHeaderOption is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(375,31): AddToggleOption is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(375,2): type mismatch while assigning to a int (cast missing or types unrelated)skyrim\Data\Scripts\Source\zadConfig.psc(378,20): variable TOP_TO_BOTTOM is undefinedskyrim\Data\Scripts\Source\zadConfig.psc(378,2): SetCursorFillMode is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(379,2): AddHeaderOption is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(380,20): AddSliderOption is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(380,2): type mismatch while assigning to a int (cast missing or types unrelated)skyrim\Data\Scripts\Source\zadConfig.psc(381,19): AddSliderOption is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(381,2): type mismatch while assigning to a int (cast missing or types unrelated)skyrim\Data\Scripts\Source\zadConfig.psc(382,22): AddSliderOption is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(382,2): type mismatch while assigning to a int (cast missing or types unrelated)skyrim\Data\Scripts\Source\zadConfig.psc(385,20): variable TOP_TO_BOTTOM is undefinedskyrim\Data\Scripts\Source\zadConfig.psc(385,2): SetCursorFillMode is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(386,2): AddHeaderOption is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(387,21): AddToggleOption is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(387,2): type mismatch while assigning to a int (cast missing or types unrelated)skyrim\Data\Scripts\Source\zadConfig.psc(388,25): AddToggleOption is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(388,2): type mismatch while assigning to a int (cast missing or types unrelated)skyrim\Data\Scripts\Source\zadConfig.psc(400,20): variable TOP_TO_BOTTOM is undefinedskyrim\Data\Scripts\Source\zadConfig.psc(400,2): SetCursorFillMode is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(401,29): AddMenuOption is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(401,2): type mismatch while assigning to a int (cast missing or types unrelated)skyrim\Data\Scripts\Source\zadConfig.psc(402,22): AddToggleOption is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(402,2): type mismatch while assigning to a int (cast missing or types unrelated)skyrim\Data\Scripts\Source\zadConfig.psc(408,3): AddHeaderOption is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(410,30): AddMenuOption is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(410,16): type mismatch while assigning to a int (cast missing or types unrelated)skyrim\Data\Scripts\Source\zadConfig.psc(414,4): SetCursorPosition is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(420,20): variable TOP_TO_BOTTOM is undefinedskyrim\Data\Scripts\Source\zadConfig.psc(420,2): SetCursorFillMode is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(425,3): AddHeaderOption is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(427,30): AddMenuOption is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(427,16): type mismatch while assigning to a int (cast missing or types unrelated)skyrim\Data\Scripts\Source\zadConfig.psc(431,4): SetCursorPosition is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(438,28): AddToggleOption is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(438,3): type mismatch while assigning to a int (cast missing or types unrelated)skyrim\Data\Scripts\Source\zadConfig.psc(440,67): variable OPTION_FLAG_DISABLED is undefinedskyrim\Data\Scripts\Source\zadConfig.psc(440,3): AddTextOption is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(441,47): variable OPTION_FLAG_DISABLED is undefinedskyrim\Data\Scripts\Source\zadConfig.psc(441,3): AddTextOption is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(449,2): SetMenuDialogOptions is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(450,2): SetMenuDialogStartIndex is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(451,2): SetMenuDialogDefaultIndex is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(453,2): SetMenuDialogOptions is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(454,2): SetMenuDialogStartIndex is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(455,2): SetMenuDialogDefaultIndex is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(457,2): SetMenuDialogOptions is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(458,2): SetMenuDialogStartIndex is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(459,2): SetMenuDialogDefaultIndex is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(464,3): SetMenuDialogOptions is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(465,3): SetMenuDialogStartIndex is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(466,3): SetMenuDialogDefaultIndex is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(495,2): SetMenuOptionValue is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(498,2): SetMenuOptionValue is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(505,2): SetMenuOptionValue is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(514,3): SetMenuOptionValue is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(529,3): SetSliderDialogStartValue is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(530,3): SetSliderDialogDefaultValue is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(531,3): SetSliderDialogRange is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(532,3): SetSliderDialogInterval is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(538,2): SetSliderDialogStartValue is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(539,2): SetSliderDialogDefaultValue is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(540,2): SetSliderDialogRange is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(541,2): SetSliderDialogInterval is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(543,2): SetSliderDialogStartValue is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(544,2): SetSliderDialogDefaultValue is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(545,2): SetSliderDialogRange is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(546,2): SetSliderDialogInterval is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(548,2): SetSliderDialogStartValue is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(549,2): SetSliderDialogDefaultValue is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(550,2): SetSliderDialogRange is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(551,2): SetSliderDialogInterval is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(553,2): SetSliderDialogStartValue is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(554,2): SetSliderDialogDefaultValue is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(555,2): SetSliderDialogRange is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(556,2): SetSliderDialogInterval is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(558,2): SetSliderDialogStartValue is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(559,2): SetSliderDialogDefaultValue is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(560,2): SetSliderDialogRange is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(561,2): SetSliderDialogInterval is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(563,2): SetSliderDialogStartValue is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(564,2): SetSliderDialogDefaultValue is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(565,2): SetSliderDialogRange is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(566,2): SetSliderDialogInterval is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(568,2): SetSliderDialogStartValue is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(569,2): SetSliderDialogDefaultValue is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(570,2): SetSliderDialogRange is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(571,2): SetSliderDialogInterval is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(573,2): SetSliderDialogStartValue is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(574,2): SetSliderDialogDefaultValue is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(575,2): SetSliderDialogRange is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(576,2): SetSliderDialogInterval is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(578,2): SetSliderDialogStartValue is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(579,2): SetSliderDialogDefaultValue is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(580,2): SetSliderDialogRange is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(581,2): SetSliderDialogInterval is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(583,2): SetSliderDialogStartValue is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(584,2): SetSliderDialogDefaultValue is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(585,2): SetSliderDialogRange is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(586,2): SetSliderDialogInterval is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(588,2): SetSliderDialogStartValue is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(589,2): SetSliderDialogDefaultValue is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(590,2): SetSliderDialogRange is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(591,2): SetSliderDialogInterval is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(593,2): SetSliderDialogStartValue is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(594,2): SetSliderDialogDefaultValue is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(595,2): SetSliderDialogRange is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(596,2): SetSliderDialogInterval is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(598,2): SetSliderDialogStartValue is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(599,2): SetSliderDialogDefaultValue is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(600,2): SetSliderDialogRange is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(601,2): SetSliderDialogInterval is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(603,2): SetSliderDialogStartValue is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(604,2): SetSliderDialogDefaultValue is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(605,2): SetSliderDialogRange is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(606,2): SetSliderDialogInterval is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(608,2): SetSliderDialogStartValue is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(609,2): SetSliderDialogDefaultValue is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(610,2): SetSliderDialogRange is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(611,2): SetSliderDialogInterval is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(613,2): SetSliderDialogStartValue is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(614,2): SetSliderDialogDefaultValue is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(615,2): SetSliderDialogRange is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(616,2): SetSliderDialogInterval is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(618,2): SetSliderDialogStartValue is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(619,2): SetSliderDialogDefaultValue is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(620,2): SetSliderDialogRange is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(621,2): SetSliderDialogInterval is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(623,2): SetSliderDialogStartValue is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(624,2): SetSliderDialogDefaultValue is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(625,2): SetSliderDialogRange is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(626,2): SetSliderDialogInterval is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(628,2): SetSliderDialogStartValue is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(629,2): SetSliderDialogDefaultValue is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(630,2): SetSliderDialogRange is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(631,2): SetSliderDialogInterval is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(633,2): SetSliderDialogStartValue is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(634,2): SetSliderDialogDefaultValue is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(635,2): SetSliderDialogRange is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(636,2): SetSliderDialogInterval is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(638,2): SetSliderDialogStartValue is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(639,2): SetSliderDialogDefaultValue is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(640,2): SetSliderDialogRange is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(641,2): SetSliderDialogInterval is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(643,2): SetSliderDialogStartValue is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(644,2): SetSliderDialogDefaultValue is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(645,2): SetSliderDialogRange is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(646,2): SetSliderDialogInterval is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(648,2): SetSliderDialogStartValue is not a function or does not existskyrim\Data\Scripts\Source\zadConfig.psc(649,2): SetSliderDialogÂ
donotbugme Posted April 17, 2015 Author Posted April 17, 2015 I got it compiling after a bit, I had to download Sexlab Aroused Redux v16 scripts as well as the SkyUI4.1 Scripts from the SkyUI Google Docs. fingers crossed now
donotbugme Posted April 17, 2015 Author Posted April 17, 2015 Working as expected now. have to make sure most recent mod versions of all dependancies have their scripts source dumped into your scripts folder and it compiles just fine
Recommended Posts
Archived
This topic is now archived and is closed to further replies.