Cedry2kRo Posted May 23, 2016 Share Posted May 23, 2016 (edited) Error [moddlcarmor]game\gameplay\containers\playerstash.ws(37): Function 'GetItemArmorTotal' does not take 3 param(s) Also attached a printscreen of my mod list. Halp. Edited May 23, 2016 by Cedry2kRo Link to comment Share on other sites More sharing options...
Cedry2kRo Posted May 23, 2016 Author Share Posted May 23, 2016 Pinpointed to Leveling DLC Armors. New problem: Error [content0]game\temp.ws(8581): Could not find function 'AddSessionTag'Error [content0]game\temp.ws(8586): Could not find function 'RemoveSessionTag'Error [content0]game\temp.ws(10328): Cannot call exec function 'XDPPrintUserStats' from scripts instead of the console.Error [content0]game\temp.ws(10333): Cannot call exec function 'XDPPrintUserAchievement' from scripts instead of the console.Error [content0]game\temp.ws(10613): Could not find function 'SetGameProgress'Error [content0]game\gameplay\leveling\levelmanager.ws(177): Could not find function 'LogWithValue'Error [content0]game\gameplay\leveling\levelmanager.ws(186): Could not find function 'LogWithValue'Error [content0]game\gameplay\leveling\levelmanager.ws(275): Could not find function 'LogWithValue'Error [content0]game\npc\npc.ws(1558): Could not find function 'LogWithLabelAndValue'Error [content0]game\npc\npc.ws(2296): Could not find function 'LogWithLabelAndValue'Error [content0]game\player\player.ws(1067): Could not find function 'LogWithLabel'Error [modfacethem]game\player\r4player.ws(8036): Could not find function 'LogWithLabelAndValue'Error [modfacethem]game\player\r4player.ws(10804): Could not find function 'LogWithLabel'Error [modfacethem]game\player\r4player.ws(12730): Could not find function 'LogWithLabel'Error [modcrossbowdamageboost]game\player\playerwitcher.ws(153): Could not find function 'LogWithName'Error [modcrossbowdamageboost]game\player\playerwitcher.ws(3901): Could not find function 'LogWithLabelAndValue'Error [modcrossbowdamageboost]game\player\playerwitcher.ws(4262): Could not find function 'LogWithLabelAndValue'Error [modcrossbowdamageboost]game\player\playerwitcher.ws(4715): Could not find function 'LogWithValueStr'Error [modcrossbowdamageboost]game\player\playerwitcher.ws(5141): Could not find function 'LogWithLabel'Error [content0]game\components\inventorycomponent.ws(151): Could not find function 'LogWithValue'Error [content0]game\components\inventorycomponent.ws(164): Could not find function 'LogWithValue'Error [content0]game\components\inventorycomponent.ws(686): Could not find function 'LogWithLabelAndValue'Error [content0]game\components\inventorycomponent.ws(2012): Could not find function 'LogWithLabelAndValue'Error [content0]game\r4game.ws(1633): Could not find function 'SetCommonStatI32'Error [modnowitchersense]game\gameplay\focus\focus.ws(199): Could not find function 'LogWithName'Error [modnowitchersense]game\gameplay\focus\focus.ws(253): Could not find function 'LogWithName'Error [content0]game\gui\hud\hud.ws(1148): Could not find function 'LogWithLabel'Error [content0]game\gui\hud\hud.ws(1149): Could not find function 'LogWithLabelAndValue'Error [content0]game\gui\hud\hud.ws(1153): Could not find function 'LogWithLabelAndValue'Error [content0]game\gui\menus\gwintgamemenu.ws(104): Could not find function 'LogWithName'Error [content0]game\gui\menus\gwintgamemenu.ws(120): Could not find function 'LogWithValue'Error [content0]game\gui\menus\gwintgamemenu.ws(125): Could not find function 'LogWithValue'Error [content0]game\gui\menus\inventorymenu.ws(2533): Could not find function 'LogWithLabelAndValue'Error [content0]game\gui\menus\inventorymenu.ws(2597): Could not find function 'LogWithLabelAndValue'Error [content0]game\gameplay\alchemy\alchemymanager.ws(292): Could not find function 'LogWithLabelAndValue'Error [content0]game\gameplay\alchemy\alchemymanager.ws(296): Could not find function 'LogWithLabelAndValue'Error [content0]game\gameplay\ability\playerabilitymanager.ws(314): Could not find function 'SetCommonStatFlt'Error [content0]game\gameplay\ability\playerabilitymanager.ws(345): Could not find function 'SetCommonStatFlt'Error [content0]game\gameplay\ability\playerabilitymanager.ws(464): Could not find function 'LogWithValueStr'Error [content0]game\gameplay\ability\playerabilitymanager.ws(1367): Could not find function 'LogWithValueStr'Error [content0]game\player\states\vehicles\usevehicle.ws(1601): Could not find function 'LogWithValueStr'Error [content0]game\player\states\playerdialogstate.ws(48): Could not find function 'LogWithName'Error [content0]game\player\states\aimthrow.ws(42): Could not find function 'LogWithName'Error [content0]game\player\states\combat.ws(124): Could not find function 'LogWithName'Error [content0]game\player\states\exploration.ws(55): Could not find function 'LogWithName'Error [modnowitchersense]game\player\states\swimming.ws(252): Could not find function 'LogWithName'Error [content0]game\player\states\vehicles\horseriding.ws(49): Could not find function 'LogWithName'Error [content0]game\player\states\vehicles\sailing.ws(56): Could not find function 'LogWithName' Link to comment Share on other sites More sharing options...
Cedry2kRo Posted May 23, 2016 Author Share Posted May 23, 2016 Fixed the compiling errors, but none of the mods work in-game. Any ideas? Link to comment Share on other sites More sharing options...
Mikenekro Posted May 24, 2016 Share Posted May 24, 2016 (edited) Because my mod adds optional signatures to the function "GetItemArmorTotal" you will get that error if there is another mod conflicting with it. Aka, you have more than 1 mod using the same scripts. To fix this you need to run script merger and merge the scripts from your mods. Edited May 24, 2016 by Mikenekro Link to comment Share on other sites More sharing options...
Recommended Posts