- fixed bad defaults in linux glest.ini

This commit is contained in:
Mark Vejvoda 2010-08-12 17:41:16 +00:00
parent 3dbdda1763
commit 2ab394a47b
1 changed files with 10 additions and 9 deletions

View File

@ -7,15 +7,16 @@ AllowRotateUnits=true
AutoMaxFullScreen=false AutoMaxFullScreen=false
AutoTest=false AutoTest=false
CheckGlCaps=true CheckGlCaps=true
ColorBits=16 ColorBits=32
ConsoleMaxLines=7 ConsoleMaxLines=7
ConsoleMaxLinesStored=20 ConsoleMaxLinesStored=20
ConsoleTimeout=20 ConsoleTimeout=20
DayTime=1000 DayTime=1000
DebugLogFile=debug.log DebugLogFile=debug.log
DebugMode=true DebugMode=false
DebugPerformance=false DebugPerformance=false
DebugNetwork=true DebugNetwork=false
DebugWorldSynch=false
DepthBits=16 DepthBits=16
FactoryGraphics=OpenGL FactoryGraphics=OpenGL
FactorySound=OpenAL FactorySound=OpenAL
@ -47,12 +48,13 @@ MaxLights=3
;MasterServerExternalPortList=80,143,587,21,110,25,443,993,995 ;MasterServerExternalPortList=80,143,587,21,110,25,443,993,995
Masterserver=http://megaglest.pepper.freeit.org/masterserver/ Masterserver=http://megaglest.pepper.freeit.org/masterserver/
MasterServerExternalPortList=61357,80,143,587,21,110,25,443,993,995 MasterServerExternalPortList=61357,80,143,587,21,110,25,443,993,995
NetPlayerName=newbie
NetworkConsistencyChecks=true NetworkConsistencyChecks=true
PhotoMode=false PhotoMode=false
RefreshFrequency=75 RefreshFrequency=75
ScreenHeight=960 ScreenHeight=768
ScreenWidth=1670 ScreenWidth=1024
ServerIp=172.20.100.101 ServerIp=192.168.0.107
ServerPort=61357 ServerPort=61357
ShadowAlpha=0.2 ShadowAlpha=0.2
ShadowFrameSkip=2 ShadowFrameSkip=2
@ -64,8 +66,7 @@ SoundVolumeAmbient=80
SoundVolumeFx=80 SoundVolumeFx=80
SoundVolumeMusic=90 SoundVolumeMusic=90
StencilBits=0 StencilBits=0
Textures3D=1 Textures3D=true
UnitParticles=true UnitParticles=true
UserData_Root=mydata/ UserData_Root=mydata/
Windowed=true Windowed=false
; === propertyMap File ===