Jump to content

Script compilation error, no conflicts...


Recommended Posts

Error [content0]game\gameplay\damage\damagemanagertypes.ws(72): 'ATTACK_NAME_SPEED_BASED' is not a member of 'handle:W3GameParams'
Error [content0]game\gameplay\damage\damagemanagertypes.ws(86): 'ATTACK_NAME_SPEED_BASED' is not a member of 'handle:W3GameParams'
Error [content0]game\player\playertypes.ws(211): 'ITEM_SET_TAG_RED_WOLF' is not a member of 'handle:W3GameParams'
Error [content0]game\player\playertypes.ws(212): 'ITEM_SET_TAG_VAMPIRE' is not a member of 'handle:W3GameParams'
Error [content0]game\player\playertypes.ws(213): 'ITEM_SET_TAG_VIPER' is not a member of 'handle:W3GameParams'
Error [content0]game\types.ws(460): 'ATTACK_NAME_SPEED_BASED' is not a member of 'handle:W3GameParams'
Error [content0]game\gui\_old\components\guiplayerinventorycomponent.ws(338): 'ITEMS_REQUIRED_FOR_MINOR_SET_BONUS' is not a member of 'handle:W3GameParams'
Error [content0]game\gui\_old\components\guiplayerinventorycomponent.ws(345): 'ITEMS_REQUIRED_FOR_MAJOR_SET_BONUS' is not a member of 'handle:W3GameParams'
Error [content0]game\gui\_old\components\guiplayerinventorycomponent.ws(372): Could not find function 'NewGamePlusLevelDifference'
Error [content0]game\gui\_old\components\guiplayerinventorycomponent.ws(410): Could not find function 'NewGamePlusLevelDifference'
Error [content0]game\gui\_old\components\guiplayerinventorycomponent.ws(412): Could not find function 'NewGamePlusLevelDifference'
Error [content0]game\gui\_old\components\guitooltipcomponent.ws(235): Could not find function 'NewGamePlusLevelDifference'
Error [content0]game\gui\_old\components\guitooltipcomponent.ws(237): Could not find function 'NewGamePlusLevelDifference'
Error [content0]game\gui\_old\components\guitooltipcomponent.ws(821): 'ITEMS_REQUIRED_FOR_MAJOR_SET_BONUS' is not a member of 'handle:W3GameParams'
Error [content0]game\gui\_old\components\guitooltipcomponent.ws(829): 'ITEM_SET_TAG_BONUS' is not a member of 'handle:W3GameParams'
Error [content0]game\gui\_old\components\guitooltipcomponent.ws(840): 'ITEMS_REQUIRED_FOR_MINOR_SET_BONUS' is not a member of 'handle:W3GameParams'
Error [content0]game\gui\_old\components\guitooltipcomponent.ws(849): 'ITEMS_REQUIRED_FOR_MAJOR_SET_BONUS' is not a member of 'handle:W3GameParams'
Error [content0]game\gameplay\interactive\bookshelf.ws(63): 'TOTAL_AMOUNT_OF_BOOKS' is not a member of 'handle:W3GameParams'
Error [modenemyscale_equal]game\npc\npc.ws(1208): 'BOSS_NGP_BONUS' is not a member of 'handle:W3GameParams'
Error [modenemyscale_equal]game\npc\npc.ws(1210): Could not find function 'NewGamePlusLevelDifference'
Error [modenemyscale_equal]game\npc\npc.ws(1212): 'BOSS_NGP_BONUS' is not a member of 'handle:W3GameParams'
Error [modenemyscale_equal]game\npc\npc.ws(1212): Could not find function 'NewGamePlusLevelDifference'
Error [mod0000_mergedfiles]game\player\playerwitcher.ws(4766): 'ITEM_SET_TAG_VIPER' is not a member of 'handle:W3GameParams'
Error [mod0000_mergedfiles]game\player\playerwitcher.ws(5776): 'ITEM_SET_TAG_BONUS' is not a member of 'handle:W3GameParams'
Error [mod0000_mergedfiles]game\player\playerwitcher.ws(9607): 'ITEMS_REQUIRED_FOR_MINOR_SET_BONUS' is not a member of 'handle:W3GameParams'
Error [mod0000_mergedfiles]game\player\playerwitcher.ws(9608): 'ITEMS_REQUIRED_FOR_MAJOR_SET_BONUS' is not a member of 'handle:W3GameParams'
Error [mod0000_mergedfiles]game\player\playerwitcher.ws(9609): 'ITEMS_REQUIRED_FOR_MINOR_SET_BONUS' is not a member of 'handle:W3GameParams'
Error [mod0000_mergedfiles]game\player\playerwitcher.ws(9610): 'ITEMS_REQUIRED_FOR_MAJOR_SET_BONUS' is not a member of 'handle:W3GameParams'
Error [mod0000_mergedfiles]game\player\playerwitcher.ws(9611): 'ITEMS_REQUIRED_FOR_MINOR_SET_BONUS' is not a member of 'handle:W3GameParams'
Error [mod0000_mergedfiles]game\player\playerwitcher.ws(9612): 'ITEMS_REQUIRED_FOR_MAJOR_SET_BONUS' is not a member of 'handle:W3GameParams'
Error [mod0000_mergedfiles]game\player\playerwitcher.ws(9613): 'ITEMS_REQUIRED_FOR_MINOR_SET_BONUS' is not a member of 'handle:W3GameParams'
Error [mod0000_mergedfiles]game\player\playerwitcher.ws(9614): 'ITEMS_REQUIRED_FOR_MAJOR_SET_BONUS' is not a member of 'handle:W3GameParams'
Error [mod0000_mergedfiles]game\player\playerwitcher.ws(9615): 'ITEMS_REQUIRED_FOR_MINOR_SET_BONUS' is not a member of 'handle:W3GameParams'
Error [mod0000_mergedfiles]game\player\playerwitcher.ws(9616): 'ITEMS_REQUIRED_FOR_MAJOR_SET_BONUS' is not a member of 'handle:W3GameParams
I have around 30 mods installed but haven't had a problem until I installed ProMods all in one. Had loads of conflicts, opted for simply deleting ProMods. Had this error ever since. No conflicts in script merger, even reinstalled the game after deleting all related files from my system first and starting fresh, still getting this!
trying to launch the game with all the mods disabled nets me this message
Error [mod0000_mergedfiles]game\player\playerwitcher.ws(126): Unknown type 'CrossbowDamageBoostProcessor' for property 'crossbowDmgProcessor'.
Warning [content0]engine\environment.ws(25): Global native function 'EnableDebugOverlayFilter' was not exported from C++ code.
Warning [content0]engine\environment.ws(27): Global native function 'EnableDebugPostProcess' was not exported from C++ code.
Warning [content0]engine\showflags.ws(9): Global native function 'DebugSetEShowFlag' was not exported from C++ code.

 

EDIT: Deleting my merged folder works for now, something in there is the cause, installing mods one by one until I find the culprit

Edited by Guest
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...