Jump to content

Witcher 3 stopped working after installing mods


Recommended Posts

Today I reinstalled The Witcher 3 fresh so I could add mods and it wouldn't conflict with my old mods and stuff. I dowloaded my mods and put them in the mods folder in the Witcher 3 directory and ran the Script Merger. I merged all conflicted files and everything seems fine. But when I launch the game I get this error message:



Error [mod0000_mergedfiles]game\gui\main_menu\ingamemenu.ws(2117): syntax error, unexpected TOKEN_FUNCTION, expecting '{' or ';', near 'function'



I opened this file with notepad++ and went to line 2117 and this showed up:


https://gyazo.com/ae1dccabe725d63e9568e82b01c68571


I assume you need to fix something right there but I can't figure it out.



That file also shows up in Script Manager and 3 mods conflict with that file.


https://gyazo.com/5d1b063d8a151b425635f2817e765e5a


I tried to delete that merge and redo it but the same problem occured.



I am running V1.32 Game of the Year on GOG.


Current mod list: https://gyazo.com/92f4f6668e6bd821596ee48084334f6f



I don't know what to do. Thanks for reading!


Link to comment
Share on other sites

Update: It seems like it was Atmospheric Nights that messed stuff up. I removed all of my mods and then installed 1 mod at a time (in my order of preference). Then when I installed Atmospheric Nights I got lots of error messages. That was after installing 10 or so mods.

Link to comment
Share on other sites

In vanilla the text should have been:

 

 

 

event OnResetKeybinds():void
{
mInGameConfigWrapper.ResetGroupToDefaults('PCInput');
SendKeybindData();
showNotification(inGameMenu_TryLocalize("menu_option_reset_successful"));

hasChangedOption = true;
}

 

 

And that was missing from your script.

 

So the script merger merged the Friendly Hud to a wrong place.

Edited by KoalaNalle
Link to comment
Share on other sites

  • Recently Browsing   0 members

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