<div dir="ltr">I&#39;ve created a patch for the blenderplayer that reads an(optional) display.ini file containing display settings in the player&#39;s directory.<br><br>for example the display.ini could contain:<br>width = 800<br>
height = 600<br>fullscreen = 1<br>bpp = 24<br>vertical refresh rate = 60<br>title = Some Game Name<br><br>Win32 build, drag whatever .blend into the player and it will use the <b>display.ini</b> file if it&#39;s located:<br>
<a href="http://uploader.polorix.net//files/1591/BPDisplayIni.zip">http://uploader.polorix.net//files/1591/BPDisplayIni.zip</a><br><br>This allows anyone to easily configure a game&#39;s display settings both externally and internally modifying the ini file through python.<br>
<br></div>