Script Compilation Error with modded game

+
Hey folks. I am getting the following error when trying to load the game:

Error [mod0000_mergedfiles]game\gui\main_menu\ingamemenu.ws(2266): Unexpected end of file found after '{' at line 65

Thank you for your assistance.
 
Moded: Another Scrip Compilation Error

sorry to bother you all with another error, but i got this when merging modBaseScripts, modDnNew and modFriendlyHud with script merger:

Error [mod0000_mergedfiles]game\gui\main_menu\ingamemenu.ws(1999): Unexpected end of file found after '{' at line 60

Heard you guys like pastebin, here is the ingamemenu.ws https://pastebin.com/ZK8W5nAD

let me know if you need some more info, thanks all for the help
 
What is mod BaseScripts? If it is what I think it is (namely Unification Patch Base scripts) then you should read the description again. (Also Base scripts are incompatible with FHUD afaik)
 
Hello everyone,
can't start the game because of this error:

Error [mod0000_mergedfiles]game\player\playerwitcher.ws(11134): Found unexpected '}'

I've searched for several hours to fix it, but can't do it on my own. I have no idea which line is meant by the error or even how to search for a line.

Thanks in advance for any help.
 
take Notepad++ then open playerwitcher.ws set language action script
at line 11134 over or below select '}' add { over or below line code

example:
Code:
function IsTalkDisabled () : bool
    {
        return isTalkDisabled || isTalkDisabledTemporary;
    }
 
add "}" is missing at line 1277



 
Error [mod0000_mergedfiles]game\player\r4player.ws(14833): Unexpected end of file found after '{' at line 2

https://pastebin.com/ipfYtgBj

14833 is just empty when i open in notepad++, that's why pastebin is 14832.
Thank you in advance.
 
Last edited:
Hello if at all possible i'd like some help in learning to understand how to read the compilation errors or to have them fixed for me, either is good although both would be amazing, this is the error text i am receiving when i am trying to launch the game

Error [mod0000_mergedfiles]game\components\inventorycomponent.ws(3805): syntax error, unexpected '{', expecting TOKEN_FUNCTION, near '{'
Error [mod0000_mergedfiles]game\gameplay\alchemy\alchemymanager.ws(299): syntax error, unexpected TOKEN_PUBLIC, expecting '{' or ';', near 'public'
Error [mod0000_mergedfiles]game\gui\hud\modules\hudmoduleenemyfocus.ws(832): Found unexpected '}'
Error [mod0000_mergedfiles]game\gui\main_menu\ingamemenu.ws(2210): Unexpected end of file found after '{' at line 921
Error [mod0000_mergedfiles]game\gui\menus\inventorymenu.ws(40): syntax error, unexpected TOKEN_CLASS, expecting '{', near 'class'
Error [mod0000_mergedfiles]game\player\states\meditation\meditation.ws(299): Unexpected end of file found after '{' at line 74
 

Attachments

  • inventoryComponent - Copy.txt
    367.9 KB · Views: 381
  • alchemyManager - Copy.txt
    62.8 KB · Views: 324
  • hudModuleEnemyFocus - Copy.txt
    47.1 KB · Views: 370
  • ingameMenu - Copy.txt
    124.3 KB · Views: 252
  • inventoryMenu - Copy.txt
    269.2 KB · Views: 267
  • meditation - Copy.txt
    18.1 KB · Views: 198
Hey guys! Could you help me with this error?

Error [mod0000_mergedfiles]game\player\playerinput.ws(12): syntax error, unexpected TOKEN_PRIVATE, expecting '{', near 'private'

https://pastebin.com/emwysWfj

class CPlayerInput

{




//---=== modFriendlyHUD ===---
private const var KEY_HOLD_WINDOW : float; default KEY_HOLD_WINDOW = 0.4;
private var controllerQuickInventoryHandled : bool;
//---=== modFriendlyHUD ===---
 
Im getting this error after i merged my mods: Error [mod0000_mergedfiles]game\gui\main_menu\ingamemenu.ws(2164): Unexpected end of file found after '{' at line 61
https://pastebin.com/jfMgugH8
I have no idea how to fix it pleas halp ! ! !1111!11
 
Last edited:
Can someone just help me ? I know that i probably just need to remove one thing that divides me from playing witcher 3... ;(
 
Error [mod0000_mergedfiles]game\gui\main_menu\ingamemenu.ws(342): 'event' has no sense for global function 'OnRefresh'.
Error [mod0000_mergedfiles]game\gui\main_menu\ingamemenu.ws(447): 'event' has no sense for global function 'OnCloseMenu'.
Error [mod0000_mergedfiles]game\gui\main_menu\ingamemenu.ws(452): 'public' has no sense for global function 'ReopenMenu'.
Error [mod0000_mergedfiles]game\gui\main_menu\ingamemenu.ws(472): 'event' has no sense for global function 'OnClosingMenu'.
Error [mod0000_mergedfiles]game\gui\main_menu\ingamemenu.ws(573): 'protected' has no sense for global function 'CloseCurrentPopup'.
Error [mod0000_mergedfiles]game\gui\main_menu\ingamemenu.ws(601): 'public' has no sense for global function 'SetIgnoreInput'.
Error [mod0000_mergedfiles]game\gui\main_menu\ingamemenu.ws(610): 'public' has no sense for global function 'OnUserSignIn'.
Error [mod0000_mergedfiles]game\gui\main_menu\ingamemenu.ws(616): 'public' has no sense for global function 'OnUserSignInCancelled'.
Error [mod0000_mergedfiles]game\gui\main_menu\ingamemenu.ws(622): 'public' has no sense for global function 'OnSaveLoadingFailed'.
Error [mod0000_mergedfiles]game\gui\main_menu\ingamemenu.ws(628): 'event' has no sense for global function 'OnItemActivated'.
Error [mod0000_mergedfiles]game\gui\main_menu\ingamemenu.ws(769): 'public' has no sense for global function 'HandleLoadGameFailed'.
Error [mod0000_mergedfiles]game\gui\main_menu\ingamemenu.ws(775): 'private' has no sense for global function 'StartShowingCustomDialogs'.

https://pastebin.com/J1JtgYVy
I have no idea how to fix it ;/ Mods that I use:
mods.png
 
Top Bottom