Help! :(

Simhrique0990

Active Member
I downloaded and installed the Freeso Typically , however the map is giving much lag , and I can not get into lots. know if there is any program that will help , or some tutorial NOTE: The two polls clicks do not work because of lag
 
[quote = "LetsRaceBwoi, pós: 13315, membro: 569"]. Run em uma resolução menor, perto os processos de fundo e tente novamente, tente atualizar o seu GPU e CPU também [/ quote]
How do I leave it at a lower resolution?
 
[quote = "LetsRaceBwoi, pós: 13315, membro: 569"]. Run em uma resolução menor, perto os processos de fundo e tente novamente, tente atualizar o seu GPU e CPU também [/ quote]
How do I leave it at a lower resolution?
Go into the file "freeso.exe.config" using Notepad (or a similar editor - Notepad++ recommended), and replace
Code:
<setting name="GraphicsWidth" serializeAs="String">
                <value>1024</value>
          </setting>
with
Code:
<setting name="GraphicsWidth" serializeAs="String">
                <value>800</value>
          </setting>
and
Code:
<setting name="GraphicsHeight" serializeAs="String">
                <value>768</value>
            </setting>
with
Code:
<setting name="GraphicsHeight" serializeAs="String">
                <value>600</value>
            </setting>
- This will lower your resolution down to 800x600, scaling the window down a bit smaller and increasing frames a little.
I'm not sure if this works but you could also try replacing
Code:
<setting name="SimulationShadows" serializeAs="String">
                <value>True</value>
            </setting>
with
Code:
<setting name="SimulationShadows" serializeAs="String">
                <value>False</value>
            </setting>
As I mentioned, I'm not sure if this is taken into account yet but if it does it should (hopefully!) increase your frames. I'll attach a version of the configuration that will increase your frames later if this does not help, as well as a custom version of FreeSO with more options if needed.
 
Thank you so much! I hope they optimize the map , in a near future
No problem, I might work on a custom fork very soon (not later this week - like, right now) with a couple of optimization settings.
Is your framerate stable? If it is you could try changing your resolution back and see how that goes, might just have been the shadows.
 
I downloaded and installed the Freeso Typically , however the map is giving much lag , and I can not get into lots. know if there is any program that will help , or some tutorial NOTE: The two polls clicks do not work because of lag
[quote = "LetsRaceBwoi, pós: 13315, membro: 569"]. Run em uma resolução menor, perto os processos de fundo e tente novamente, tente atualizar o seu GPU e CPU também [/ quote]
How do I leave it at a lower resolution?
Go into the file "freeso.exe.config" using Notepad (or a similar editor - Notepad++ recommended), and replace
Code:
<setting name="GraphicsWidth" serializeAs="String">
                <value>1024</value>
          </setting>
with
Code:
<setting name="GraphicsWidth" serializeAs="String">
                <value>800</value>
          </setting>
and
Code:
<setting name="GraphicsHeight" serializeAs="String">
                <value>768</value>
            </setting>
with
Code:
<setting name="GraphicsHeight" serializeAs="String">
                <value>600</value>
            </setting>
- This will lower your resolution down to 800x600, scaling the window down a bit smaller and increasing frames a little.
I'm not sure if this works but you could also try replacing
Code:
<setting name="SimulationShadows" serializeAs="String">
                <value>True</value>
            </setting>
with
Code:
<setting name="SimulationShadows" serializeAs="String">
                <value>False</value>
            </setting>
As I mentioned, I'm not sure if this is taken into account yet but if it does it should (hopefully!) increase your frames. I'll attach a version of the configuration that will increase your frames later if this does not help, as well as a custom version of FreeSO with more options if needed.
Sigh, freeso.exe.config will get overwritten every time you want to update. It's recommended to change the resolution via a shortcut since the settings will be saved. Keep in mind: you must specify window (w) or fullscreen (f) after you put in the resolution. Meanwhile, map shadows can be disable in-game by going to options panel.
0HK4mis.png

ACRCL2w.jpg
 
Sigh, freeso.exe.config will get overwritten every time you want to update. It's recommended to change the resolution via a shortcut since the settings will be saved. Keep in mind: you must specify window (w) or fullscreen (f) after you put in the resolution. Meanwhile, map shadows can be disable in-game by going to options panel.
0HK4mis.png

ACRCL2w.jpg
Because it's really difficult to copy over a file!
 
Back
Top