From 2ab394a47b317c9c02a94de7f66d06d61950d984 Mon Sep 17 00:00:00 2001 From: Mark Vejvoda Date: Thu, 12 Aug 2010 17:41:16 +0000 Subject: [PATCH] - fixed bad defaults in linux glest.ini --- mk/linux/glest.ini | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/mk/linux/glest.ini b/mk/linux/glest.ini index 11478943..6f07bc20 100644 --- a/mk/linux/glest.ini +++ b/mk/linux/glest.ini @@ -7,15 +7,16 @@ AllowRotateUnits=true AutoMaxFullScreen=false AutoTest=false CheckGlCaps=true -ColorBits=16 +ColorBits=32 ConsoleMaxLines=7 ConsoleMaxLinesStored=20 ConsoleTimeout=20 DayTime=1000 DebugLogFile=debug.log -DebugMode=true +DebugMode=false DebugPerformance=false -DebugNetwork=true +DebugNetwork=false +DebugWorldSynch=false DepthBits=16 FactoryGraphics=OpenGL FactorySound=OpenAL @@ -47,12 +48,13 @@ MaxLights=3 ;MasterServerExternalPortList=80,143,587,21,110,25,443,993,995 Masterserver=http://megaglest.pepper.freeit.org/masterserver/ MasterServerExternalPortList=61357,80,143,587,21,110,25,443,993,995 +NetPlayerName=newbie NetworkConsistencyChecks=true PhotoMode=false RefreshFrequency=75 -ScreenHeight=960 -ScreenWidth=1670 -ServerIp=172.20.100.101 +ScreenHeight=768 +ScreenWidth=1024 +ServerIp=192.168.0.107 ServerPort=61357 ShadowAlpha=0.2 ShadowFrameSkip=2 @@ -64,8 +66,7 @@ SoundVolumeAmbient=80 SoundVolumeFx=80 SoundVolumeMusic=90 StencilBits=0 -Textures3D=1 +Textures3D=true UnitParticles=true UserData_Root=mydata/ -Windowed=true -; === propertyMap File === +Windowed=false