Перейти к содержимому
Zone of Games Forum
SerGEAnt

Сообщение добавлено пользователем SerGEAnt

Рекомендованные сообщения

Может кто подсказать, как правильно DPFix ставить? Вроде поставил, но игра вылетает сразу же, выдавая ошибку "Прекращена работы программы dp.exe"

Поделиться сообщением


Ссылка на сообщение

Вот настроенный DPfix.ini под 1920х1080

 

Spoiler

# You can configure DPfix by editing this file

# Lines starting with "#" are ignored by the program and contain descriptions of the options

###############################################################################

# Graphics Options

###############################################################################

# internal rendering resolution of the game

# higher values will decrease performance

renderWidth 3840

renderHeight 2160

# The display width/height, will be used for fullscreen mode and as window size in windowed mode

presentWidth 1920

presentHeight 1080

############# Anti Aliasing

# AA toggle and quality setting

# 0 = off (best performance, worst IQ)

# 1 = low

# 2 = medium

# 3 = high

# 4 = ultra (worst performance, best IQ)

aaQuality 0

# AA type

# either "SMAA" or "FXAA"

aaType SMAA

############# Filtering

# texture filtering override

# 0 = no change

# 1 = enable some bilinear filtering (use only if you need it!)

# 2 = full 16xAF override (may degrade performance, best quality)

filteringOverride 2

############# Shadows

# adjust shadowmap resolution

# 1 = default (best performance, low resolution shadows)

# 2 = 4 times shadow resolution (lower performance, good resolution)

# 4 = 8 times shadow resolution (overkill)

shadowMapScale 2

# improve shadow depth precision

# 0 = disable (default)

# 1 = enable (less shadow aliasing, worse performance)

improveShadowPrecision 1

############# Reflections

# adjust reflection resolution

# 1 = default (best performance, low resolution reflections)

# 2 = 4 times reflection resolution (1280x720 for large, 640x360 for small)

# 4 = 8 times reflection resolution

reflectionScale 2

############# Depth of Field

# improves the Depth of Field effect for higher resolutions

# 0 = disabled (default)

# 1 = enabled (less DoF pixelation/flicker, lower performance)

improveDOF 0

# additional DOF blur to more match original sharpness at higher resolutions

# 0 = disabled

# 1 = fitting for e.g 1080p with improveDOF=1

# 2 = fitting for e.g 4k with improveDOF=1

addDOFBlur 0

############# Ambient Occlusion

# Enable and set the strength of the SSAO effect (all 3 settings have the same performance impact!)

# 0 = off

# 1 = low

# 2 = medium

# 3 = high

ssaoStrength 0

# Set SSAO scale

# 1 = high quality (default)

# 2 = lower quality, lower impact on performance

ssaoScale 1

# Determine the type of AO used

# "VSSAO" = Volumetric SSAO

# "VSSAO2" = Significantly higher quality AO + higher performance impact

ssaoType VSSAO2

###############################################################################

# Texture Override Options

###############################################################################

# enables texture dumping

# you *only* need this if you want to create your own override textures

# textures will be dumped to "dpfix\tex_dump\[hash].tga"

enableTextureDumping 0

# enables texture override

# textures in "dpfix\tex_override\[hash].png" (or .dds) will replace the corresponding originals

# will cause a small slowdown during texture loading!

enableTextureOverride 0

###############################################################################

# Window Options

###############################################################################

# Run game in normal windowed (non-fullscreen) mode

# 0 = disable (real fullscreen)

# 1 = enable (windowed)

forceWindowed 0

# Borderless windowed fullscreen mode

# overwrites forceWindowed, so set to 0 if you want real fullscreen or non-fullscreen windowed mode

# 0 = disable (real fullscreen or windowed)

# 1 = enable (borderless windowed fullscreen)

borderlessFullscreen 0

# Display refresh rate to use, in Hz

# only applies in real fullscreen mode

fullscreenHz 60

###############################################################################

# Other Options

###############################################################################

# Screenshot directory

screenshotDir dpfix\screens

# Log level - 0 to 40, higher numbers mean more logging

