xXJDrocks450Xx
Well-Known Member
Many people are questioning how to get into fullscreen mode. Therefore I have typed up a quick tutorial.
Change the Value from True to False.
Post back if you have questions.
First, go to FreeSO.exe.config (Most Likely in TSOClient!) and open it with notepad. Make sure you're not in FreeSO.exe. Once FreeSO is closed, find the following lines:There is another way to achieve a full screen application, however I will be showing you the freeso.exe.config method of doing so.
No need to change them, but you can if you want. Those lines are your Screen Resolution. Next find these lines:< setting name="GraphicsWidth" serializeAs="String">
< value>1024</value> <--edit this (optional)
< /setting>
< setting name="GraphicsHeight" serializeAs="String">
< value>768</value> <--edit this (optional)
< /setting>
<setting name="Windowed" serializeAs="String">
< value>True</value>
< /setting>
Post back if you have questions.