hielo_seco

Newbie
Aug 4, 2019
95
134
Does anyone have a problem loading files I updated to 4.0.0 but when I try to load saves of new games I have made it says that it's not a compatible version
That was the same I was about to ask, I actually didnt find new content nor my saves worked
 

vitamin433

Active Member
May 11, 2018
940
946
Does anyone have a problem loading files I updated to 4.0.0 but when I try to load saves of new games I have made it says that it's not a compatible version
Hmm, my old saves from before the main game ends are working fine.
Or did you ask about starting/saving/loading new game from this 4.0 version??
 

Subbi86

Newbie
Dec 27, 2018
63
384
Westane is already aware of the issue:

Open the HTML file, go to line 2801:
Code:
if (save.version >= 3.996) {
        // Invalidates saves outside of legal scope
       throw new Error("The save you're attempting to load is no longer compatible with the current game. Please download the latest version of The Company, or start a new game.");
Since the game is at 4.0, this will always resolve to true.
Simply change save.version >= 3.996 to save.version <= 3.996

Simple typo, if you code, you make mistakes :)
 

kameohawk

Active Member
Dec 16, 2017
743
2,152
Does anyone have a problem loading files I updated to 4.0.0 but when I try to load saves of new games I have made it says that it's not a compatible version
Yeah experiencing the same issue. Any save I make is classed as incompatable when trying to load it. Unplayable for me at the moment.
 
  • Like
Reactions: forgotp
3.90 star(s) 75 Votes