AMD C-50 Processor 1.00 GHz, 2 core, memory 2 Gb, 32x64, win10pro not activated, AMD Radeon HD 6250.
Why is version 21 going fine then? higher versions crash
To understand why your computer can't handle the game (anymore) you have to understand how this game is coded.
From v0.21 to v0.41 new content had been steadily added to the game. The major problem with The Twist is how the code handles all the content for the same locations.
Here is how the code seems to work:
- Player enters a location and all available content (including texture etc) get loaded into your VRAM and RAM.
- Then the game code hides all the content which don't fit your progress. => long loading time between locations.
- As soon as your memory is eaten up by caching the content the game will crash.
Theoretically your computer specs. are sufficient to run the game, but due to the game being very poorly optimized you can't play the game and there is no sign that Dev wants to change that.