Skip to content

Instantly share code, notes, and snippets.

@mdaffin
Forked from anonymous/gist:cc72ed9d59ca3d7c061f
Last active August 29, 2015 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mdaffin/a242623b7ac684b98a6c to your computer and use it in GitHub Desktop.
Save mdaffin/a242623b7ac684b98a6c to your computer and use it in GitHub Desktop.
-- Basic Settings
-- cl_fov = 90
-- pl_movement.power_sprint_targetFov = 90
-- r_DrawNearFoV = 90
Con_Restricted = 0
r_Fullscreen = 0
r_FullscreenPreemption = 1
r_FullscreenWindow = 1
-- Anti-Aliasing
r_TexMinAnisotropy = 8
r_TexMaxAnisotropy = 8
--Post Processing Effects
r_DepthOfField = 0
r_MotionBlur = 0
g_radialBlur = 0
--Vsync & FPS limit
r_VSync = 0 --Change to your preference
sys_MaxFPS = 120
--Mouse Sensitivity
i_mouse_accel = 0.0
i_mouse_accel_max = 0.0
i_mouse_smooth = 0
cl_sensitivity = 15
--Other
cl_crouchToggle = 1 --Change to 1 for crouch toggle
hud_bobHud = 0
r_DeferredShadingAmbientSClear = 1
--Advanced Settings
-- Post Process Effects
r_ChromaticAberration = 0
r_Sharpening = 0
--Lighting & Shadow Quality
r_SSAO = 0
r_ssdo = 1
r_SSReflections = 1
r_Gamma = 1.20 --Change to your preference default 0.86
-- r_HDRBrightLevel = 0.5
-- e_ShadowsMaxTexRes = 256
e_ParticlesShadows = 0
--Added
hangar_maxships = 100
hud_bobHud = 0
hud_hide = 0
cl_fox = 55
cl_zoomToggle = 0
e_ParticlesMotionBlur = 0
e_ShadowsPoolSize = 2048
e_ShadowsMaxTexRes = 1
r_FogShadows = 1
r_FogShadowsWater = 1
r_HDRBloomRatio = 0
r_HDRBrightLevel = 0
r_HDRGrainAmount = 0
r_SilhouettePOM = 1
r_TessellationTriangleSize = 8
r_TexturesStreamPoolSize = 128
r_WaterTessellationHW = 1
sys_languages = english
sys_screensaver_allowed = 0
sys_spec_gameeffects = 1
sys_spec_light = 1
sys_spec_objectdetail = 1
sys_spec_particles = 1
sys_spec_physics = 1
sys_spec_postprocessing = 1
sys_spec_shading = 1
sys_spec_shadows = 1
sys_spec_sound = 1
sys_spec_texture = 1
sys_spec_volumetriceffects = 1
sys_spec_water = 1
sys_UncachedStreamReads = 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment