• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 07:25
CEST 13:25
KST 20:25
  • Home
  • Forum
  • Calendar
  • Streams
  • Liquipedia
  • Features
  • Store
  • EPT
  • TL+
  • StarCraft 2
  • Brood War
  • Smash
  • Heroes
  • Counter-Strike
  • Overwatch
  • Liquibet
  • Fantasy StarCraft
  • TLPD
  • StarCraft 2
  • Brood War
  • Blogs
Forum Sidebar
Events/Features
News
Featured News
TL.net Map Contest #21: Voting10[ASL20] Ro4 Preview: Descent11Team TLMC #5: Winners Announced!3[ASL20] Ro8 Preview Pt2: Holding On9Maestros of the Game: Live Finals Preview (RO4)5
Community News
Chinese SC2 server to reopen; live all-star event in Hangzhou5Weekly Cups (Oct 13-19): Clem Goes for Four0BSL Team A vs Koreans - Sat-Sun 16:00 CET6Weekly Cups (Oct 6-12): Four star herO85.0.15 Patch Balance Hotfix (2025-10-8)80
StarCraft 2
General
Chinese SC2 server to reopen; live all-star event in Hangzhou The New Patch Killed Mech! Team Liquid Map Contest #21 - Presented by Monster Energy herO joins T1 Weekly Cups (Oct 13-19): Clem Goes for Four
Tourneys
SC2's Safe House 2 - October 18 & 19 INu's Battles #13 - ByuN vs Zoun Tenacious Turtle Tussle Sparkling Tuna Cup - Weekly Open Tournament $1,200 WardiTV October (Oct 21st-31st)
Strategy
Custom Maps
Map Editor closed ?
External Content
Mutation # 496 Endless Infection Mutation # 495 Rest In Peace Mutation # 494 Unstable Environment Mutation # 493 Quick Killers
Brood War
General
Is there anyway to get a private coach? BSL Season 21 OGN to release AI-upscaled StarLeague from Feb 24 BW caster Sayle BW General Discussion
Tourneys
[Megathread] Daily Proleagues [ASL20] Semifinal B SC4ALL $1,500 Open Bracket LAN Azhi's Colosseum - Anonymous Tournament
Strategy
[I] TvZ Strategies and Builds [I] TvP Strategies and Build Roaring Currents ASL final Current Meta
Other Games
General Games
Stormgate/Frost Giant Megathread Path of Exile Nintendo Switch Thread Dawn of War IV ZeroSpace Megathread
Dota 2
Official 'what is Dota anymore' discussion LiquidDota to reintegrate into TL.net
League of Legends
Heroes of the Storm
Simple Questions, Simple Answers Heroes of the Storm 2.0
Hearthstone
Deck construction bug Heroes of StarCraft mini-set
TL Mafia
TL Mafia Community Thread SPIRED by.ASL Mafia {211640}
Community
General
Russo-Ukrainian War Thread US Politics Mega-thread The Chess Thread Things Aren’t Peaceful in Palestine Men's Fashion Thread
Fan Clubs
The herO Fan Club!
Media & Entertainment
Series you have seen recently... Anime Discussion Thread [Manga] One Piece Movie Discussion!
Sports
2024 - 2026 Football Thread Formula 1 Discussion MLB/Baseball 2023 NBA General Discussion TeamLiquid Health and Fitness Initiative For 2023
World Cup 2022
Tech Support
SC2 Client Relocalization [Change SC2 Language] Linksys AE2500 USB WIFI keeps disconnecting Computer Build, Upgrade & Buying Resource Thread
TL Community
The Automated Ban List Recent Gifted Posts
Blogs
Certified Crazy
Hildegard
The Heroism of Pepe the Fro…
Peanutsc
Rocket League: Traits, Abili…
TrAiDoS
Customize Sidebar...

Website Feedback

Closed Threads



Active: 1553 users

comprehensive variables.txt thread

Forum Index > SC2 General
Post a Reply
1 2 3 4 Next All
Xapti
Profile Joined April 2010
Canada2473 Posts
Last Edited: 2010-08-07 08:30:59
August 07 2010 06:51 GMT
#1
Okay Hopefully this will be a source of even more variables.txt information, although at this point I have a pretty fair collection.

Feel free to contribute things you've learned. In fact it'd be be even better if you did experimentation yourself to help figure things out for everyone else. I will probably edit-in any contributions into this original post.
UPDATE: I did experimenting on my own and noticed that my computer will CRASH if I run SC2 with invalid variable.txt settings. It also may be the culprit (although I find it hard to believe) of my computer now being unable to boot with two video cards, even though they both work individually.

must-have setting
Everyone probably knows about this, but if your video card is fast, you should definitely enable this, since SC2 has no FPS limit by default, and will overheat video cards.
These values only REALLY matter if you don't have Vertical Synchronization (VSync) enabled, since Vsync will cap your FPS anyway.

Values can be changed to taste - a bit higher or lower than you desire, such as 60 for the GUI, and 80 for the game
Add the lines:

frameratecap=60 (In-game FPS limit)
frameratecapGlue=30 (FPS limit for the battle.net user interface)

Run Starcraft 2 at a custom resolution
This one is pretty simple, but some of you may not have realized it.

Add (or edit?) the following lines:

Width=X (X being the screen width you want in pixels)
Height= Y (Y being the screen height you want in pixels)

Disable all creep effects:
Creep becomes a texture. No more animations. Some competitive gamers may like this.

creepnormalmap=0
creepQuality=0
creeptrans=0

Ultra-high (extreme) graphics settings.
SOURCE
Extreme settings not available through GUI. Note, this runs EXTREMELY SLOW from what I heard, even on newer cards. The visual difference is almost ZERO in many cases, too.The major difference this does I think it make the shadows super-detailed. There's some other differences, but you don't notice them as much. I do not recommend this change to put in your variables.txt due to the performance cost compared to graphics boost.
Add the following lines:

GraphicsOptionOverallQualityVer7 [5] = 4
SSAO=1
SSAOBlockerLookup=0
SSAOOptimizedSampleDelta=1
SSAONoiseBits=1
SSAOEncodedDepth=0
SSAODepthDownSample=1
SSAOSmartBlur=1
SSAOBlurPasses=2
SSAOSampleCount=8
shadowmapsize=4096
TerrainTextureSize=4096

Performance AND good quality - tweak
SOURCEThis will maintain most of your current ultra settings,
but lower a few settings for a major performance boost. Note, this is designed to improve performance from ultra (highest) settings, in case you either want it to look different, or perform more smoothly.

hdr = 0 (Seems to lower color de-saturation of units, but also removes most of the glowing on most units. Also reduces but not completely eliminates the glossy/shiny look on models)
parallaxshadow=0
shadowmapsize=512 (shadow detail. You can also try 256 or 128.
softshadows=0
softshadowTaps=6
transparentshadows=0 (Major change for ATI Radeon cards I hear. cloaked units get normal shadows instead of transparent.)

Remove shadows
Completely removes shadows as far as I know. This is another competitive gamer performance change, but I think can just be done in the GUI?

shadows = 0

Untested, but obviously water effects:
This could be another useful improvement on some maps for competitive gamers. I have not tested these, and do not yet know what they do for certain, but here are what my values happen to be.

watercaustics=1
waterflipbook=0
waterreflection=1 (water reflections effect)
waterrendertargetformat=3
waterrendertargetsize=1024 (water quality I'm guessing)
watershadow=1 (shadows in the water? possibly shadows FOR the water waves?)

Show low-ground/pits/canyons/hide-fog
This makes the screen/gameplay-area SLIGHTLY "darker", since there is a small amount of fog on normal level ground, but the main thing you'll notice is all low ground (pits,canyons,etc.) that is normally unpathable (unless you specially edit it in the editor) will be visible, as the fog that normally covers it will disappear. Not sure if this increases or decreases performance, but it looks pretty cool IMO.
Add line:

fog= 0

Remove the glossy/shiny/slimy look on all models
If one sets hdr to 0 it will diminish the shiny/slimy/glossy appearance on all models, but models will also loose all glow effects. However, if one keeps hdr at 1, but sets spec to 0 you will loose the glossy look completey, but keep the HDR glow effects. Note that spec=0 considerably reduces the perceived detail level of many units (especially zerg).
Change lines:

spec = 0

Remove bumpy textures
This will remove normal map (bump map) effects on all models, including the terrain. It makes the terrain flat looking, but also removes the 3d look on all other textures that use it (pretty much every zerg unit, and not much else AFAIK). This affects the quality of zerg units' detail a lot, but makes the terrain a bit more clean looking.
modify the line:

normalmap=0

Unknown effects
Test these if you want. I have not tried them, so be careful.

halo=1
lowQualityMovies=0
preBlendedCreep=0
useLowqualitymodels=0

Requests
I am personally requesting if anyone knows how to remove all lighting in the game. This is an option in the editor (view>lighting), but I don't know it's variables.txt variable, if it even exists. Note it is NOT "lighting" or at least "lighting = 0" because I tried that and it crashed my computer.


Unrelated to variables.txt, but very useful if you want a visual boost:
This information is only relevant if you have an ATI Radeon card.

ATI has released updated drivers to enable Anti-Aliasing in Starcraft 2. Previously even forcing application to use AA would not work for Starcraft 2, but with the new driver, it can now be done. This will slow down your FPS considerably, so watch out.
It also improves performance in certain crossfire setups.

Here is the link to AMD's (ATI'S) download page or the new driver.
http://support.amd.com/us/kbarticles/Pages/ATICat107aBetaDriver.aspx

nVidia cards could/can already force AA.
"Then he told me to tell you that he wouldn't piss on you if you were on fire" — "Well, you tell him that I said that I wouldn't piss on him if he was on Jeopardy!"
wendellreport
Profile Joined February 2010
United States7 Posts
August 14 2010 21:50 GMT
#2
I used Diffmerge to compare my \Documents\StarCraft II\Variables.txt file before and after switching the shader values from high to low. I've pasted below only the values that changed:

==============================================
Shaders=High, Lighting=High, Shadows=High

alphadepthWrite=1
aolight=1
deff=1
gamehdr8bit=0
GraphicsOptionLightingQuality=2
GraphicsOptionOverallQualityVer7[5]=2
GraphicsOptionShaderDetail=2
GraphicsOptionShadowQuality=2
hdr=1
lightingLevel=2
lightmap=0
lightmapcastshadows=1
localight=1
localShadows=1
normalmap=1
pixellight=1
shadowmapsize=2048
shadows=1
simplifiedCloaking=0
simplifiedShaders=0
soft=1
softshadows=1
spec=1
textureBasedFOW=1
waterflipbook=0
watershadow=1

==============================================
Shaders=Low, Lighting=Low, Shadows=Low

alphadepthWrite=0
aolight=0
deff=0
gamehdr8bit=1
GraphicsOptionLightingQuality=0
GraphicsOptionOverallQualityVer7[5]=4
GraphicsOptionShaderDetail=0
GraphicsOptionShadowQuality=0
hdr=0
lightingLevel=0
lightmap=1
lightmapcastshadows=0
localight=0
localShadows=0
normalmap=0
pixellight=0
shadowmapsize=512
shadows=0
simplifiedCloaking=1
simplifiedShaders=1
soft=0
softshadows=0
spec=0
textureBasedFOW=0
waterflipbook=1
watershadow=0

==============================================


What I'd like to do is make as few changes as possible to the high settings in order to make the game brighter and more colorful without losing graphical quality



-
its a miracle and nobody cares
mrkent
Profile Joined January 2010
United States160 Posts
August 14 2010 23:55 GMT
#3
Oh excellent thread!

Is everything in the OP stuff you can just add to the .txt or do you need to change certain ones?
Predateur
Profile Joined August 2010
Canada79 Posts
August 15 2010 00:22 GMT
#4
I have an ATI HD4850 and E8400 4ghz CPU and noticed the game put the graphics on Ultra by default.

It is okay on certain maps but on maps like " Twilight Fortress" the texture on the ground makes my game slow, some texture are different on the minerals and makes the game lag also in other maps.

Any idea what settings to lower to get a smooth experience with an HD4850, I'd like to have a mix on high and ultra settings, right now playing on all high settings.

Waiting for drivers 10.8 hopefully those will improve ATI performance in SC2 cause right now it is lacking comparing to Nvidia...

Thanks !

0tso
Profile Joined June 2010
Sweden67 Posts
August 19 2010 12:25 GMT
#5
^
I have a E8400 @ 3,8 and if I remove post-proccessing the game runs much smoother without looking ugly.
h
driftme
Profile Joined June 2010
United States360 Posts
August 19 2010 14:57 GMT
#6
On August 07 2010 15:51 Xapti wrote:


Unknown effects
Test these if you want. I have not tried them, so be careful.

halo=1
lowQualityMovies=0
preBlendedCreep=0
useLowqualitymodels=0


halo is the ring effect when you have a unit selected. There are two levels of this i believe. I will test when I get home, but if I am correct, you should be able to set them to: off, low (just the ring), high (ring+overlay). kinda nice to be able to set this separately from the other settings its tied to.

lowQualityMovies just makes your movies not HD. you can actually set that on the game settings screen.

not sure what preblendedcreep is.

useLowqualitymodels is kinda self explanatory. Its the setting that gets rid of unique models for units (take dark templars for example), and reduces the number of polys.
Xapti
Profile Joined April 2010
Canada2473 Posts
August 21 2010 08:25 GMT
#7
On August 15 2010 06:50 wendellreport wrote:+ Show Spoiler +

I used Diffmerge to compare my \Documents\StarCraft II\Variables.txt file before and after switching the shader values from high to low. I've pasted below only the values that changed:

==============================================
Shaders=High, Lighting=High, Shadows=High

alphadepthWrite=1
aolight=1
deff=1
gamehdr8bit=0
GraphicsOptionLightingQuality=2
GraphicsOptionOverallQualityVer7[5]=2
GraphicsOptionShaderDetail=2
GraphicsOptionShadowQuality=2
hdr=1
lightingLevel=2
lightmap=0
lightmapcastshadows=1
localight=1
localShadows=1
normalmap=1
pixellight=1
shadowmapsize=2048
shadows=1
simplifiedCloaking=0
simplifiedShaders=0
soft=1
softshadows=1
spec=1
textureBasedFOW=1
waterflipbook=0
watershadow=1

==============================================
Shaders=Low, Lighting=Low, Shadows=Low

alphadepthWrite=0
aolight=0
deff=0
gamehdr8bit=1
GraphicsOptionLightingQuality=0
GraphicsOptionOverallQualityVer7[5]=4
GraphicsOptionShaderDetail=0
GraphicsOptionShadowQuality=0
hdr=0
lightingLevel=0
lightmap=1
lightmapcastshadows=0
localight=0
localShadows=0
normalmap=0
pixellight=0
shadowmapsize=512
shadows=0
simplifiedCloaking=1
simplifiedShaders=1
soft=0
softshadows=0
spec=0
textureBasedFOW=0
waterflipbook=1
watershadow=0

==============================================


What I'd like to do is make as few changes as possible to the high settings in order to make the game brighter and more colorful without losing graphical quality

-

Yeah I was too lazy to do something like that, so thanks for the useful comparison.

I think everyone (well, a lot of people) would want the game brighter and more colorful, but I don't know of a way to do this really without sacrificing things as-of now. (bad implementation of their graphics settings and/or variables.txt)

I'm trying to figure out how to "disable lighting" (which doesn't seem to completely disable all lighting). This is a feature that you can do in the map editor, but I don't know if it works in game (or how to do it if it can be done in-game). The only download to removing lighting is that the bottom of most units become rather dark, and some other anomalies (texture on sign doodads turn dark red, almost black).

