stohrendorf / CroftEngine

An open-source Tomb Raider 1 engine remake
Other
285 stars 18 forks source link

Remember video settings #129

Closed Richard-L closed 3 years ago

Richard-L commented 3 years ago

Currently disabling of post-processing like the CRT effect etc, as well as fullscreen mode, are not remembered.

stohrendorf commented 3 years ago

Can't reproduce this. On shutdown, the engine writes a config.yaml in the root directory where the .exe resides with the current settings, which should also be loaded on next startup. Can you confirm this file exists and contains something looking like this, only different in the numbers?

config:
  renderSettings:
    crt: 1
    dof: 1
    lensDistortion: 1
    filmGrain: 1
    fullscreen: 1
Richard-L commented 3 years ago

Could not reproduce either today. Very strange. Let's close.