[1.1.27] Changing sprite resolution to high on GeForce Now
-
Arty0m
- Burner Inserter

- Posts: 10
- Joined: Sat May 20, 2017 1:58 am
- Contact:
[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".
- Klonan
- Factorio Staff

- Posts: 5527
- Joined: Sun Jan 11, 2015 2:09 pm
- Contact:
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
-
posila
- Former Staff

- Posts: 5449
- Joined: Thu Jun 11, 2015 1:35 pm
- Contact:
Re: [1.1.27] Changing sprite resolution to high in cloudgaming service GeForce Now
They are forcing it to normal in config.ini
-
Arty0m
- Burner Inserter

- Posts: 10
- Joined: Sat May 20, 2017 1:58 am
- Contact:
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?
-
posila
- Former Staff

- Posts: 5449
- Joined: Thu Jun 11, 2015 1:35 pm
- Contact:
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.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?
-
Arty0m
- Burner Inserter

- Posts: 10
- Joined: Sat May 20, 2017 1:58 am
- Contact:
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.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?
-
posila
- Former Staff

- Posts: 5449
- Joined: Thu Jun 11, 2015 1:35 pm
- Contact:
-
Arty0m
- Burner Inserter

- Posts: 10
- Joined: Sat May 20, 2017 1:58 am
- Contact:
Re: [1.1.27] Changing sprite resolution to high in cloudgaming service GeForce Now
It influence only on sprite resolution?
-
posila
- Former Staff

- Posts: 5449
- Joined: Thu Jun 11, 2015 1:35 pm
- Contact:
-
Arty0m
- Burner Inserter

- Posts: 10
- Joined: Sat May 20, 2017 1:58 am
- Contact:
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?
-
posila
- Former Staff

- Posts: 5449
- Joined: Thu Jun 11, 2015 1:35 pm
- Contact:
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-
Arty0m
- Burner Inserter

- Posts: 10
- Joined: Sat May 20, 2017 1:58 am
- Contact:
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!