Mercurial > fife-parpg
view demos/rio_de_hola/settings-dist.xml @ 665:0a798d5c241a
Win32 build script updates to use the new Win32 November 2010 Devkit:
* Caution: Python 2.7 is now the officially supported Python version on Win32; Python 2.6 will work fine right now as well but you'll need to edit the builds scripts in this case; continue to use Py 2.6 at your own risk!
* Recommended Python 2.7 distro: http://downloads.activestate.com/ActivePython/releases/2.7.0.2/ActivePython-2.7.0.2-win32-x86.msi
* Win32 Devkit Nov2010 (.exe installer): http://sourceforge.net/projects/fife/files/active/sdks/FIFE_Development_Kit_Nov2010.exe/download
* Win32 Devkit Nov2010 (.zip version): http://sourceforge.net/projects/fife/files/active/sdks/FIFE_Development_Kit_Nov2010.zip/download
* A short announcement of the new devkit will be posted at the FIFE blog later today, with more information about the upgrade process, list of changes, etc.
author | mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Mon, 08 Nov 2010 16:52:13 +0000 |
parents | e3140f01749d |
children |
line wrap: on
line source
<?xml version='1.0' encoding='UTF-8'?> <Settings> <Module name="FIFE"> <Setting name="FullScreen" type="bool"> False </Setting> <Setting name="PlaySounds" type="bool"> True </Setting> <Setting name="RenderBackend" type="str"> OpenGL </Setting> <Setting name="ScreenResolution" type="str">1024x768</Setting> <Setting name="BitsPerPixel" type="int"> 0 </Setting> <Setting name="InitialVolume" type="float"> 5.0 </Setting> <Setting name="SDLRemoveFakeAlpha" type="int"> 1 </Setting> <Setting name="WindowTitle" type="str"> FIFE - Rio de hola </Setting> <Setting name="WindowIcon" type="str"> gui/icons/boy.png </Setting> <Setting name="Font" type="str"> fonts/FreeSans.ttf </Setting> <Setting name="FontGlyphs" strip="0" type="str"> abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.,!?-+/():;%&`'*#=[]\"</Setting> <Setting name="DefaultFontSize" type="int"> 16 </Setting> <Setting name="LogModules" type="list"> controller </Setting> <Setting name="PychanDebug" type="bool"> False </Setting> <Setting name="LogToPrompt" type="int"> 1 </Setting> <Setting name="UsePsyco" type="bool"> False </Setting> <Setting name="ProfilingOn" type="bool"> False </Setting> <Setting name="LogToFile" type="int"> 0 </Setting> <Setting name="Lighting" type="int"> 0 </Setting> </Module> <Module name="rio"> <Setting name="MapFile" type="str"> maps/shrine.xml </Setting> <Setting name="CoordinateLayerName" type="str"> TechdemoMapTileLayer </Setting> <Setting name="QuadTreeLayerName" type="str"> </Setting> <Setting name="heroTexts" type="list"> I wonder when the guys will get this world ready for me ; Bring it on baby, I'm ready for action! ; humm di dum.... </Setting> <Setting name="girlTexts" type="list"> Why I am running? Haven't you heard that the bees are coming?! ; Heeelp!!! The bees are going to get us! </Setting> <Setting name="beekeeperTexts" type="list"> Some idiot has grown mutated bees around here ; Want to take a look at my farm? ; Did you know that I actually cannot do anything else than stand still and greet everybody? </Setting> <Setting name="TestCameraPlacement" type="int"> 0 </Setting> <Setting name="TestRotationLayerName" type="str"> TechdemoMapTileLayer </Setting> <Setting name="TestAgentSpeed" type="float"> 0.5 </Setting> </Module> </Settings>