Game.xml

<?xml version="1.0" encoding="iso-8859-1" standalone="no" ?>
<game>
<graphic>
<display>
<width>1280</width>
<height>720</height>
<bpp>24</bpp>
<gamma>1</gamma>
<fullscreen>true</fullscreen>
<vsync>true</vsync>
<filter>
<trilinear>true</trilinear>
<anisotropy>2</anisotropy>
<msaa>2</msaa>
</filter>
<previousWidth>1280</previousWidth>
<previousHeight>720</previousHeight>
<userConfirmed>true</userConfirmed>
</display>
<scalability>
<gpuPerformanceClass>auto</gpuPerformanceClass>
<terrain>
<perPixelLighting>true</perPixelLighting>
</terrain>
</scalability>
</graphic>
<audio enable="true" volume="0.000000" />
<input>
<joystick enable="false" vibration="false" deadzone="0.100000" />
<mouse enable="true" />
<keyboard enable="true" />
</input>
<logging>
<file enable="true" filename="log.txt" />
<console enable="true" />
</logging>
<development>
<controls>false</controls>
</development>
<startMode>1</startMode>
</game>
Yukarıdakileri kopyalayıp, boş game.xml uzantısına yapıştırın ve oyunun tadını çıkarın.