# Configuration file general { # Place to draw the Train GUI as a % from the left of the screen I:GUIPositionHorizontal=2 # Place to draw the Train GUI as a % from the top of the screen I:GUIPositionVertical=95 # Generate static icons. Drastically reduces render overhead for IR items B:enableFlatIcons=false # Size of icon cache images (larger = slower) I:flatIconSize=128 # Limit GPU load while models/world is loading. 1 == slow load, 3 == reasonable load, 10 = fast load, 100 = as fast as possible I:limitGraphicsLoadMS=3 # Override GPU Max texture settings !DEV USE ONLY! (-1 == disable) I:overrideGPUTexSize=-1 # Enable Particles B:particlesEnabled=true # Scale the textures to reduce GPU memory usage (1 == highest, 1.5 == medium, 2 == low D:scaleTexture=1.5 # Point at which textures start being scaled. Any textures larger than this will have scaleTexture applied I:scaleTextureCutoff=2048 # What unit to use for speedometer. (kmh, mph or ms) # Valid values: # kmh # mph # ms S:speedUnit=kmh # Self explanitory B:trainsOnTheBrain=true # If you are having render problems in game, try setting this to false B:useShaderFriendlyRender=true }