cRunchTM76 Posted June 24, 2016 Share Posted June 24, 2016 I tried to launch the The Witcher 3 - Wild Hunt v1.22 game and I received this Script Compilation Error:Error [mod0000_mergedfiles]game\gameplay\ability\playerabilitymanager.ws(4775): Found unexpected '}'===========================I have posted the code from my C:\Program Files (x86)\The Witcher 3 Wild Hunt\Mods\mod0000_MergedFiles\content\scripts\game\gameplay\ability\playerabilitymanager.wsAt - http://pastebin.com/13df2CPd===========================Could someone with coding knowledge please take a look at it and tell me how to fix the error so the game will launch?Thanks! Link to comment Share on other sites More sharing options...
SHR2011 Posted June 24, 2016 Share Posted June 24, 2016 You are lucky!this is one of the easiest fixable errors. Edit the file with notepad ++ and at the 4775th line.delete the } Then save,close the file and relaunch the game. Link to comment Share on other sites More sharing options...
cRunchTM76 Posted June 25, 2016 Author Share Posted June 25, 2016 Hi SHR2011,I tried what you suggested but, it didn't work for me.Here's the new error after removing the ---> } on line 4775Error [mod0000_mergedfiles]game\gameplay\ability\playerabilitymanager.ws(1364): syntax error, unexpected TOKEN_IDENT, expecting TOKEN_FUNCTION, near 'TK'=====================Searched for TK it came back with a comment on line 1364:TK - apparently not wanted currently - commenting out entire final functionSo I changed that to://TK - apparently not wanted currently - commenting out entire final function====================In which a new error pop up while trying to start the game.Error [mod0000_mergedfiles]game\gameplay\ability\playerabilitymanager.ws(1378): syntax error, unexpected $undefined, expecting TOKEN_FUNCTION, near '*'Which was line 1378: */So I removed it.===================And with a change here and a change there with more errors like the above finally receiving this:Error [mod0000_mergedfiles]game\gameplay\ability\playerabilitymanager.ws(4747): syntax error, unexpected TOKEN_IDENT, expecting TOKEN_FUNCTION, near 'slot'Which is line 4747:slot.unlocked = true;===================I think that this is a losing battle, I'll just uninstall all my mods and start again by uninstalling (52), installing one by one, merging (52) again and trying to launch the game after each mod install merging procedure.Maybe I'll find out which mods will not work together even with merging. But I wouldn't bet on that.==================Another problem I have is that, there seems to be a lot of "necessary" mod fixes for the game to work smoothly and also there are so many "bells and whistles" type mods that seem to be good as well. I'm like a Mod Pack-Rat and all I have done so far is to collect and try to use these mods without actually playing the game at all. The game wasn't free I really need to play it. - "Step away from the modding Website, Sir!" :cool: I just want my first play through to go smoothly. I don't want to put in 100s of hours only to be caught in a stupid, but fixable game glitch, that could have been fixed with a mod or tweak found on Nexusmods.Thanks for the reply.==================Also while I think of it, a few questions for the class.I'm so tired of these cryptic errors, I would like to know what kind of coding is being used so maybe I could learn, what may or may not be needed to get things working or just be able to know what a syntax error is really telling me to look for!Is it C++ or some "Frankenstein Monster" combination of coding languages? What are we looking at inside these mod packages?So Frustrating! Link to comment Share on other sites More sharing options...
SHR2011 Posted June 25, 2016 Share Posted June 25, 2016 (edited) 1-Sorry that I couldn't help you with your error. 2-To play and really enjoy the game...start with no mods at all for a couple of hours.then (if you want) come here to the nexus, download and the install the top10 (and only 10) best mods and then play the game to really appreciate mods.(make sure mods are compatible with the game version) 3-The game doesn't have major breaking game bugs (anymore). the developer mad sure to patch almost 95% of the bugs.and on the off chance you founding one,you can deal with mid play through,you don't have to start a new one. 4-A friendly advice: while playing save your game every 10 to 15 minutes.5-I think this programming language is c++. Edited June 25, 2016 by SHR2011 Link to comment Share on other sites More sharing options...
cRunchTM76 Posted June 26, 2016 Author Share Posted June 26, 2016 Hi SHR2011, 1. Thanks for the input at least :smile:2. I'll try it and see if I can live without most of the mods, but there are some you have to start with installed before you get to certain parts in the game (From information files with mods and/or from the Modders themselves on their mod posts) :thumbsup:3. That's good to know , I've been worried about starting and getting hit with a game ending bug! :sweat:4. I think that is good advice for most games and also to make multiple game saves for those "you never know" times in games :D5. Now that I've seen quite a few script errors while checking say something about C++ , but I don't think it's all C++ in there? :unsure: Thanks again! Link to comment Share on other sites More sharing options...
Recommended Posts