Advertising
write a reply

Beitrag
Bold Italic Underline Stroke  Align left Align center Align right  List Highlight Colorize text Textgröße verändern  Hyperlink eMail  Insert picture Insert Screenshot  Quote Hidden text Video Countdown  







Antispam

Optionen
Receive an email when somebody posts to this topic


Overview of the last 5 posts
schnoog Thank you very much, and welcome to the wolffiles community :)
Scarhand Make sure you first back up your settings with "/writeconfig mycfg.cfg" in your console, so you can restore your settings if needed.

 Code
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
91:
92:
 
// _________________________
// _______________________
// [ Low Graphic Settings ]
// ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
// ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯

// May increase performance, but has very poor graphic quality.
// Cfg based on my graphic cfg.
// Designed mostly for NoQuarter.
// Cfg created entirely by Scarhand, do not steal.
// Written in notepad with size 14 font, Times New Roman.

exec "preset_fast_ui.cfg"
// You can use fastest, but i recommend fast.

//////////////////////////////
////// Rendering //////
////////////////////////////

// r_colorbits "16"
r_compressModels "1"
r_detailTextures "0"
r_dlightBacks "0"
r_drawSun "0"
r_dynamiclight "0"
r_dynamictextures "0"
r_ext_compressed_textures "1"
r_ext_texture_filter_anisotropic "0"
r_ext_multitexture "1"
r_facePlaneCull "1"
r_fastsky "1"
r_flares "0"
r_highQualityVideo "0"
r_ignoreFastPath "0"
r_inGameVideo "0"
r_lodCurveError "1"
// Above: Turn this higher up to remove the effects of messed up roads and train tracks. Default 200?
r_lodbias "2"
r_picmip "3"
r_rmse "25"
// above: Higher is worse quality. Too high and you can't see text or HUD, and it makes your crosshair blurry.
r_roundImagesDown "1"
r_simpleMipMaps "0"
// Above: turn this on if the extreme texture quality is bothering you.
r_subdivisions "999"
// r_texturebits "16"
r_textureMode "GL_LINEAR_MIPMAP_NEAREST"
// above: GL_NEAREST is even worse quality. Havent tried it.

/////////////////////////////////
////// Client Game //////
////////////////////////////////

cg_atmosphericEffects "0"
cg_coronas "0"
cg_cursorhints "4"
cg_bloodDamageBlend "0"
cg_bloodFlash "0"
cg_bloodTime "0"
cg_brassTime "0"
cg_drawAuraIcons "0"
cg_drawCompass "0"
cg_drawMuzzleFlash "0"
cg_drawTracers "0"
cg_fastSolids "1"
cg_gibs "0"
cg_impactParticles "0"
cg_marks "0"
cg_marktime "0"
cg_muzzleFlash "0"
cg_optimizePrediction "1"
cg_shadows "0"
cg_showBlood "0"
cg_simpleItems "1"
cg_smokeParticles "0"
cg_tracers "0"
cg_trailParticles "0"
cg_wolfParticles "0"

//////////////////////////
////// Sounds //////
/////////////////////////

s_doppler "0"
s_khz "22"
s_mixahead "0.14"

// -

echo "^1~^!S^3carhand^9's ^1Low Graphic ^9settings loaded!"


Screenshots:






 Code
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
 
// _________________________
// _______________________
// [ High Graphic Settings ]
// ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
// ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯

// May cause large drop in FPS if you don't have a very good computer.
// Cfg based on my graphic cfg.
// Some settings left out because you will probably want them off, muzzleflash, blood, and atmospheric effects for example.
// Designed mostly for NoQuarter.
// Cfg created entirely by Scarhand, do not steal.
// Written in notepad with size 14 font, Times New Roman.

exec "preset_high_ui.cfg"

//////////////////////////////
////// Rendering //////
////////////////////////////

r_colorbits "32"
r_compressModels "1"
r_detailTextures "1"
// Above: note, cvar can cause some textures to become very bright.
r_dlightBacks "1"
r_drawSun "1"
r_dynamiclight "2"
r_dynamictextures "1"
r_ext_compressed_textures "1"
r_ext_texture_filter_anisotropic "1"
r_ext_multitexture "1"
r_facePlaneCull "1"
r_fastsky "0"
r_flares "1"
r_highQualityVideo "1"
r_ignoreFastPath "0"
r_inGameVideo "1"
r_lodCurveError "9999"
r_lodbias "0"
r_picmip "0"
r_rmse "0"
r_roundImagesDown "0"
r_simpleMipMaps "1"
r_subdivisions "4"
r_textureAnisotropy "4"
r_texturebits "32"
r_textureMode "GL_LINEAR_MIPMAP_LINEAR"

/////////////////////////////////
////// Client Game //////
////////////////////////////////

cg_fastSolids "1"
cg_impactParticles "1"
cg_marks "1"
cg_optimizePrediction "1"
cg_optimizedPrediction "1"
cg_shadows "1"
// Above: Higher shadow levels broken?
cg_simpleItems "0"
cg_smokeParticles "1"

/////////////////////////
////// ETpro //////
///////////////////////

b_optimizePrediction "1"
b_antilag "1"
b_simpleitems "0"

//////////////////////////
////// Sounds //////
/////////////////////////

s_doppler "1"
s_khz "44"
s_mixahead "0.2"

// -

echo "^1~^!S^3carhand^9's ^1High Graphic ^9settings loaded!"


Screenshots:




last changed by Scarhand am 30.05.2011 - 20:46:20
Images by phpBB © 2000, 2002, 2005, 2007 phpBB Group
Powered by IlchBB Forum 3.1 © 2010 Weblösungen Florian Körner