mackan0403 Posted January 3, 2019 Share Posted January 3, 2019 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 More sharing options...
mackan0403 Posted January 3, 2019 Author Share Posted January 3, 2019 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 More sharing options...
KoalaNalle Posted January 10, 2019 Share Posted January 10, 2019 (edited) 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 January 10, 2019 by KoalaNalle Link to comment Share on other sites More sharing options...
mackan0403 Posted January 11, 2019 Author Share Posted January 11, 2019 (edited) Thanks bro but I am using a different HUD mod right now and all is working fine :) Edited January 11, 2019 by mackan0403 Link to comment Share on other sites More sharing options...
Recommended Posts