Имя:    Пароль:      Помнить меня       
Unsorted   ~  unsorted Games  ~  Action  ~  Rage новый экшен от мастеров жанра FPS - id Software
На страницу «  1, 2, 3, 4, 5, 6, 7, 8, 9
FastGarry
Сообщение  04 Авг 2007, 20:30  Ссылка : Ответить с цитатой
Возраст: 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
В начало
Профиль : Фотоальбом : Личное Сообщение
Electrotech
Сообщение  16 Июн 2019, 17:32  Ссылка : Ответить с цитатой
Возраст: 39 Пол: Мужской  Доверенный пользователь
C нами с 04.01.2008
Репутация: 131.3

.. я уж и забыл,что в первую играл.

Rage 2-круть!Графика,управление!Очень понравилось:устойчивость и проходимость машин,а также прыгучесть персонажа и его скалолазанье!А то в некоторых играх напрягает беготня вокруг!

Прошёл мегакиллера Улыбочка Очень нравятся локации с мутантами,они такие весёлые и злые,кричат гадости забавные!Доставляют!
Играю на сложном.

_____________________________





Без имени.png

Без имени.png - Просмотров: 39

В начало
Профиль : Фотоальбом : Блог : Личное Сообщение : E-mail
Jefro
Сообщение  16 Июн 2019, 17:49  Ссылка : Ответить с цитатой
Пол: Мужской  Доверенный пользователь
C нами с 05.09.2006
Репутация: 191.6

А пойдет ли на i5-2500K 4ГБ ОЗУ и HD7700 1GB GDDR5? Хотя бы на минималках?
В начало
Профиль : Фотоальбом : Личное Сообщение
Electrotech
Сообщение  16 Июн 2019, 20:44  Ссылка : Ответить с цитатой
Возраст: 39 Пол: Мужской  Доверенный пользователь
C нами с 04.01.2008
Репутация: 131.3

Jefro, вряд ли

_____________________________





2019-06-16.png

2019-06-16.png - Просмотров: 7

В начало
Профиль : Фотоальбом : Блог : Личное Сообщение : E-mail
Electrotech
Сообщение  27 Июн 2019, 20:54  Ссылка : Ответить с цитатой
Возраст: 39 Пол: Мужской  Доверенный пользователь
C нами с 04.01.2008
Репутация: 131.3

Кто играет? Блин не могу пройти и прославиться в дерби "Ралликрэш" ,гонять всегда не моё было.Тяжеловато.
Очень понравилась великая зарубуха на "Станции подзарядки Заря".Очень сложно,по крайней мере для меня было,раза с десятого прошёл,очень медленный прогресс именно перезагрузки антенн.
Кстати можно посмотреть в этом ролике с 46 минуты.

Ссылка


а вот генерала Кросса завалил легко,что то он какой то лёгкий был,можно было по-интереснее его вооружить.

_____________________________





Без имени.png

Без имени.png - Просмотров: 6

В начало
Профиль : Фотоальбом : Блог : Личное Сообщение : E-mail
Electrotech
Сообщение  30 Июн 2019, 22:37  Ссылка : Ответить с цитатой
Возраст: 39 Пол: Мужской  Доверенный пользователь
C нами с 04.01.2008
Репутация: 131.3

Rage2 Супер! Всё прошёл,нормуль игруха!
А гонки я понял как пройти,я ускорение переставил вместо Shift на ПКМ,так удобнее.И когда в поворот входишь,по чутка газку давишь.Можно и на первом круге 3-им идти,а вот на втором можно и лидером выйти!

Финальный бой с Мега-монстром Кроссом тоже понравился.Форсаж выручает.Прошёл на двух аптечках,но раза с шестого Улыбочка

_____________________________





Без имени1.png

Без имени1.png - Просмотров: 7


Без имени2.png

Без имени2.png - Просмотров: 8


Без имени.png

Без имени.png - Просмотров: 6

В начало
Профиль : Фотоальбом : Блог : Личное Сообщение : E-mail
Показать сообщения:   
На страницу «  1, 2, 3, 4, 5, 6, 7, 8, 9

Unsorted   ~  unsorted Games  ~  Action  ~  Rage

Ответить на тему

Перейти:  





Powered by phpBB   © Unsorted Team  support@unsorted.me  promo@unsorted.me  Полезные скрипты