fholger / openvr_fsr

Add Image Upscaling via AMD FidelityFX SuperResolution or NVIDIA Image Scaling to SteamVR games
Other
1.69k stars 64 forks source link

Updating config without restart #136

Open EthanZoneCoding opened 2 years ago

EthanZoneCoding commented 2 years ago

Could the config be updated without a restart? Considering FSR is realtime, could the parameters but updated too? Maybe not updating realtime, as to not slow down the algorithm, but every 5 seconds or so? Anyway, thanks so much for the project.

By the way, it works with Squadrons really well, but sadly EAC makes the process difficult and I shouldn't really say how if got it to work (:

fholger commented 2 years ago

If you want to play around with the settings while in-game, that's what the hotkeys in the latest release are for. You can use them to modify the parameters and test their effect. You do have to manually update the config afterwards, though. I'm not planning to add hot reload for the config file, as that would add some complexity to the setup.

dogjutsu commented 2 years ago

Could there be a hot key to dump what the hot-key modified settings are to a .log or something? Possible I'm missing something, but playing with the hot keys doesn't help a lot because when I find something that works, hard to know what to then put into the config file.

fholger commented 2 years ago

The log file should show the changes in the values.

Either way, you are probably better off putting that feature request over at the successor project, (https://github.com/fholger/vrperfkit), as it's unlikely I will be doing any additional work on this mod.

EthanZoneCoding commented 2 years ago

Ok thanks. Didn't see them. Thanks for the fast response.