|
|
Возраст: 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
|
|
|
|
|
|
|
Возраст: 33 C нами с 28.10.2006 Репутация: 131.9
|
|
Бельфегор писал(а): |
нет,там и снайпер,и в еще какие то. а у клоуна зарабатываешь? там много денег можно поднять
|
ну я там ток поиски пропавших делал , охрану каравана и охрану рабочего, еще вроде зачистку канализации , один хрен во всех их тупо убиваешь толпы бандюгов и монстров , у клоуна 2 раза проходил , когда нужна была машинка покруче, бабло поднимал артманией
|
_____________________________
|
|
|
|
|
|
|
Возраст: 34 C нами с 16.03.2008 Репутация: 60.7
|
|
Ни у кого не завалялось сейва в локе "Турьма правительства"? Никак не могу туда зайти, игра вылетает.
|
|
|
|
|
|
|
|
Возраст: 41 C нами с 09.09.2006 Репутация: 101.6
|
|
Прошёл. Прикольная игра(концовка намекает на продолжение игры)
Игра не висла, глюк был один, провалился сквозь текстуры в подземке (
|
|
|
|
|
|
|
|
Возраст: 38 C нами с 31.01.2009 Репутация: 156.6
|
|
seresha писал(а): |
Вот тока БЕСЯТ уже эта подшрузка текстур
|
Rage.exe +cvaradd g_fov 12 +com_skipIntroVideo 1 +image_anisotropy 16 +image_usecompression 0 +g_showplayershadow 1 +m_smooth 0 +vt_maxPPF 16 ———- прописать в ярлыке
seta vt_pageimagesizeuniquediffuseonly2 "8192"
seta vt_pageimagesizeuniquediffuseonly "8192"
seta vt_pageimagesizeunique "8192"
seta vt_pageimagesizevmtr "8192" ——— добавить в "конфиг" файл (default.cfg)
|
_____________________________ Don't worry, be happy
|
|
|
|
|
|
|
C нами с 26.08.2006 Репутация: 93.5
|
|
а можно как-нибудь включить размытие в движении?
|
|
|
|
|
|
|
|
Возраст: 33 C нами с 04.07.2009 Репутация: 53.7
|
|
кто знает название трек в ролике игры, в самом начале подскажите пожалуйста !?
|
|
|
|
|
|
|
|
Возраст: 29 C нами с 13.03.2008 Репутация: 36.9
|
|
MaSHiniST, атас не пашет...=((( жду патча (
|
|
|
|
|
|
|
|
Возраст: 38 C нами с 31.01.2009 Репутация: 156.6
|
|
FLT,
Действительно, мелодия цепляет, ни как не могу найти "OST" для этой игры, так бы выложил
Добавлено спустя 8 минут 3 секунды:
seresha, мне помогло, подгрузки текстур не заметно, вообщем её нету.
|
_____________________________ Don't worry, be happy
|
|
|
|
|
|
|
Возраст: 33 C нами с 03.06.2009 Репутация: 58.9
|
|
мда технологии технологии а игра выглядит не очень но прикольная.
|
|
|
|
|
|
|
|
C нами с 18.12.2007 Репутация: 72.3
|
|
ребят подскажите ...проблема такая , когда меняю графические настройки игра выдает ошибку .
|
|
|
|
|
|
|
|
Возраст: 55 C нами с 16.12.2006 Репутация: 0.4
|
|
kobach, Обновите драйвера для видио, у меня тоже ошибку выдавало,пока дровишки не обновил...
|
_____________________________ Люди говорят, что ты изменился, когда ты просто перестал вести себя так, как им хочется.
Моя упоротость.
|
|
|
|
|
|
|
C нами с 18.12.2007 Репутация: 72.3
|
|
в том то и дело обновил уже =(
Добавлено спустя 7 минут 19 секунд:
или есть какой нибудь другой способ изменить графические настройки не входя в игру ?
|
|
|
|
|
|
|
|
Возраст: 55 C нами с 16.12.2006 Репутация: 0.4
|
|
kobach, Попробуйте в свойствах ярлыка, ну и лучше написали бы какая у вас видюха,а то как не обновляй старьё,лучше не будет...
|
_____________________________ Люди говорят, что ты изменился, когда ты просто перестал вести себя так, как им хочется.
Моя упоротость.
|
|
|
|
|
|
|
C нами с 18.12.2007 Репутация: 72.3
|
|
geforce 430 gt а можно поподробнее ..
|
|
|
|
|
|
|
|
Возраст: 30 C нами с 09.12.2008 Репутация: 58.2
|
|
у меня проблема с включенной сетью игра глючит ужасно
|
_____________________________ 404 reputation not found.
|
|
|
|
|
|
|