MrMountainFace Posted July 19, 2020 Share Posted July 19, 2020 Modding the game for the first time and was met with this error attempting to open the game after merging some scrips: Error [mod0000_mergedfiles]game\player\r4player.ws(1861): Unexpected end of file found after '{' at line 1819 From some other pages, such as the one directly under this paragraph, I noticed that there might be a missing } or something to that effect. However, I don't know for sure if that's the error or if it's something else as I have no real skill in coding. https://forums.cdprojektred.com/index.php?threads/script-compilation-error-with-modded-game.7018620/ Looked at the Script in Notepad ++ and luckily it's not a very large section to monitor as it starts at 1819 and line 1861 is the last line of the script. Here's the entire script but the applicable part seems to be at the bottom. Anyone able to tell me what to fix? https://pastebin.com/3WTKBySf Here is a list of my mods taken as a screenshot from my backup folder: https://imgur.com/1DklSF1 Link to comment Share on other sites More sharing options...
eNoodles Posted July 19, 2020 Share Posted July 19, 2020 Dude your r4player.ws is missing like 80% of what it's supposed to have, the actual (vanilla) file has over 14k lines, whereas yours doesn't even get to 2k. You should try remerging everything. Link to comment Share on other sites More sharing options...
Recommended Posts