It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
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 '}'
This question / problem has been solved by trexxtremeimage
avatar
CRAZYxGOLD: 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 '}'
Look at the specified lines, it just looks like some invalid (incompatible?) syntax somewhere. It seems to dislike an initial "{", which causes it complain when it finds the closing brace "}"
avatar
CRAZYxGOLD: 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 '}'
avatar
trexxtreme: Look at the specified lines, it just looks like some invalid (incompatible?) syntax somewhere. It seems to dislike an initial "{", which causes it complain when it finds the closing brace "}"
Yeah, I did that, I had some time while I waited for a reply, I looked at each specific line, I'm down to 3 Complication errors, One of them I can't figure out, I might need some help on this one.

This is the Complication errors:

Error [mod0000_mergedfiles]game\player\playerwitcher.ws(6593): syntax error, unexpected TOKEN_SAVED, expecting TOKEN_FUNCTION, near 'saved'

And this is the line:

public saved var savedQuenHealth, savedQuenDuration : float;

timer function HACK_QuenSaveStatus(dt : float, id : int)
{
var quenEntity : W3QuenEntity;

quenEntity = (W3QuenEntity)signs[ST_Quen].entity;
savedQuenHealth = quenEntity.GetShieldHealth();
savedQuenDuration = quenEntity.GetShieldRemainingDuration();
}

timer function DelayedRestoreQuen(dt : float, id : int)
{
RestoreQuen(savedQuenHealth, savedQuenDuration);
}

What do I need to do to fix this.
avatar
trexxtreme: Look at the specified lines, it just looks like some invalid (incompatible?) syntax somewhere. It seems to dislike an initial "{", which causes it complain when it finds the closing brace "}"
avatar
CRAZYxGOLD: Yeah, I did that, I had some time while I waited for a reply, I looked at each specific line, I'm down to 3 Complication errors, One of them I can't figure out, I might need some help on this one.

This is the Complication errors:

Error [mod0000_mergedfiles]game\player\playerwitcher.ws(6593): syntax error, unexpected TOKEN_SAVED, expecting TOKEN_FUNCTION, near 'saved'

And this is the line:

public saved var savedQuenHealth, savedQuenDuration : float;

timer function HACK_QuenSaveStatus(dt : float, id : int)
{
var quenEntity : W3QuenEntity;

quenEntity = (W3QuenEntity)signs[ST_Quen].entity;
savedQuenHealth = quenEntity.GetShieldHealth();
savedQuenDuration = quenEntity.GetShieldRemainingDuration();
}

timer function DelayedRestoreQuen(dt : float, id : int)
{
RestoreQuen(savedQuenHealth, savedQuenDuration);
}

What do I need to do to fix this.
Hi.Was u able to fix this issue?
I'm having a similar problem but cant find any help.
Thanks.
Hi. Getting an issues. Can somebody help me with this? And I didn't add anything to scripts.
A merged files are: hud\hud.ws, modules\hudModuleRadialMenu.ws, menus\meditationClockMenu.ws, player\playerInput.ws / r4Player.ws, meditation\meditation.ws

Error [content0]game\replacers\ciri.ws(329): Function 'GetCriticalHitChance' takes 5 parameter(s) which is inconsistent with base function (3).
Error [content0]game\player\playerwitcher.ws(1752): Function 'ApplyOil' has different return type 'Bool' than base function (void).
Error [content0]game\player\playerwitcher.ws(2157): Function 'GetCriticalHitChance' takes 5 parameter(s) which is inconsistent with base function (3).

Warning [content0]engine\environment.ws(30): Global native function 'EnableDebugOverlayFilter' was not exported from C++ code.
Warning [content0]engine\environment.ws(32): Global native function 'EnableDebugPostProcess' was not exported from C++ code.
Warning [content0]engine\showflags.ws(11): Global native function 'DebugSetEShowFlag' was not exported from C++ code.
Post edited April 27, 2018 by punk2147
Hello Guys,

when i try too start The Witcher 3

i get this message:

Error [mod0000_mergedfiles]game\r4game.ws(2452): Found unexpected '}'

and my script merger dont show any conflicts.

can someone help me pls?
hey im new here and i need some help to fix this :

Error [mod0000_mergedfiles]game\player\playerwitcher.ws(12614): Unexpected end of file found after '{' at line 8676

yeah something like that...any clue??
anyone still on still helping on this thread?

Error [mod0000_mergedfiles]game\player\playerwitcher.ws(11733): Unexpected end of file found after '{' at line 11

not sure what to do.......
avatar
Nick_Marino15: anyone still on still helping on this thread?

Error [mod0000_mergedfiles]game\player\playerwitcher.ws(11733): Unexpected end of file found after '{' at line 11

not sure what to do.......
Have you read the installation instructions carefully?
Are you certain the mods you are trying to merge can be merged?
The posts section of near any mod can also be quite helpful. ^^