# only enabled for debugging versions

logLevel 0

Изменено пользователем AlexLAN

Поделиться сообщением


Ссылка на сообщение
Вот настроенный DPfix.ini под 1920х1080

 

Spoiler

# You can configure DPfix by editing this file

# Lines starting with "#" are ignored by the program and contain descriptions of the options

###############################################################################

# Graphics Options

###############################################################################

# internal rendering resolution of the game

# higher values will decrease performance

renderWidth 3840

renderHeight 2160

# The display width/height, will be used for fullscreen mode and as window size in windowed mode

presentWidth 1920

presentHeight 1080

############# Anti Aliasing

# AA toggle and quality setting

# 0 = off (best performance, worst IQ)

# 1 = low

# 2 = medium

# 3 = high

# 4 = ultra (worst performance, best IQ)

aaQuality 0

# AA type

# either "SMAA" or "FXAA"

aaType SMAA

############# Filtering

# texture filtering override

# 0 = no change

# 1 = enable some bilinear filtering (use only if you need it!)

# 2 = full 16xAF override (may degrade performance, best quality)

filteringOverride 2

############# Shadows

# adjust shadowmap resolution

# 1 = default (best performance, low resolution shadows)

# 2 = 4 times shadow resolution (lower performance, good resolution)

# 4 = 8 times shadow resolution (overkill)

shadowMapScale 2

# improve shadow depth precision

# 0 = disable (default)

# 1 = enable (less shadow aliasing, worse performance)

improveShadowPrecision 1

############# Reflections

# adjust reflection resolution

# 1 = default (best performance, low resolution reflections)

# 2 = 4 times reflection resolution (1280x720 for large, 640x360 for small)

# 4 = 8 times reflection resolution

reflectionScale 2

############# Depth of Field

# improves the Depth of Field effect for higher resolutions

# 0 = disabled (default)

# 1 = enabled (less DoF pixelation/flicker, lower performance)

improveDOF 0

# additional DOF blur to more match original sharpness at higher resolutions

# 0 = disabled

# 1 = fitting for e.g 1080p with improveDOF=1

# 2 = fitting for e.g 4k with improveDOF=1

addDOFBlur 0

############# Ambient Occlusion

# Enable and set the strength of the SSAO effect (all 3 settings have the same performance impact!)

# 0 = off

# 1 = low

# 2 = medium

# 3 = high

ssaoStrength 0

# Set SSAO scale

# 1 = high quality (default)

# 2 = lower quality, lower impact on performance

ssaoScale 1

# Determine the type of AO used

# "VSSAO" = Volumetric SSAO

# "VSSAO2" = Significantly higher quality AO + higher performance impact

ssaoType VSSAO2

###############################################################################

# Texture Override Options

###############################################################################

# enables texture dumping

# you *only* need this if you want to create your own override textures

# textures will be dumped to "dpfix\tex_dump\[hash].tga"

enableTextureDumping 0

# enables texture override

# textures in "dpfix\tex_override\[hash].png" (or .dds) will replace the corresponding originals

# will cause a small slowdown during texture loading!

enableTextureOverride 0

###############################################################################

# Window Options

###############################################################################

# Run game in normal windowed (non-fullscreen) mode

# 0 = disable (real fullscreen)

# 1 = enable (windowed)

forceWindowed 0

# Borderless windowed fullscreen mode

# overwrites forceWindowed, so set to 0 if you want real fullscreen or non-fullscreen windowed mode

# 0 = disable (real fullscreen or windowed)

# 1 = enable (borderless windowed fullscreen)

borderlessFullscreen 0

# Display refresh rate to use, in Hz

# only applies in real fullscreen mode

fullscreenHz 60

###############################################################################

# Other Options

###############################################################################

# Screenshot directory

screenshotDir dpfix\screens

# Log level - 0 to 40, higher numbers mean more logging

# only enabled for debugging versions

logLevel 0

Спасибо. Для 1366*768 просто изменить строчки presentWidth и presentHeight?

Поделиться сообщением


Ссылка на сообщение

