Posted June 01, 2016
I need some help with this, I've been having problems trying to merge a couple of mods for The Witcher 3, I got frustrated so I'm taking suggestions on what I need to do to troubleshoot this problem
Here are the script compilation errors:
Error [mod0000_mergedfiles]game\components\inventorycomponent.ws(50): syntax error, unexpected '{', expecting TOKEN_FUNCTION, near '{'
Error [mod0000_mergedfiles]game\gameplay\damage\damagemanagerprocessor.ws(2727): Unexpected end of file found after '{' at line 12
Error [mod0000_mergedfiles]game\gui\_old\components\guitooltipcomponent.ws(15): syntax error, unexpected TOKEN_PROTECTED, expecting '{', near 'protected'
Error [mod0000_mergedfiles]game\gui\menus\craftingmenu.ws(187): syntax error, unexpected TOKEN_IDENT, expecting TOKEN_FUNCTION, near '_quantityPopupData'
Error [mod0000_mergedfiles]game\gui\menus\inventorymenu.ws(48): syntax error, unexpected TOKEN_PRIVATE, expecting '{', near 'private'
Error [mod0000_mergedfiles]game\player\playerwitcher.ws(8024): Found unexpected '}'
Error [mod0000_mergedfiles]game\player\r4player.ws(242): Found unexpected '}'
Error [mod0000_mergedfiles]game\player\r4player.ws(14430): Found unexpected '}'
Here are the script compilation errors:
Error [mod0000_mergedfiles]game\components\inventorycomponent.ws(50): syntax error, unexpected '{', expecting TOKEN_FUNCTION, near '{'
Error [mod0000_mergedfiles]game\gameplay\damage\damagemanagerprocessor.ws(2727): Unexpected end of file found after '{' at line 12
Error [mod0000_mergedfiles]game\gui\_old\components\guitooltipcomponent.ws(15): syntax error, unexpected TOKEN_PROTECTED, expecting '{', near 'protected'
Error [mod0000_mergedfiles]game\gui\menus\craftingmenu.ws(187): syntax error, unexpected TOKEN_IDENT, expecting TOKEN_FUNCTION, near '_quantityPopupData'
Error [mod0000_mergedfiles]game\gui\menus\inventorymenu.ws(48): syntax error, unexpected TOKEN_PRIVATE, expecting '{', near 'private'
Error [mod0000_mergedfiles]game\player\playerwitcher.ws(8024): Found unexpected '}'
Error [mod0000_mergedfiles]game\player\r4player.ws(242): Found unexpected '}'
Error [mod0000_mergedfiles]game\player\r4player.ws(14430): Found unexpected '}'
This question / problem has been solved by trexxtreme