Unfortunately, I have virtually no knowledge of how to analyze programs sch as the editor, and figure out how to implement that into SC2. I also have not heard word from Blizzard support (from my reply to their answer). I emailed tech support, and I got the most hilarious reply - he recommended THIS THREAD to me... yeah the one I made...
I also messaged a map-editor on youtube that did something funky with the game display, but not only did I not yet get a reply, but I don't know how much this would help, since it's only a custom map.
"Then he told me to tell you that he wouldn't piss on you if you were on fire" — "Well, you tell him that I said that I wouldn't piss on him if he was on Jeopardy!"
bellyfrog
Profile Joined August 2010
New Zealand72 Posts
August 21 2010 09:45 GMT
#8
Run Starcraft 2 at a custom resolution
This one is pretty simple, but some of you may not have realized it.

Add (or edit?) the following lines:

Width=X (X being the screen width you want in pixels)
Height= Y (Y being the screen height you want in pixels)


Does this actually work for other people? I'm on a laptop running 1366x768, for some reason that resolution is not supported by Starcraft 2 in game options. So I tried changing the variables.txt to these values and saved it, it still runs at the 1260 resolution.

I have the latest version of my graphics drivers too. ATi Radeon Mobility graphics.
Liquid`Jinro
Profile Blog Joined September 2002
Sweden33719 Posts
August 21 2010 20:27 GMT
#9
Does every patch reset the variables txt file? A while ago I added the
frameratecapglue=30
frameratecap=60

lines to it, but now when I go look it isn't there anymore o_O (and I've looked at both variables.txt files)
Moderatortell the guy that interplanatar interaction is pivotal to terrans variety of optionitudals in the pre-midgame preperatories as well as the protosstinal deterriggation of elite zergling strikes - Stimey n | Formerly FrozenArbiter
DrakanSilva
Profile Blog Joined March 2010
Chile932 Posts
Last Edited: 2010-08-21 21:51:59
August 21 2010 21:41 GMT
#10
sorry for being a newbie, but shuouldn't the op put the adress line for the file ?
I know i will find it as soon as i start looking for it, but it would help a lot to have it right there at the front page :D

thanks for the info!

with my radeon 4850 i have som lag issues, it puts it all into ultra but its far from being playable at utltra...
for single player i go in high settings but for multiplayer i go medium, textures low... and my video card is burning :'(!
In the beginning there was nothing... and then exploded
javy_
Profile Joined July 2010
United States1677 Posts
August 21 2010 21:47 GMT
#11
On August 22 2010 05:27 Liquid`Jinro wrote:
Does every patch reset the variables txt file? A while ago I added the
frameratecapglue=30
frameratecap=60

