Afflare
The Company [v.5.8.1] (2020) (Eng) [HTML] [MacOS] [Linux] [Westane]
Lazar6,
Lazar6,
Цитата: Lazar6
Dundudul,
Решение проблемы сохранений, мне помогло:
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

Lazar6,

Благодарю. Мне также помог этот способ.
  • 31 января 2021 11:49