Saggy010 Posted March 4, 2021 Share Posted March 4, 2021 Hi everyone. I'd need some help with a broken merge. When i started the game I got a compilation error for an unexpected bracket. I fixed it and now i'm getting a new error that is driving me crazy, i dunno how to solve this:Error [mod0000_mergedfiles]game\gui\main_menu\ingamemenu.ws(336): syntax error, unexpected TOKEN_GET_GAME, expecting TOKEN_FUNCTION, near 'theGame' https://pastebin.com/KGtTDMzW Anyone could help?Thanks in advice. Link to comment Share on other sites More sharing options...
sc0urge Posted March 11, 2021 Share Posted March 11, 2021 Start by deleting the extra terminating brace on line 313 and let us know how it goes. For modders reading this, some of these mods are pretty sloppy. On lines 1602,1603 and 1609,1610, change true to false and 1 to 0 and uncomment those lines if you actually need that. Those function calls should happen once when you start a new game, but that's a setting (UberMovement/Alternative Movement) you can change in the options menu and shouldn't require modifying or removing calls to the engine. Lots of things like that add up to weird unresolvable modding issues. Link to comment Share on other sites More sharing options...
Recommended Posts