lines to it, but now when I go look it isn't there anymore o_O (and I've looked at both variables.txt files)


Mine is still there
♪~( ̄。 ̄)
DeckOneBell
Profile Blog Joined May 2010
United States526 Posts
Last Edited: 2010-08-21 22:01:09
August 21 2010 22:00 GMT
#12
On August 22 2010 05:27 Liquid`Jinro wrote:
Does every patch reset the variables txt file? A while ago I added the
frameratecapglue=30
frameratecap=60

lines to it, but now when I go look it isn't there anymore o_O (and I've looked at both variables.txt files)


Look around, it doesn't stay at the bottom necessarily, it might be pushed up in alphabetic order.
Yaotzin
Profile Joined August 2010
South Africa4280 Posts
August 21 2010 22:40 GMT
#13
On August 07 2010 15:51 Xapti wrote:
Everyone probably knows about this, but if your video card is fast, you should definitely enable this, since SC2 has no FPS limit by default, and will overheat video cards.

If your video card overheats it has inadequate cooling, period. Other than saving a bit of power there is no reason to turn on a frame cap with a properly cooled PC. Not that there's any harm either.

If SC2 is overheating your video card you should sort out your cooling.
mrkent
Profile Joined January 2010
United States160 Posts
Last Edited: 2010-08-23 20:19:35
August 23 2010 20:06 GMT
#14
can you test variables.txt changes without restarting the game each time?

Also, anyone remember one of the first variable.txt threads from phase 1 of beta? I recall that one had a lot of useful info. Can't find it in search.

On August 22 2010 06:41 Drakan wrote:
for single player i go in high settings but for multiplayer i go medium, textures low... and my video card is burning :'(!


http://www.teamliquid.net/forum/viewmessage.php?topic_id=123488
lololol
Profile Joined February 2006
5198 Posts
August 23 2010 20:16 GMT
#15
On August 22 2010 05:27 Liquid`Jinro wrote:
Does every patch reset the variables txt file? A while ago I added the
frameratecapglue=30
frameratecap=60

