//// ______________________________________________________________________ ////| | ////| HDFXconfig for UrbanTerror 4.1 | ////|======================================================================| ////| | ////| Using config based settings to control the color & brightness look | ////| to the game. Predefined presets makes it easier to create visually | ////| good looking video footages. | ////| | ////| | ////| | ////|______________________________________________________________________| //// _______________________________________________________________________ ////> ////> System settings -- Graphics ////>_______________________________________________________________________ set hdfx.resolution "r_mode -1; vstr hdfx.resolution_x; vstr hdfx.resolution_y" set hdfx.resolution_x "r_customwidth 1280" set hdfx.resolution_y "r_customheight 720" set hdfx.FSAA "r_ext_multisample 0" set hdfx.fullscreen "r_fullscreen 0" set hdfx.VSync "r_swapinterval 0; r_displayrefresh 0" set hdfx.brightness "r_ignorehwgamma 0; r_gamma 1.15" set hdfx.colors "r_colorbits 32; r_texturebits 32; r_depthbits 24; r_stencilbits 8" set hdfx.textureDetail "r_picmip 0; r_lodbias -3" set hdfx.textureAniso "r_ext_texture_filter_anisotropic 1; r_ext_max_anisotropy 16" set hdfx.textureFilter "r_texturemode GL_LINEAR_MIPMAP_LINEAR" set hdfx.textureTweaks "r_detailtextures 1; r_ext_compressed_textures 0" set hdfx.openGLTweaks "r_allowExtensions 1; r_ext_compiled_vertex_array 1; r_ext_texture_env_add 1; r_ext_multitexture 1; r_ext_gamma_control 1; r_GLlibCoolDownMsec 0" set hdfx.specialFX "r_simpleshaders 0; r_fancywater 1; r_ssao 1" set hdfx.bumpmapping "r_autobump 0" set hdfx.bloom "r_bloom 1" set hdfx.depthofview "r_dof 0; r_dofscale 3.33; r_dofblend 0.85" // DOF blur amount [1,2,3,4,5|def=2] + DOF focus speed [0.1-1|def=0.5] set hdfx.fog "r_fogdensity 0.00001" ///--(misc)------------------------------------- set r_roundImagesDown "1" // Set rounding down amount [int|def=1] set r_allowResize "0" //!Make window resizable (SDL only) [0=off,1=on] set r_centerWindow "1" //!Start window in the middel of screen (SDL only) [0=off,1=on] set r_noborder "0" //!Remove window decoration [0=off,1=on] ///--(script)----------------------------------- set hdfx.vid_restart "vstr hdfx.resolution; vstr hdfx.FSAA; vstr hdfx.fullscreen; vstr hdfx.VSync; vstr hdfx.brightness; vstr hdfx.colors; vstr hdfx.textureDetail; vstr hdfx.textureAniso; vstr hdfx.textureFilter; vstr hdfx.textureTweaks; vstr hdfx.openGLTweaks; vstr hdfx.specialFX; vstr hdfx.bumpmapping; vstr hdfx.bloom; vstr hdfx.depthofview; vstr hdfx.fog" //// _______________________________________________________________________ ////> ////> HUD settings -- Display ////>_______________________________________________________________________ set hdfx.hud_nosysinfo "cg_drawfps 0; cg_lagometer 0; cg_speedo 0" set hdfx.hud_nomatchinfo "cg_drawteamscores 0; cg_drawteamoverlay 0; cg_drawteamoverlayscores 0; cg_maptoggle 0; cg_drawtimer 0" set hdfx.hud_nochat "cg_standardChat 0; cg_novoicechats 1; cg_autoradio 2; cg_teamchatsonly 0; cg_chatTime 0; cg_chatHeight 0" set hdfx.hud_nomessage "cg_msgTime 0; cg_msgHeight 1; cg_showbullethits 1" set hdfx.hud_display "cg_draw2d 1; cg_hudweaponinfo 2; cg_drawcrosshair 10; cg_crosshairsize 3; cg_crosshairRGB 0.25,0.95,0.2,1; cg_crosshairfriendRGB 0.25,0.95,0.2,1; cg_scopergb 0,0,0,1; cg_scopefriendRGB 0,0,0,1; cg_scopering 0; cg_scopeG36 2; cg_scopePSG 1; cg_scopeSR8 1; cg_drawcrosshairnames 1; cg_crosshairnamestype 1; cg_crosshairnamessize 0.16;" set hdfx.hud_player "cg_fov 98; cg_drawhands 1; cg_gunsize 1; cg_bobroll 0.0001; cg_hitsound 0" set hdfx.hud_world "com_blood 1; cg_sfxShowDamage 1; cg_visibleBleeding 1; cg_sfxBreathing 1; cg_sfxSurfaceImpacts 1; cg_sfxParticles 1; cg_marktotaltime 25000; cg_sfxbrasstime 25000" ///--(script)----------------------------------- set hdfx.hud "vstr hdfx.hud_world; vstr hdfx.hud_player; vstr hdfx.hud_display; vstr hdfx.hud_nomessage; vstr hdfx.hud_nochat; vstr hdfx.hud_nomatchinfo; vstr hdfx.hud_nosysinfo" //// _______________________________________________________________________ ////> ////> AVI settings -- Quality ////>_______________________________________________________________________ set com_maxfps "60" // Max frames/second [int|..125|def=85] set cl_aviFrameRate "60" //*Framerate to use when capturing video [int|def=25] set cl_aviMotionJpeg "1" //*Use the MJPEG codec when capturing video [0=off,1=on|def=1] set cl_aviMotionJpegQuality "95" //!Set the MJPEG codec quality settings [int|def=90] set r_screenshotJPEGQuality "95" //?Set JPEG screenshot quality [int|def=90]