View Single Post
Old 04-16-11, 10:21 PM   #14
frinik
Grey Wolf
 
Join Date: Dec 2009
Posts: 897
Downloads: 0
Uploads: 0
Default config encfg folder

Pillar I think you can modify or verify your in game screen resolution and various contrast, brightness and other visual features. Open you game main folder, go to data/k42/loc_rus/config/ config_encfg(open that one with notepad or word)and inside under the i_render:render() you"ll find what res and other features is your game set at.I have posted mine from my SF laptop install as refence below.Check what your numbers are and modify them as required and save the changes and start your game to see if it makes a difference.Cheers!


//описание и конфигурация видеоадаптера
i_render:render()
{
//адаптер
adapter = 0;
//разрешение, частота, режим
bb_wid = 1440;
bb_hei = 900;
bb_freq = 60;
bb_fmt = 22;
//режим буфера глубины
depth_buffer = 75;
//обработка вершин
vertex_processing = 1;
//гамма (0.0 - inf def 1.0)
gamma = 1.040000;
//яркость (-1.0:1.0 def 0.0)
bright = 0.480000;
//контраст(0.0:1.0 def 1.0)
contrast = 0.840000;
//антиалиасинг (тип, качество)
aa_type = 0;
aa_qual = 0;
//уровень анизотропии
frinik is offline   Reply With Quote