Just a few questions

Skoorl

New Member
Hello I'm new to the site so sorry if these questions have already been answered, but here we go:

1. Can we increase the resolution of the Client? It's stuck at 800x600 or something like that. If so, how?
2. Any idea on when the official FreeSo server will be released?
 
Hello I'm new to the site so sorry if these questions have already been answered, but here we go:

1. Can we increase the resolution of the Client? It's stuck at 800x600 or something like that. If so, how?
2. Any idea on when the official FreeSo server will be released?
1. Yes you can, how? open FreeSO.exe.config and change those values :
< setting name="GraphicsWidth" serializeAs="String">
< value>1024</value> <--edit this (optional)
< /setting>
< setting name="GraphicsHeight" serializeAs="String">
< value>768</value> <--edit this (optional)
< /setting>
2. No date yet available.
 
Back
Top