git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6273 c06c8d41-db1a-0410-9941-cceddc491573
XIX6ZCEVOKWNKTWBRM4QTQ4OPQSANM7XNAKQJHIYCIOF4JOKBSGAC wininit.txt descriptionAfter Crawl has been run in tiles mode, it will create a wininit.txt file,which stores several configurable parameters. This is separate from thestandard init.txt file, as it can be modified at run-time via the Ctrl+Vcommand.The contents of this file look like this:-- SNIP --Tile:DngnX=19Tile:DngnY=17Tile:MapPx=4Tile:MsgX=77Tile:MsgY=10Tile:WindowTop=145Tile:WindowLeft=22Tile:FontName=8x13Tile:FontSize=12-- SNIP --The above values are typical Unix settings. On Windows, the font name will besomething like "Courier". If you wish to modify this file manually, here arewhat these parameters refer to:DngnX, DngnY Size (in tiles) of the dungeon region.MapPx Width (in pixels) per square of the minimap.MsgX, MsgY Size (in characters) of the message region.WindowTop, WindowLeft Location (in pixels) of the Crawl window.FontName Name of the font.FontSize Size (in pixels) of the font.
* For Windows builds, runmake MAKEFILE=makefile_tiles.mgw* For Linux builds, runmake MAKEFILE=makefile.x11* For Mac OS X builds, runmake MAKEFILE=makefile.x11 OSX=y* All platforms require the same prerequisites listed in the othersections above for building each of these platforms.* The Linux and Mac OS X builds additionally require libpng. The Mac OS Xversion expects it to be installed via fink in /sw. If this is not thecase, then you should edit PNG_INCLUDE and PNG_LIB in makefile.x11.