[1.1.27] Changing sprite resolution to high on GeForce Now
[1.1.27] Changing sprite resolution to high on GeForce Now
When i changing sprite resoluting to "High" it requires to restart the game to apply changes, it works fine while i playing in Factorion on my computer.
When i confirming restart game while i playing Factorio in GeForce Now my current game-session is closed without restarting game. After starting new session sprite resoluting is still "Normal".
When i confirming restart game while i playing Factorio in GeForce Now my current game-session is closed without restarting game. After starting new session sprite resoluting is still "Normal".
Re: [1.1.27] Changing sprite resolution to high in cloudgaming service GeForce Now
Contact GeForce support
I don't really see why they would start the game in normal res, since thats normally for weak and old GPUs
I don't really see why they would start the game in normal res, since thats normally for weak and old GPUs
Re: [1.1.27] Changing sprite resolution to high in cloudgaming service GeForce Now
They are forcing it to normal in config.ini
Re: [1.1.27] Changing sprite resolution to high in cloudgaming service GeForce Now
So, by default it is set to "High". Is it true, that when I change this option and press restart this option new value is writen to the config.ini before game is closed?
Re: [1.1.27] Changing sprite resolution to high in cloudgaming service GeForce Now
Yes, it would have defaulted to High on GPUs that Geforce Now servers are using, and yes, the game writes the new value to config.ini when you confirm the changes. And GeForce Now will overwrite the config.ini value back to "Normal" when launching the game again.
Re: [1.1.27] Changing sprite resolution to high in cloudgaming service GeForce Now
What strings are responsible for the sprite resolution?posila wrote: ↑Thu Mar 18, 2021 1:44 pmYes, it would have defaulted to High on GPUs that Geforce Now servers are using, and yes, the game writes the new value to config.ini when you confirm the changes. And GeForce Now will overwrite the config.ini value back to "Normal" when launching the game again.
Re: [1.1.27] Changing sprite resolution to high in cloudgaming service GeForce Now
Because GeForce Now, I think, will even not discuss the possibility of disabling resetting, because of their understanding of optimization, maybe this is not hard to implement forcing this option throu launch parametrs?
Re: [1.1.27] Changing sprite resolution to high in cloudgaming service GeForce Now
If it is possible to set launch parameters, then following will force high sprite resolution regardless of config value.
Code: Select all
--graphics-quality=high
Re: [1.1.27] Changing sprite resolution to high in cloudgaming service GeForce Now
Despite in options it is still says that sprite resolution is normal, in game I can see that it is high.posila wrote: ↑Fri Mar 19, 2021 6:32 am If it is possible to set launch parameters, then following will force high sprite resolution regardless of config value.Code: Select all
--graphics-quality=high
Thank you very much!