From: Samual Lenks Date: Mon, 20 Jan 2014 23:00:31 +0000 (-0500) Subject: Increase fov from 90 to 100 X-Git-Tag: xonotic-v0.8.0~236 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=4ca3da8388a8ce9499734b598d915a91f7ed7115;p=xonotic%2Fxonotic-data.pk3dir.git Increase fov from 90 to 100 --- diff --git a/defaultXonotic.cfg b/defaultXonotic.cfg index edcc4be86..624a581a3 100644 --- a/defaultXonotic.cfg +++ b/defaultXonotic.cfg @@ -59,7 +59,7 @@ seta cl_reticle 1 "control for toggling whether ANY zoom reticles are shown" seta cl_reticle_stretch 0 "whether to stretch reticles so they fit the screen (brakes image proportions)" seta cl_reticle_item_nex 1 "draw aiming reticle for the nex weapon's zoom, 0 disables and values between 0 and 1 change alpha" seta cl_reticle_item_normal 1 "draw reticle when zooming with the zoom button, 0 disables and values between 0 and 1 change alpha" -fov 90 +fov 100 seta cl_velocityzoom 0 "velocity based zooming of fov, negative values zoom out" seta cl_velocityzoom_type 3 "how to factor in speed, 1 = all velocity in all directions, 2 = velocity only in forward direction (can be negative), 3 = velocity only in forward direction (limited to forward only)" seta cl_velocityzoom_speed 1000 "target speed for fov factoring"