lines to it, but now when I go look it isn't there anymore o_O (and I've looked at both variables.txt files)


You may have done that during beta, and that would explain why it's not in the retail version of the txt.
I'll call Nada.
JavaBasher
Profile Joined August 2010
Canada1 Post
Last Edited: 2010-08-31 23:18:35
August 31 2010 23:18 GMT
#16
I'm having some issues with StarCraft 2 and im wondering if anyone could help me out. I'm wanting to have shaders on medium, but lighting and shadows on low. (Even though im unable to set shadows on low for some odd reason, the option wont show up).

So I would like to know what variables to change to make this work, thanks.
Honk for brownies!!!
EonShiKeno
Profile Joined July 2010
United States122 Posts
September 03 2010 22:48 GMT
#17
I just tested this one
"
Remove shadows
Completely removes shadows as far as I know. This is another competitive gamer performance change, but I think can just be done in the GUI?

shadows = 0
"

Didn't work for me.
Gunman_csz
Profile Blog Joined October 2008
United Arab Emirates492 Posts
September 04 2010 02:38 GMT
#18
On September 04 2010 07:48 EonShiKeno wrote:
I just tested this one
"
Remove shadows
Completely removes shadows as far as I know. This is another competitive gamer performance change, but I think can just be done in the GUI?

shadows = 0
"

Didn't work for me.


It will only work if you have your shadowquality set to 1 and have shadows = 0
Began Starcraft journey on 5th May 2009
EonShiKeno
Profile Joined July 2010
United States122 Posts
September 04 2010 05:10 GMT
#19
I added shadowquality = 1 along with shadows = 0 and it still isn't working. I copied all the text in the spoiler. Thanks for the help btw.

+ Show Spoiler +
aolight=0
bitdepth=16
buildgridhint=1
creepnormalmap=1
creepQuality=1
creepreflection=0
creepselfshadow=0
creeptrans=1
deff=0
deffspec=0
depthDisp=0
displayflyerhelper=None
displaymode=1
displayunitstatus=All
dof=0
fogvolume=0
foliagedensity=0.250000
foliagequality=1
frameratecap=60
frameratecapGlue=30
gamehdr8bit=1
gamma=0.824528
GraphicsOptionEffectsDetail=1
GraphicsOptionLightingQuality=0
GraphicsOptionModelQuality=2
GraphicsOptionMovies=3
GraphicsOptionOverallQualityVer7[5]=4
GraphicsOptionPhysicsQuality=1
GraphicsOptionPortraits=1
GraphicsOptionPostProcessing=1
GraphicsOptionReflections=0
GraphicsOptionShaderDetail=1
GraphicsOptionShadowQuality=1
GraphicsOptionTerrainQuality=1
GraphicsOptionTextureQuality[2]=1
hdr8bit=1
height=1080
keyboardscrollspeed=32
LastChallengeId=AdvancedCommand
lastDeviceId=37954
lightingLevel=0
lightmap=1
lightmapcastshadows=0
localao=0
localeidassets=enUS
localeiddata=enUS
localight=0
localShadows=0
mastervolume=0.419444
mousescrollspeed=32
mousesensitivity=0.500000
MoviesSeen=1
music=0
MusicHeard=1
musicvolume=0.209497
parallax=0
parallaxshadow=0
particlelod=1
particleobjects=0.200000
particleterrain=0.500000
physicsdensity=4
portraits3d=0
profanityfilter=0
ribbonlod=1
sampleFOW=0
shadows = 0 <-------
shadowquality = 1 <-------
shadowmapsize=2048
soft=0
softshadows=0
softshadowTaps=12
sound=0
soundambiencevolume=0.293210
SoundAutoDetectCPUCoreCount=2
soundchannels=32
soundeffectsvolume=0.288820
soundoutput=Default
SoundQuality=1
sounduivolume=0.216606
speakermode=Stereo
splatlod=1
subtitles=1
targettexeldensity=0.560000
TerrainTextureLowResCacheSize=40
TerrainTextureSize=768
texQualityLevel=1
texSpace[2]=590
transparentshadows=0
treadlod=1
unitcolorstyle=0
voicechatsoftwaremute=1
watercaustics=0
waterflipbook=1
waterreflection=0
waterrendertargetformat=1
waterrendertargetsize=768
watershadow=0
width=1920
Gunman_csz
Profile Blog Joined October 2008
United Arab Emirates492 Posts
Last Edited: 2010-09-04 05:31:37
September 04 2010 05:22 GMT
#20
Sorry for not being clear before. Below are the settings which remove shadows for me.
GraphicsOptionShadowQuality=1
shadows=0


Make sure there is no space in between the command and the corresponding value.
example:
Shadows=0, not Shadows = 0

If you like to try out my setting(BTW we play on the same resolution so you are good to go):

1)Please make sure you backup your variable text before using mine.
2)My config is funky (textures don't load, so don't panic if the map is in plain 2tone color

+ Show Spoiler +

32bitshadow=0
alphadepthWrite=0
aolight=0
creepnormalmap=0
creepQuality=0
creepreflection=0
creepselfshadow=0
creeptrans=0
deff=0
deffspec=0
depthDisp=0
displaymode=1
displayunitstatus=Selected
dof=0
dragscrollspeed=1
fog=1
fogvolume=0
foliagedensity=0.000000
foliagequality=0
frameratecap=60
frameratecapGlue=30
gamehdr8bit=1
GraphicsOptionEffectsDetail=0
GraphicsOptionLightingQuality=0
GraphicsOptionModelQuality=0
GraphicsOptionMovies=0
GraphicsOptionOverallQualityVer7[5]=4
GraphicsOptionPhysicsQuality=0
GraphicsOptionPortraits=1
GraphicsOptionPostProcessing=0
GraphicsOptionReflections=0
GraphicsOptionShaderDetail=0
GraphicsOptionShadowQuality=1
GraphicsOptionTerrainQuality=0
GraphicsOptionTextureQuality[2]=0
halo=0
hdr=0
hdr8bit=1
height=1080
keyboardscrollspeed=1
lastDeviceId=1515
lightingLevel=0
lightmap=1
lightmapcastshadows=0
littrans=0
localao=0
localeidassets=enGB
localeiddata=enGB
localight=0
localShadows=0
lowqualitymodels=1
lowQualityMovies=1
mastervolume=0.500000
menubarclickable=0
motionBlur=0
mousescrollenabled=1
mousescrollspeed=82
mousewheelzoomenabled=0
MoviesSeen=1
music=0
MusicHeard=1
musicvolume=0.000000
normalmap=0
parallax=0
parallaxshadow=0
particlelod=0
particleobjects=0.000000
particleterrain=0.000000
physicsdensity=0
pixellight=0
portraits3d=0
preBlendedCreep=0
profanityfilter=0
reducemouselagenabled=1
refreshrate=120
reverb=1
ribbonlod=0
sampleFOW=0
shadowmapsize=512
shadows=0
showalerts=1
simplifiedCloaking=0
simplifiedShaders=0
soft=0
softshadows=0
softshadowTaps=0
sound=0
soundambience=0
soundambiencevolume=0.000000
SoundAutoDetectCPUCoreCount=4
soundchannels=64
soundeffectsvolume=0.450000
soundglobal=1
soundoutput=Speakers (Creative SB X-Fi)
SoundQuality=2
SoundResampler=NOINTERP
soundresponses=0
SoundSampleRate=44100
speakermode=Mono
spec=0
splatlod=0
targettexeldensity=0.000000
Teen=1
TerrainTextureHiResCacheSize=1024
TerrainTextureLowResCacheSize=1024
TerrainTextureSize=1
texQualityLevel=0
texSpace[2]=512
textureBasedFOW=0
toasts=0
transparentshadows=0
treadlod=0
unitcolorstyle=2
useLowqualitymodels=1
voicechat=0
voicechatsoftwaremute=1
vsync=0
watercaustics=0
waterflipbook=0
waterreflection=0
waterrendertargetformat=0
waterrendertargetsize=512
watershadow=0
width=1920
winkeydisabled=1
worldobjecttooltips=0
Began Starcraft journey on 5th May 2009
1 2 3 4 Next All
Please log in or register to reply.
Live Events Refresh
Wardi Open
11:00
October Qualifier #1
WardiTV401
IndyStarCraft 6
LiquipediaDiscussion
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
OGKoka 358
Rex 93
Lowko77
StarCraft: Brood War
Britney 24545
Calm 5316
Rain 2837
Hyuk 1934
Horang2 1441
Flash 1083
Bisu 1033
firebathero 613
Jaedong 505
Larva 333
[ Show more ]
actioN 306
Soma 214
ZerO 208
Light 201
sSak 172
Stork 162
Pusan 152
Killer 126
BeSt 123
PianO 123
EffOrt 115
Hyun 97
Mini 72
Snow 68
TY 51
ggaemo 44
Rush 43
soO 32
Shinee 30
Free 25
Movie 23
Sharp 22
sorry 22
Bale 19
Noble 19
Liquid`Ret 17
Sacsri 15
Yoon 12
HiyA 10
Shine 8
Hm[arnc] 2
Mong 1
Dota 2
XaKoH 456
XcaliburYe185
Fuzer 112
Counter-Strike
olofmeister1953
shoxiejesuss940
zeus357
allub282
oskar68
Other Games
summit1g7543
singsing1716
B2W.Neo507
Mew2King70
Trikslyr31
ZerO(Twitch)12
Organizations
Other Games
gamesdonequick667
Counter-Strike
PGL419
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 14 non-featured ]
StarCraft 2
• LUISG 36
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• iopq 4
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
Dota 2
• WagamamaTV341
League of Legends
• Jankos2880
Upcoming Events
Wardi Open
3h 5m
PiGosaur Monday
12h 35m
Replay Cast
22h 35m
Tenacious Turtle Tussle
1d 11h
The PondCast
1d 22h
OSC
2 days
WardiTV Invitational
2 days
Online Event
3 days
RSL Revival
3 days
RSL Revival
3 days
[ Show More ]
WardiTV Invitational
3 days
Afreeca Starleague
4 days
Snow vs Soma
Sparkling Tuna Cup
4 days
WardiTV Invitational
5 days
CrankTV Team League
5 days
RSL Revival
5 days
Wardi Open
6 days
CrankTV Team League
6 days
Replay Cast
6 days
Liquipedia Results

Completed

Acropolis #4 - TS2
WardiTV TLMC #15
HCC Europe

Ongoing

BSL 21 Points
ASL Season 20
CSL 2025 AUTUMN (S18)
C-Race Season 1
IPSL Winter 2025-26
EC S1
Thunderpick World Champ.
CS Asia Championships 2025
ESL Pro League S22
StarSeries Fall 2025
FISSURE Playground #2
BLAST Open Fall 2025
BLAST Open Fall Qual
Esports World Cup 2025
BLAST Bounty Fall 2025
BLAST Bounty Fall Qual

Upcoming

SC4ALL: Brood War
BSL Season 21
BSL 21 Team A
BSL 21 Non-Korean Championship
RSL Offline Finals
RSL Revival: Season 3
Stellar Fest
SC4ALL: StarCraft II
CranK Gathers Season 2: SC II Pro Teams
eXTREMESLAND 2025
ESL Impact League Season 8
SL Budapest Major 2025
BLAST Rivals Fall 2025
IEM Chengdu 2025
PGL Masters Bucharest 2025
TLPD

1. ByuN
2. TY
3. Dark
4. Solar
5. Stats
6. Nerchio
7. sOs
8. soO
9. INnoVation
10. Elazer
1. Rain
2. Flash
3. EffOrt
4. Last
5. Bisu
6. Soulkey
7. Mini
8. Sharp
Sidebar Settings...

Advertising | Privacy Policy | Terms Of Use | Contact Us

Original banner artwork: Jim Warren
The contents of this webpage are copyright © 2025 TLnet. All Rights Reserved.