nvs / gem

Gem TD+: A Warcraft III Tower Defense
https://discord.gg/PxNNp77
26 stars 2 forks source link

1.32: Cannot determine offline/replay games #517

Closed nvs closed 4 years ago

nvs commented 4 years ago

Use of the WC3 cheat commands causes the ID to appear gray as soon as cheat commands have been detected. This differs from the existing behavior in 1.31 and earlier, in which the ID did not appear until after either losing or finishing the game.

This seems to only be the case in offline games in 1.32. It appears that game cache functionality in relation to disk I/O currently fails. As such, the existing game status system cannot detect offline games, and presently labels them as replays. This behavior may be restored when campaign functionality is enabled. Check back then.

nvs commented 4 years ago

For some reason I had a ton of campaign profiles in Reforged. Probably from earlier versions. For whatever reason the presence of these 100+ folders was causing the game cache disk I/O natives to fail. Removing these allowed things to work properly.