Заметно ли меняется с DPfix картинка? Прочитал на форуме создателя этого фикса в отзывах, что с ним часто игра глючит. Вот думаю стоит ли пользоваться...

UPD Даже игра (лицензия) не запускается, пишет прекращена работа dp.exe :(

Изменено пользователем zodiakX

Поделиться сообщением


Ссылка на сообщение

Можно посмотреть качество перевода.

Поделиться сообщением


Ссылка на сообщение
UPD Даже игра (лицензия) не запускается, пишет прекращена работа dp.exe :(

Была таже ерунда. Зайди в корень, найди папку redist, найди в папке инсталлер PhysX, запусти, выбери Repair. Мне помогло)

Поделиться сообщением


Ссылка на сообщение

С русификатором вылетает при загрузке (после нажатия "Новая игра") "пишет прекращена работа dp.exe". Ставлю язык Enligh – все норм работает. PhysX - Repair не помогает :(

Поделиться сообщением


Ссылка на сообщение

Zorianin Если игра не запускается и при запуске выдаёт ошибку прекращена работа программы dp.exe. То для запуска нужно скачать: PhysX-9.13.1220-SystemSoftware именно эту версию

Поделиться сообщением


Ссылка на сообщение
Zorianin Если игра не запускается и при запуске выдаёт ошибку прекращена работа программы dp.exe. То для запуска нужно скачать: PhysX-9.13.1220-SystemSoftware именно эту версию

Игра запускается, выдает ошибку при загрузке "Новой игры". Установлена именно эта версия физикса. Но самое главное – БЕЗ РУСИФИКАТОРА (в лаунчере ставлю English) ВСЕ РАБОТАЕТ, ЗАГРУЖАЕТСЯ БЕЗ ОШИБОК. Только ставлю русский (French в лаунчере) – эта байда.

Поделиться сообщением


Ссылка на сообщение
Спасибо. Для 1366*768 просто изменить строчки presentWidth и presentHeight?

И еще renderWidth и renderHeight, для сглаживания они должны быть в два раза больше presentWidth и presentHeight, если сглаживание не нужно, то ставь теже значения.

PS PhysX может не переустановиться, если у вас уже установлена более новая версия. Сначала надо будет удалить ее, а потом ставить ту, что идет с игрой.

Если игра вылетает, то переносим файлы из папки updata_eu\_fr в папку updata_eu\_us, потом при запуске переключаем язык на английский

Изменено пользователем AlexLAN

Поделиться сообщением


Ссылка на сообщение

Пара вопросов. Во- первых что это за знак и надо ли его вылавливать?

Spoiler

image1404116894.jpg

А во-вторых Есть ли в игре какая нибуть функция у правой кнопки мыши и как ее сменить? Я хочу повесить туда функцию приготовить оружие.

Изменено пользователем Leprikon01

Поделиться сообщением


Ссылка на сообщение

Complete Greenvale Map

Может кому пригодится. Карта имеет незначительные спойлеры (например, указаны местоположения всех коллекционных карточек и т.п.)

Welcome to Greenvale - прочие вкусности и интересности

Изменено пользователем DmKm

Поделиться сообщением


Ссылка на сообщение

Создайте аккаунт или войдите в него для комментирования

Вы должны быть пользователем, чтобы оставить комментарий

Создать аккаунт

Зарегистрируйтесь для получения аккаунта. Это просто!

Зарегистрировать аккаунт

Войти

Уже зарегистрированы? Войдите здесь.

Войти сейчас

  • Похожие публикации

    • Автор: SerGEAnt
      Жанр: RTS Платформы: PC Разработчик: Quite OK Games Издатель: Quite OK Games Дата выхода: 10 апреля 2024 (ранний доступ)



    • Автор: Haretraje
      Clannad

      Жанр: Visual Novel Платформы: PC X360 PS2 PS3 PSP PSV An Разработчик: Key Издатель оригинальной японской версии: Key Издатель англоязычной версии в Steam: Sekai Project Дата выхода: 2004-04-28 (первая версия на диске), 2015-11-23 (Steam Edition) Страница в Steam


Zone of Games © 2003–2024 | Реклама на сайте.

×