|
|
Возраст: 35 C нами с 12.08.2006 Репутация: 213.9
|
|
F.A.Q. -
com_AllowConsole 1
com_SkipIntroVideo 1
These two just allow the console to work and skips the logo videos.
vt_qualityhdplossless 1
vt_qualityhdppower 0
vt_qualityhdpspecular 0
vt_qualityhdpnormal 0
vt_qualityhdpdiffuse 0
vt_qualitydctpower 100
vt_qualitydctspecular 100
vt_qualitydctnormal 100
vt_qualitydctchroma 100
vt_qualitydctluma 100
These set overall quality level, lower on the HDP and higher (percentage) on the DCT with lossless support. (However the textures are what they are so you can’t expect miracles.)
vt_usecudatranscode 2
This is the CUDA function but 2 enables all of it not just smart mode.
vt_maxppf 1024
vt_maxlockedpages 256
These are what I’m struggling with now, a value of 2048 and 1024 respectively will cut down texture streaming to less than a second but will also cause possible glitches and stability problems so I’m testing various compromises here.(This is the number of paged\cached megatexture pages or what to call them.)
vt_pageimagesizeuniquediffuseonly2 8192
vt_pageimagesizeuniquediffuseonly 8192
vt_pageimagesizeunique 8192
vt_pageimagesizevmtr 8192
This is max texture resolution, again the textures are what they are and you can not get them to be better than that other than with some small tricks.
vt_minlod -1
Slightly negative LOD for a sharper image
vt_uncompressedvmtr 1
vt_uncompressedphysicalimages 1
vt_vmtrcompression none
Use uncompressed data (If available, it’s not.) instead of compressed and compression method. (Tab two times will cycle compression levels, that’s also how I found the CUDA = 2 thing.)
vt_maxaniso 16
Tell the megatextures to use full 16x AF filtering instead of 2x, sharper unless forced via CCC / NVCP already.
vt_restart
Change anything with the virtual textures / vt and you’ll need to restart them, best is to execute the config (exec rageconfig.cfg for example.) in the main menu.
More Tips:
PC gamers who want to change FOV, all they need to do is add "+cvaradd g_fov 20" command to RAGE's launch option. By adding this players are telling the game to run at its default FOV that is increased by 20 degrees. The default FOV is 80, and so if player add 20, they will get a FOV of 100. Players can lower the number to find their sweet spot.
In addition to this, players can edit "render_controls.xml" file, which is located at "C:\Users\[username]\AppData\Local\LAG\data\settings" folder. By editing this file, players can easily turn on and off SSAO, Depth of Field, and other graphical options with simple "TRUE/FALSE" value.
—————————————————————————————-
прописывать их \Rage\base\rageconfig.cfg файл создавать самому
-
Создаем rageconfig.cfg в Rage/base/ и добавляем следующее:
seta com_videoRam "1024" //sets the Video Card memory Set this to the amount you have in MB
seta com_maxfps "60" //limits the frames to 60 can be changed to what you desire
seta image_anisotropy "16" //Using the highest setting here but you can set as 2, 4 or 8
seta image_usecompression 0
seta image_filter "GL_LINEAR_MIPMAP_LINEAR" //filtering for light maps
seta image_preload "1" //Use preload images when ever possible
seta image_lodbias "-1" //LoD settings
seta image_ignoreHighQuality "0" //Sets up for using HQ gfx
seta image_ignoreLowQuality "1" //ignores the low textures
seta image_useCache "1" //Enabled Cache to allow the textures to load properly without popping
seta image_cacheMegs "125" //Cache size in Megabytes
seta image_cacheMinK "50" //Cache minimum size in kilobytes
seta r_swapInterval 1 //VSYNC 1 enabled, 0 diabled
seta r_useHighQualityPostProcess "1" //Fore High Quality post proccessing
seta r_shadowsHighQuality "1" //Fore High Quality shadows
seta r_displayRefresh "0" //keep it so the engine doesn't double render a frame
seta r_renderer "best" //highest rendering options
seta r_multiSamples 8" //Set this to 16 or 8 if you're having low-fps as 32 is the Max Multi-sampling
seta r_useHBAO "1"
seta r_useRenderThread "0" // 0 Disable or 1 Enable threaded rendering useful for newer cards to increase performance.
seta r_visDistMult "1"
seta r_useMotionBlur "1" //use blur
seta r_skipBump "0"
seta r_skipSpecular "0"
seta r_skipNewAmbient "0"
seta r_shadows "1"
seta r_cgFragmentProfile "best"
seta r_cgVertexProfile "best"
seta vt_lodBias "-1" //LoD settings
//below is cache settings
seta vt_pageimagesizeuniquediffuseonly2 "8192"
seta vt_pageimagesizeuniquediffuseonly "8192"
seta vt_pageimagesizeunique "8192"
seta vt_pageimagesizevmtr "8192"
seta com_videoRam "1024" //sets the Video Card memory Set this to the amount you have in MB
seta com_maxfps "60" //limits the frames to 60 can be changed to what you desire
seta image_anisotropy "8" //Using the highest setting here but you can set as 2, 4 or 8
seta image_usecompression 0
seta image_filter "GL_LINEAR_MIPMAP_LINEAR" //filtering for light maps
seta image_preload "1" //Use preload images when ever possible
seta image_lodbias "-1" //LoD settings
seta image_ignoreHighQuality "0" //Sets up for using HQ gfx
seta image_ignoreLowQuality "1" //ignores the low textures
seta image_useCache "1" //Enabled Cache to allow the textures to load properly without popping
seta image_cacheMegs "125" //Cache size in Megabytes
seta image_cacheMinK "50" //Cache minimum size in kilobytes
seta r_swapInterval 1 //VSYNC 1 enabled, 0 diabled
seta r_useHighQualityPostProcess "1" //Fore High Quality post proccessing
seta r_shadowsHighQuality "1" //Fore High Quality shadows
seta r_displayRefresh "0" //keep it so the engine doesn't double render a frame
seta r_renderer "best" //highest rendering options
seta r_multiSamples "8" //Set this to 16 or 8 if you're having low-fps as 32 is the Max Multi-sampling
seta r_useHBAO "1"
seta r_useRenderThread "0" // 0 Disable or 1 Enable threaded rendering useful for newer cards to increase performance.
seta r_visDistMult "1"
seta r_useMotionBlur "1" //use blur
seta r_skipBump "0"
seta r_skipSpecular "0"
seta r_skipNewAmbient "0"
seta r_shadows "1"
seta r_cgFragmentProfile "best"
seta r_cgVertexProfile "best"
seta vt_lodBias "-1" //LoD settings
//below is cache settings
seta vt_pageimagesizeuniquediffuseonly2 "8192"
seta vt_pageimagesizeuniquediffuseonly "8192"
seta vt_pageimagesizeunique "8192"
seta vt_pageimagesizevmtr "8192"
seta com_videoRam "1024" //sets the Video Card memory Set this to the amount you have in MB
seta com_maxfps "60" //limits the frames to 60 can be changed to what you desire
seta image_anisotropy "8" //Using the highest setting here but you can set as 2, 4 or 8
seta image_usecompression 0
seta image_filter "GL_LINEAR_MIPMAP_LINEAR" //filtering for light maps
seta image_preload "1" //Use preload images when ever possible
seta image_lodbias "-1" //LoD settings
seta image_ignoreHighQuality "1" //Sets up for using HQ gfx
seta image_ignoreLowQuality "0" //ignores the low textures
seta image_useCache "1" //Enabled Cache to allow the textures to load properly without popping
seta image_cacheMegs "125" //Cache size in Megabytes
seta image_cacheMinK "50" //Cache minimum size in kilobytes
seta r_swapInterval 1 //VSYNC 1 enabled, 0 diabled
seta r_useHighQualityPostProcess "1" //Fore High Quality post proccessing
seta r_shadowsHighQuality "0" //Fore High Quality shadows
seta r_displayRefresh "0" //keep it so the engine doesn't double render a frame
seta r_renderer "best" //highest rendering options
seta r_multiSamples "4" //Set this to 16 or 8 if you're having low-fps as 32 is the Max Multi-sampling
seta r_useHBAO "1"
seta r_useRenderThread "0" // 0 Disable or 1 Enable threaded rendering useful for newer cards to increase performance.
seta r_visDistMult "1"
seta r_useMotionBlur "1" //use blur
seta r_skipBump "0"
seta r_skipSpecular "0"
seta r_skipNewAmbient "0"
seta r_shadows "1"
seta r_cgFragmentProfile "best"
seta r_cgVertexProfile "best"
seta vt_lodBias "-1" //LoD settings
//below is cache settings
seta vt_pageimagesizeuniquediffuseonly2 "8192"
seta vt_pageimagesizeuniquediffuseonly "8192"
seta vt_pageimagesizeunique "8192"
seta vt_pageimagesizevmtr "8192"
Обратите внимание, что у всех конфигов видеопамять 1024мб стоит.
И после // удалить не забудьте.
После этого прописать в консоли(~): vt_maxPPF 16.
- How To Unlock Rage's High Resolution Textures With A Few Simple Tweaks ( High-end , Mid-end ,Low-end systems)
- FIX для видекарт ATI ( Windows 7)
- Правильный русификатор (без хрипов)
- Полезный F.A.Q. на Игромании
Патчи
Патч #1
|
Последний раз редактировалось: FastGarry (03 Авг 2008, 20:51), всего редактировалось 3 раз(а)
_____________________________ Gameblog
|
|
|
|
|
|
|
C нами с 26.08.2006 Репутация: 93.5
|
|
|
|
|
|
|
|
Возраст: 43 C нами с 25.01.2006 Репутация: 104.2
|
|
1с на высоте))
в игре где кровища(хоть и не дико реалистичная но кровь же)) и головы отлетают они взяли и запикали мат,при чем сначала то все перевели а патом все же запикали,палучился прямо ацкий цирк какой то...странные они эти наши издатели все же)))
|
_____________________________ "See reality in your eyes when hate makes you blind"
|
|
|
|
|
|
|
Возраст: 38 C нами с 28.04.2009 Репутация: 69.6
|
|
Всё работает отлично, кроме того, что иногда появляется горизонтальная полоса чуть ниже середины экрана, в чём проблема??
|
|
|
|
|
|
|
|
Возраст: 35 C нами с 12.06.2009 Репутация: 79.8
|
|
Возможно это работа мультитекстурирования.
|
_____________________________ И собрал чудотворец Гус сборную,и явил Руси диво дивное-превратил пешеходов юродивых в кавалерию марадоноподобную.
|
|
|
|
|
|
|
Возраст: 33 C нами с 03.06.2009 Репутация: 58.9
|
|
кстати как мултиплеер?гамал кто нибудь?стоит покупать ?
|
|
|
|
|
|
|
|
Возраст: 38 C нами с 31.01.2009 Репутация: 156.6
|
|
|
|
|
|
|
|
Возраст: 32 C нами с 22.06.2008 Репутация: 94.5
|
|
выдает такую ошибку wglCreateContextAttribsARB failed
|
|
|
|
|
|
|
|
Возраст: 34 C нами с 19.10.2007 Репутация: 87.6
|
|
jumpmen17, гугл.ру
Все ответы там..
Moderation by Langly @ 18 Окт 2011, 14:06: |
флуд |
|
|
|
|
|
|
|
|
C нами с 26.01.2008 Репутация: 57.7
|
|
Что-то Rage "посинел" после установки финального драйвера от амд 11.10...
может кто сталкивался и решил? а то лень дрова откатывать...
|
_____________________________ Grind your mind.
|
|
|
|
|
|
|
Возраст: 48 C нами с 05.03.2008 Репутация: 52.8
|
|
uranofob писал(а): |
Что-то Rage "посинел" после установки финального драйвера от амд 11.10...
может кто сталкивался и решил? а то лень дрова откатывать...
|
Та же песня, буду откатываться
|
_____________________________ Они были такие романтичные, что над их перепиской ВКонтакте плакало даже ФСБ...
|
|
|
|
|
|
|
Возраст: 48 C нами с 05.03.2008 Репутация: 52.8
|
|
Кто нибудь скажет, у меня одного так: при установленном русификаторе из шапки не могу зайти в гараж безбашенных, просто виснет...если без русификатора, то заходит...только хрюканье убивает? Уже третью версию устанавливаю, одно и тоже(6 ядер, радеон 5770, вин 7)...
|
_____________________________ Они были такие романтичные, что над их перепиской ВКонтакте плакало даже ФСБ...
|
|
|
|
|
|
|
Возраст: 36 C нами с 01.10.2006 Репутация: 108.2
|
|
uranofob, алекс76, хм, а у меня наоборот после установки этих дров все проблемы c Rage сразу решились. до этого была версия 11.9 игра нереально тормозила. Теперь всё летает (ну и FAQ помог), хотя как по мне, так эта игра ТАКИХ танцев с бубном не стоит...
|
_____________________________ no retreat no surrender!
|
|
|
|
|
|
|
Возраст: 48 C нами с 05.03.2008 Репутация: 52.8
|
|
А у меня и так не тормозила с фиксом, только зависала при выходе из пещер, но это решалось загрузкой с автосохранения...пока не взял задание найти запчасти для баги, вот туда она не пускает даже с автосохранения...без русификатора напрягает и с хрюкающим тоже...а стоит или не стоит...пока сложно сказать
Всё, нашёл русификатор, теперь нормально заходит и не зависает при выходах из пещер и канализаций(только при выходе всё равно нужно сохраняться и перезагружаться: текстуры становятся, как алмаз обработанный
|
_____________________________ Они были такие романтичные, что над их перепиской ВКонтакте плакало даже ФСБ...
|
|
|
|
|
|
|
Возраст: 45 C нами с 11.03.2011 Репутация: 47.6
|
|
После установки патча игра стала на английском. Как сделать русский?
|
|
|
|
|
|
|
|
Возраст: 39 C нами с 04.01.2008 Репутация: 131.3
|
|
Блин,игрушечка-супер! Поначалу как то не понравилось,а потом по-тихоньку,по-тихоньку разыгрался,понял,что к чему.Я раньше такого жанра игры не качал.Прошёл уже много,игра увликательная.По началу думал,что всё разыгравается в одном небольшом районе, а тут охватывается многофункциональный спектр действий.
Очень радует,поведение врагов в бою,их тактика боя,разговоры-вообще умора!Круть! Логово машиноголовых,поселение волчьего ковчега ...Гонки на денежные сертефикаты.. И много,много чего интересного.
|
_____________________________
|
|
|
|
|
|
|