How to set the game in fullscreen?

Nahuel3d

Active Member
Well, i was testing Project Dollhouse (Is surprisingly amazing!) and the window is a little annoying in window mode, so i want to set the game in fullscreen but i dont know how
 
Go to the directory where you installed TSO, and find Project Dollhouse.exe.config and open it in Notepad or alike. Scroll down and you should find options for disabling window and adjusting screen resolution.
<setting name="Windowed" serializeAs="String">
<value>True</value>
</setting>
<setting name="GraphicsWidth" serializeAs="String">
<value>1024</value>
</setting>
<setting name="GraphicsHeight" serializeAs="String">
<value>768</value>
</setting>
Oh, and for those who can't login:
<setting name="LoginServerIP" serializeAs="String">
<value>173.248.136.133</value>
</setting>
 
[Quote = "aidancheddar, pós: 2909, membro: 23"] Vá para o diretório onde você instalou o TSO, e encontrar Projeto Dollhouse.exe.config e abra-o no bloco de notas ou iguais. Role para baixo e você deve encontrar opções para desativar a janela e ajustar a resolução da tela.

Ah, e para aqueles que não podem entrar: [/ quote]


I couldn't put in full screen!
I changed it to:

< setting name = "Windowed" serializeAs = "String" > <value> False </value> </setting> < setting name = "GraphicsWidth" serializeAs = "String" > 1024 <value> </value> </setting> < GraphicsHeight name = "setting" serializeAs = "String" > <value> 700 </value> </setting>
 
[Quote = "aidancheddar, pós: 2909, membro: 23"] Vá para o diretório onde você instalou o TSO, e encontrar Projeto Dollhouse.exe.config e abra-o no bloco de notas ou iguais. Role para baixo e você deve encontrar opções para desativar a janela e ajustar a resolução da tela.

Ah, e para aqueles que não podem entrar: [/ quote]


I couldn't put in full screen!
I changed it to:

< setting name = "Windowed" serializeAs = "String" > <value> False </value> </setting> < setting name = "GraphicsWidth" serializeAs = "String" > 1024 <value> </value> </setting> < GraphicsHeight name = "setting" serializeAs = "String" > <value> 700 </value> </setting>
i noticed that its sets like windowed the only change is that the window gets drawn above the toolbar
 
Back
Top