Page 1 of 1

[1.1.27] Changing sprite resolution to high on GeForce Now

Posted: Thu Mar 18, 2021 11:59 am
by Arty0m
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".

Re: [1.1.27] Changing sprite resolution to high in cloudgaming service GeForce Now

Posted: Thu Mar 18, 2021 12:12 pm
by Klonan
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

Re: [1.1.27] Changing sprite resolution to high in cloudgaming service GeForce Now

Posted: Thu Mar 18, 2021 1:24 pm
by posila
They are forcing it to normal in config.ini

Re: [1.1.27] Changing sprite resolution to high in cloudgaming service GeForce Now

Posted: Thu Mar 18, 2021 1:32 pm
by Arty0m
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

Posted: Thu Mar 18, 2021 1:44 pm
by posila
Arty0m wrote:
Thu Mar 18, 2021 1:32 pm
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?
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

Posted: Thu Mar 18, 2021 2:14 pm
by Arty0m
posila wrote:
Thu Mar 18, 2021 1:44 pm
Arty0m wrote:
Thu Mar 18, 2021 1:32 pm
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?
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.
What strings are responsible for the sprite resolution?

Re: [1.1.27] Changing sprite resolution to high in cloudgaming service GeForce Now

Posted: Thu Mar 18, 2021 2:40 pm
by posila
graphics-quality

Re: [1.1.27] Changing sprite resolution to high in cloudgaming service GeForce Now

Posted: Thu Mar 18, 2021 2:45 pm
by Arty0m
posila wrote:
Thu Mar 18, 2021 2:40 pm
graphics-quality
It influence only on sprite resolution?

Re: [1.1.27] Changing sprite resolution to high in cloudgaming service GeForce Now

Posted: Thu Mar 18, 2021 3:17 pm
by posila
Arty0m wrote:
Thu Mar 18, 2021 2:45 pm
It influence only on sprite resolution?
Correct

Re: [1.1.27] Changing sprite resolution to high in cloudgaming service GeForce Now

Posted: Thu Mar 18, 2021 11:28 pm
by Arty0m
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

Posted: Fri Mar 19, 2021 6:32 am
by posila
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

Posted: Fri Mar 19, 2021 9:35 am
by Arty0m
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
Despite in options it is still says that sprite resolution is normal, in game I can see that it is high.

Thank you very much!