Fallout 4 on AMD question..

Post Reply
  • Author
  • Message
Offline
Posts: 2
Joined: 06 Jun 2016, 19:03

Fallout 4 on AMD question..

I am an AMD user running windows 7 x64, with 16GB ram and an AMD A10-7890 (Quad core, built in Radeon R7). My drivers are the latest pre-crimson drivers because the crimson installer locks up every time I try to install it (and AMD tech support still can't tell me what pre-requisites are required for their install package, if anyone knows, help a brother out please!)

I installed ENBoost because I am playing Fallout 4 and was disappointed with the poor texture quality of the textures when you got close to them. ENBoost has fixed that issue for me, so thanks for that. Now any crappy graphics can be blamed on Bethesda.

I ran VRamSizeDX11 to give me how much memory to put in the enblocal.ini configuration and it returned a value of 58,100 which seems excessive to me since the APU has no vram per se and uses the system ram so I set the configuration at 8192. Should I use VRamSIzeDX9 instead or should 8192 be okay?

Also, even with extensive use of google, I'm having a hard time finding a list of the commands/settings for ENB, is there any documentation that's easy to sort through?

Offline
User avatar
*blah-blah-blah maniac*
Posts: 17427
Joined: 27 Dec 2011, 08:53
Location: Rather not to say

Re: Fallout 4 on AMD question..

When big values reported, this means that maximal possible swap file size also included. You may use any big value, but better not bigger than vram+ram-8gb(if unmodded game and ram is >=8gb) sizes (math more complex, but this is enough).

I don't know if description exists. Only STEP guide for Skyrim have it. Some parameters are common between Fallout 4 and Skyrim version.
_________________
i9-9900k, 64Gb RAM, RTX 3060 12Gb, Win7

Offline
Posts: 2
Joined: 06 Jun 2016, 19:03

Re: Fallout 4 on AMD question..

I have left my memory allocation at 8mb for now. I will try some screenshots just to see if anyone can suggest some improvements.

If there is no objection, I will post the commands that are available from STEP (pretty much cut and pasted from there). There may be some Skyrim references still, and if there are inaccuracies, it wasn't me.

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

[PROXY]
This section of the INI allows extension of the ENB functions library via a 'helper' library. This enables compatibility between ENB and other post-processors such as FXAA, SMAA, SweetFX, etc.

EnableProxyLibrary
Enables/disables the use of the proxy. Unless using a separate post-processor in combination with ENB, this parameter should remain disabled. Enable it whenever using a second processing library is used such as, FXAA injector, SMAA or SweetFX.
EnableProxyLibrary=(false, true)

InitProxyFunctions
For simplicity, if the above parameter is set to true this one should also be set to true; else leave it set to false. This parameter attaches drawing functions to the proxy library. When using a second post-processor, only set this to false if the second .dll is not hooking rendering functions and needs to be injected into the game process (i.e. bug fixes or process memory patchers).
InitProxyFunctions=(false, true)

ProxyLibrary
This sets the name or full path to the proxy library that ENBSeries will load (second d3d9.dll file) if both the parameters above are enabled. If the second DLL file is not located in the root Skyrim directory, the full path must be used starting with the drive letter. Neither the name nor full path supports unicode symbols. The second DLL must be renamed if it has the same name as the ENB DLL (d3d9.dll).
ProxyLibrary=other_d3d9.dll

[GLOBAL]
These settings affect the overall function of the ENB implementation (e.g., proxy libraries (i.e., 'helper' DLLs, extended lighting effects toggle, etc.).

UsePatchSpeedhackWithoutGraphics
Used to turn the graphic modifications of ENB on or off. If only using ENBoost features, set this to true to disable the ENB graphic modifications. If using an ENB Preset, set the parameter to false. However this parameter is set, the ENBoost function will only work if SpeedHack is set to true under [PERFORMANCE].
UsePatchSpeedhackWithoutGraphics=(false, true)

UseDefferedRendering
Enables/disables deferred shading rendering which many ENB effects are reliant upon. These include screen space ambient occlusion (SSAO), Image Based Lighting, Reflections, Particle Lights, and Skylighting. This can be disabled for users having performance issues; however, it will affect the look of the ENB preset. This parameter is enabled by default. If only using ENBoost features, this should be set to false as it will not be needed.
UseDefferedRendering=(false, true)

IgnoreCreationKit
Tells ENB to whether or not to ignore the Creation Kit. It is enabled by default and should be left enabled.
IgnoreCreationKit=(false, true)

[PERFORMANCE]

SpeedHack
Enables/disables the ENBoost features found in the [MEMORY] section. It is recommended to always have it enabled for stability and performance.
SpeedHack=(false, true)

EnableOcclusionCulling
Enables/disables Occlusion Culling. It is enabled by default. Disabling this parameter will return Skyrim to its default behavior; however, this is not recommended. Leaving this this enabled can provide a performance increase.
EnableOcclusionCulling=(false, true)

[MEMORY]

ExpandSystemMemoryX64
When set to true, this parameter changes some of Skyrim's memory allocation code to cache data at the 'top' of Skyrim's memory space (Windows default caches to bottom of memory space). According to Boris, this can reduce memory fragmentation and make better use of Skyrim's available memory, especially when running on 64-bit Windows; Vista or newer. Note:' for this parameter to work, ReduceSystemMemoryUsage must be set to true andEnableUnsafeMemoryHacks must be set to false (see below).
ExpandSystemMemoryX64=(false, true)

ReduceSystemMemoryUsage
This parameter will enable the ENBoost features to dramatically reduce CTDs and other issues caused from reaching Skyrim's memory limit. It does this by launching the enbhost.exe process to handle dynamic memory allocations. It is highly recommended to enable and keep this feature enabled! For this feature to work properly, users should have a minimum of 4GB system RAM. ENBoost is able to initialize multiple instances of the enbhost process, each able to use up to 4GB of system RAM up to a maximum of 128GB (capped by the kilobyte value set in VideoMemorySizeMb below. Set to true if ExpandSystemMemoryX64 is enabled (see above).
ReduceSystemMemoryUsage=(false, true)

DisableDriverMemoryManager
This was mainly implemented as a fix for AMD video card users; however, it can also be useful for others. The parameter forces the ENBSeries driver libraries to manage video memory resources for cached textures (rather than the video drivers) and will ignore more of the errors reported by the video drivers. When enabled this parameter can cause lower than optimal performance and/or long pauses. If experiencing CTDs even while ENBoost features are enabled, users can try enabling this parameter to see if it resolves (helps to confirm video driver issues); otherwise, it is best to leave it disabled (false).
DisableDriverMemoryManager=(false, true)

DisablePreloadToVRAM
Routinely running Skyrim with this enabled is not recommended. When enabled this parameter can give faster cell-load times as geometry/textures are not loaded into video memory until they are visible. This may cause stuttering since more data must be dynamically loaded into memory during gameplay as the PC looks and moves around. Enabling this parameter could potentially help load a save game which fails to load otherwise. If this works, users are encouraged to go to a small interior, save the game, and then disable this again before trying to load the problem savegame. If experiencing extended cell load times, before enabling this feature, it is recommended to first try using the "free VRAM" key (see [INPUT] section) to clean video memory before entering a new location or fast traveling.
DisablePreloadToVRAM=(false, true)

EnableUnsafeMemoryHacks
Enabling this parameter is generally not safe. This is a workaround for users experiencing large amount of stuttering, typically on systems with large amount of VRAM (4GB+). When enabled, it does not use memory reallocation, compression, or enbhost.exe and will only work when ReduceSystemMemoryUsage is also enabled. A known bug is that Alt+tab will not work in fullscreen when this is enabled. Set to false if ExpandSystemMemoryX64 is enabled (see above).
EnableUnsafeMemoryHacks=(false, true)

ReservedMemorySizeMb
This parameter sets the size of a buffer used for swapping geometry and textures between VRAM and system memory. The buffer will be set in VRAM and this portion of VRAM will not be used for ENBoost's dynamic memory allocation; however, it will also be duplicated in the system memory used by TESV.exe as well. This means that increasing this parameter's value will result in equal increases in both VRAM and system RAM usage. The values here are measured in megabytes. For video cards with 1GB or more VRAM, start with 128 as a baseline. If stuttering persists, increase the value in increments of 128 ( 256, 384, 512, etc ) until the stuttering has ceased or is as minimal as possible with the lowest possible value. The maximum value that can be used is 1024, but be aware that whatever value is used is how much VRAM will be reserved for the swap space. This is the reason the lowest value possible without experiencing issues is recommended. Because of this parameter being system dependent, users will need to test different values to find the one which works best for their specific setup.
ReservedMemorySizeMb=(64, 128, 256, 384, 512, 640, 768, 896, 1024)

VideoMemorySizeMb
This sets the total memory that will be used for the ENBoost dynamic memory allocation. All available VRAM, except for the amount set with ReservedMemorySizeMb, will be used first, and if VideoMemorySizeMb is set to a valuehigher than total VRAM of the user's videocard, then ENBoost will use system RAM, if necessary, by running instances of enbhost.exe.
Download Boris's VRamSizeTest tool, run VRamSizeDX9.exe, and note the number it shows after "Video memory available." Then, if you are running Windows 7, subtract 170 from that number; if you are running Windows 8 or newer, instead subtract 350. Use the result as the variable here. (Example: If VRamSizeDX9.exe shows 4064, and you're running Windows 10, you should subtract 350 to get 3714.)
VideoMemorySizeMb=(see above instructions)

EnableCompression
Enables/disables memory compression. It is disabled by default. Disabling memory compression can reduce stutter, but at the cost of more RAM usage. For this reason, it is generally only recommended to be disabled on systems with more than 2GB VRAM. Any system that is already nearing its VRAM limit should leave this parameter enabled or it could do more harm than good.
EnableCompression=(false, true)

AutodetectVideoMemorySize
If enabled, this feature will attempt to detect a system's shared video memory and automatically set the VideoMemorySizeMb parameter for a user. Any value placed in the VideoMemorySizeMb above will simply be ignored. This feature works for some users and for other users it'll give the wrong values which are usually too high. Users can try this feature; however, disabling it and setting the VideoMemorySizeMb parameter manually to fine tune the ENBoost settings is currently the recommended method.
AutodetectVideoMemorySize=(false, true)

[THREADS]

DataSyncMode
Recommended value is 0.
DataSyncMode=(0, 1, 2)

PriorityMode
Recommended value is 0.
PriorityMode=(0, 1, 2)

[MULTIHEAD]
This section allows configuration in environments using multiple GPUs. These parameters should normally not be changed, and the default values should work for most systems.

ForceVideoAdapterIndex
If enabled, ENBSeries ignores the default video adapter output and uses the card selected by the VideoAdapterIndex parameter below. This allows use of multiple monitors and other uses with multiple video card systems. It is disabled by default.
ForceVideoAdapterIndex=(false, true)

VideoAdapterIndex
This sets which video adapter will be used for rendering via index numbers. This is mainly used for used for multiple card systems. The default adapter is '0'.
VideoAdapterIndex=(integer)

[WINDOW]
This section is used to enable borderless window with Skyrim. Enabling borderless window can also enable the use of Alt+Tab to run Skyrim in the background. IfEnableUnsafeMemoryHacks= is set to true under [MEMORY] section, Alt+Tab will not work, regardless of the parameter value set here.

ForceBorderless
Enables/disables borderless window. This setting forces the game to run in a window rather than as a fullscreen application as it normally would. However, the window will, in fact, be fullscreen and without a border so the appearance of the game, on screen, will not be any different. This enables users to Alt-Tab in and out of the game without issue. Some users have also reported an increase in stability with this mode active.
ForceBorderless=(false, true)
ForceBorderlessFullscreen
This parameter will remove the border lines of the game window when Skyrim is set to Fullscreen Mode. This is best used when down sampling is also used.
ForceBorderlessFullscreen=(false, true)

[ENGINE]
The parameters in this section affect the game engine behavior.
Notice: It's noted by Boris that it is best to force anisotropic filtering here instead of in the video card drivers. His reasoning behind this is because if forced through video card settings, the filtering will be applied to all textures and some textures should not be filtered. Filtering such textures could cause issues with SSAO and parallax. Forcing anisotropic filtering through the ENB; however, skips these textures

ForceAnisotropicFiltering
This will force anisotropic filtering for all textures with a linear filtering type. Textures which should not have anisotropic filtering are not filtered.
ForceAnisotropicFiltering=(false, true)

MaxAnisotropy
This is the level of anisotropy filtering. The values are 2, 4, 6, 8, 10, 12, 14, and 16; higher values provide better quality.
MaxAnisotropy=(2, 4, 6, 8, 10, 12, 14, 16)

ForceLodBias
This parameter forces LOD Bias for all LOD textures.
ForceLodBias=(false, true)

LodBias
LOD Bias controls the sharpness of LOD textures. Values should be between -0.5 and 0.5; any higher or lower and texture degradation is highly probable. Lower values result in sharper textures.
LodBias=(-4..4)

AddDisplaySuperSamplingResolutions
This parameter enables down-sampling to be used without having to force it through the graphics driver. It is recommended to remain disabled and only to be used by advanced users. In the most basic explanation, down-sampling is rendering the game at twice the monitor's set resolution and then down-sampling it to the correct resolution before being displayed on the monitor. This mimics super-sampling. For this to work, users must enable this parameter, run in full screen mode, set the resolution in SkyrimPrefs.ini to 2x the monitor's set resolution, and set UseDefferedRendering=false under [GLOBAL]
AddDisplaySuperSamplingResolutions=(false, true)

EnableVSync
This will enable vsync which is recommenced to prevent screen tearing. Enabling this has also been reported to help solve the lip sync issue on NPCs; however, users should also set iPresentInterval=1 in Skyrim.ini.
EnableVSync=(false, true)

VSyncSkipNumFrames
This tells the frame buffer to ignore the back buffer 0, 1, 2, or 3 contiguous cycles before grabbing a frame. This feature is mainly for users with high refresh rate monitors (> 60Hz) and should be set to '0' for most other users.
VSyncSkipNumFrames=(0, 1, 2, 3)

[LIMITER]
Notice:Limiting FPS is neither necessary nor recommended when vertical sync (vsync) is enabled under [ENGINE], since vsync inherently limits FPS to the monitor refresh rate or lower.
Enables/disables upper limit to frames per second (FPS) the specified integer. This feature is useful to control some performance issues such as lagging, crashes, freezes, stuttering, and physics issues which are present at high frame rates. The limiter can be turned on and off in-game by pressing Shift+Home (by default, but shortcut keys can also be customized under [INPUT]). Enabling the limiter with older versions of ENBSeries could also increase load times; however, since version 0.265 the FPS Limiter has been forced to 60FPS on loading screens to help eliminate this issue.
Notice:Some users have reported enabling the limiter causes extremely low FPS (5-15FPS) regardless of what the FPSLimitparameter is set to. Other users have reported the ENBSeries FPS Limiter not working at all. In these cases, the video card limiter in the video card settings might be more stable.

WaitBusyRenderer
If enabled, each frame will wait until the GPU is finished drawing. This is not recommended for performance reasons; however, it may fix some of the issues mentioned above in the second notice as well as stuttering issues.
WaitBusyRenderer=(false, true)

EnableFPSLimit
Enables/disables the FPS limiter.
EnableFPSLimit=(false, true)

FPSLimit
This parameter sets the upper FPS limit. If used, it is recommended to set equal to or less than the monitor refresh rate (typically 60).
FPSLimit=(integer)

[INPUT]
Allows customization of the key bindings for several runtime ENB-effect toggles. A utility like Keyboard Message Viewer may be necessary to map keyboard codes to keyboard keys.
KeyReadConfig
By default, [Backspace]. This will reload the configuration file and shaders to view changes made without having to restart the game. Very useful when tweaking ENB presets.
KeyReadConfig=8

KeyCombination
By default, [Shift]. It is the primary key pressed and held for key combinations.
KeyCombination=16

KeyUseEffect
By default, [F12]. This will turn the ENB effects on and off. This must be pressed together with KeyCombination key (Shift+F12 by default).
KeyUseEffect=123

KeyFPSLimit
By default, [Home]. This turns the FPS Limiter on and off. This must be pressed together with the KeyCombinaton key (Shift+Home by default).
KeyFPSLimit=36

KeyShowFPS
By default, [NumPad *]. This displays real-time frame rate in the upper right corner in the game. Set to 0 to disable.
KeyShowFPS=106

KeyScreenshot
By default, [Print Screen]. This captures a screenshot to a BMP and/or PNG file in the same folder where ENBSeries is installed.
KeyScreenshot=44

KeyEditor
By default, [Enter]. This will open up the in game GUI when pressing SHIFT+ENTER.
KeyEditor=13

KeyFreeVRAM
By default, [F4]. This will clear VRAM in use to avoid encroaching upon the VRAM limit.
KeyFreeVRAM=115

KeyBruteForce
By default, . This will enable a "brute force" preset by Boris and is mainly for screenarchery. This will bring the user's system to its knees and begging for mercy! This must be pressed together with the KeyCombinaton key (Shift+B by default)
KeyBruteForce=66

[ADAPTIVEQUALITY]
This section allows resource-hungry graphical features to be toggled on-demand for performance reasons. It require the proper code to exist in the .fx files to work. Probably best added to enbeffectprepass.fx because it has the most demanding effects code.

Enable
Enables or disables Adaptive Quality.
Enable=(false, true)

Quality
Sets the quality of the effect. It can be set to 0, 1, or 2; where 0 is highest quality and 2 is the highest performance.
Quality=(0, 1, 2)

DesiredFPS
Sets the minimum FPS that is allowed. If the minimum is reached, features will start to turn off in an attempt to stay above this threshold.
DesiredFPS=(10.0...50.0)

[ANTIALIASING]
This section controls four antialiasing (AA) parameters potentially implemented via ENB. All four can be used together, since Boris has taken great care to balance them, though using Temporal AA and Edge AA together can cause some blurriness around tree branches. It is also possible to enable these via SMAA injector.

EnableEdgeAA
The EdgeAA solution is excellent for low-end systems because the performance impact is very small; however, it does come with some blurriness. Mid to High-end systems may find SMAA a higher quality solution for EdgeAA; however, EdgeAA and SMAA can be used together for possibly even better results. Using these two solutions together will come at a small cost to performance.
EnableEdgeAA=(false,true)

EnableTemporalAA
The TemporalAA setting no longer requires a helper mod, as of ENBSeries v0.213. This is excellent for screenshots at removing jaggies, but may not be preferable for general use because it can cause ghosting on high motion objects. UPDATE: Boris improved the TemporalAA code in v0.265. Several users report that most of the ghosting has been eliminated above 40FPS. Users who can not maintain at least 40FPS might still experience ghosting with this enabled.
EnableTemporalAA=(false, true)

EnableSubPixelAA
This parameter will enable SubPixelAA on specular reflections and should only cause a minimal performance impact. This setting recommended to be enabled.
EnableSubPixelAA=(false, true)

EnableTransparencyAA
Notice:This was removed in version 0.277. This will remain here for a few more release to allow Presets to catch up. Reason for removal was due to its rare use and the fact that it cost performance even while turned off.
Enable this parameter to use TransparencyAA. Transparency AA is applied to all textures in the game, regardless of the alpha transparency use (grass, foliage, trees, hair, etc). Enabling this will substantially tax performance in forested areas. Generally not recommend for any system lacking a Ferrari engine since this feature can cripple even the highest end systems.
EnableTransparencyAA=(false, true)

[FIX]
The following are fixes for several issues introduced by the ENB or other aspects of the game/hardware. These settings should not normally be changed.

FixGameBugs
Allows the ENB to fix game rendering related issues and errors such as divide-by-zero errors that can cause crashes. The is normally not needed but can be enabled to fix certain issues.
FixGameBugs=(false, true)

FixParallaxBugs
This fixes parallax texture rendering issues by changing the shader used on those textures in order to render them correctly. This fix should be used if there are any parallax textures being used; else, leave it disabled.
FixParallaxBugs=(false, true)

FixParallaxTerrain
This feature adds parallax for the terrain in Skyrim. The above FixParallaxBugs parameter must also be enabled for this feature to work. This parameter is disabled by default.
FixParallaxTerrain=(false, true)

FixAliasedTextures
This parameter helps reduce aliasing of snow on mountains and other similar objects. It is recommended to enable it, unless SMAA is being used.
FixAliasedTextures=(false, true)

IgnoreLoadingScreen
Notice: This parameter has not been in use in several releases (current version 0.279). It remains due to still being used in some older Presets which still have this parameter present.
This line is missing in some versions of ENBSeries and will need to be added. This fix tells the ENB to ignore rendering on loading screens which speeds up loading times and prevents issues related to loading screens such as missing textures. It is recommended to be enabled and added if missing from the enblocal.ini file.
IgnoreLoadingScreen=(false, true)

IgnoreInventory
Same as above, but tells the ENB to ignore rendering on the inventory screen. It is also recommended to be enabled.
IgnoreInventory=(false, true)

FixTintGamma
The is a fix for the small color differences in various parts of models such as hair. If this setting is enabled and ColorPow parameter is greater than "1.0" the differences are more noticeable.
FixTintGamma=(false, true)

RemoveBlur
This parameter will remove Skyrim's static Depth of Field which is used to blur distance landscapes when some weathers are active, hiding LOD flaws well. The setting is generally left up to the ENB Preset. You won't break anything using two DoFs, you'll just get more focused blur.
RemoveBlur=(false, true)

FixSubSurfaceScattering
When enabled, this will fix issues with Subsurface Scattering for interiors and exteriors, and will prevent pixelated edges on characters and objects. It is recommended to be enabled.
FixSubSurfaceScattering=(false, true)

FixSkyReflection
This fixes an issue with the reflection of the sky flicking in some weathers. It is recommended to be enabled.
FixSkyReflection=(false, true)

FixCursorVisibility
This fixes an issue with the cursor visibility after using Alt+Tab. When enabled, this will replace the Double Cursor Fix mod. It is recommended to be enabled.
FixCursorVisibility=(false, true)

FixLag
This feature will reduce some delays which are mainly experienced in windowed mode. These delays are actually frames skipping when the video card is under heavy load. This feature is an experimental hack which was made specifically for NVidia users, however, it may work for AMD users as well. It is new to v0.266 and, thus, not much testing has been done with it. It is disabled by default.
FixLag=(false, true)

[LONGEXPOSURE]

EnableLongExposureMode
EnableLongExposureMode=(false, true)

Time
Time=1.0

BlendMax
BlendMax=0.0

Offline
Posts: 4
Joined: 14 Aug 2021, 23:00

Re: Fallout 4 on AMD question..

Я не читал все форумы, и мне не известно о том, просил ли кто то сделать то что прошу я, так что если что прошу прощения! И все же, уже вышел открытый амд код AMD FidelityFX Super Resolution и я думаю что вы возможно о нем уже знаете - пожалуйста подбавляйте эту технологию в свои патчи, если такое вообще реально! На плейграунде уже вроде был патч для ГТА 5 но это может быть фейком! Было бы круто получить хотя бы на 20 ФПС больше! Заранее спасибо!))

Offline
User avatar
*blah-blah-blah maniac*
Posts: 17427
Joined: 27 Dec 2011, 08:53
Location: Rather not to say

Re: Fallout 4 on AMD question..

Добавление такого в любую игру проблематично без исходного кода, может работать только через подмену разрешения дисплея как я делаю с AddDisplaySuperSamplingResolutions=true, что не понятно для большинства пользователей. В гта5 не было проблемой добавить, потому что разрешение игры и экрана изначально допускается разным. Ну и в целом данная фича от амд ничего особенного не представляет, совершенно не совместима с играми, у которых нет MSAA (другие виды сглаживания дают глюки).
_________________
i9-9900k, 64Gb RAM, RTX 3060 12Gb, Win7

Offline
Posts: 4
Joined: 14 Aug 2021, 23:00

Re: Fallout 4 on AMD question..

Вы точно перепутали вот ссылка https://www.amd.com/ru/technologies/rad ... resolution
Это не разрешения экрана или сглаживания, это апскейлинг только умный! Здесь графика удаленная от камеры рендерится в меньшем разрешении? Это аналог нвидиевской DLSS! И "особенное" оно наверное представляет, так как на карте RX6900 В играх The Riftbreaker и Terminator: Resistance оно дает прирост в 150ФПС, может в других случаях прирост будет меньше, но наверное хоть чуток будет круче! И насколько я понимаю здесь не в разрешениях и антильясинге дело, а дело в алгоритме рендера! То есть дальние объекты и изображение рендерятся не в полном качестве а чуток мыльнее! Ну это все конечно так, только если я ничего не путаю))

Offline
Posts: 4
Joined: 14 Aug 2021, 23:00

Re: Fallout 4 on AMD question..

А код открытый только, я не знаю откуда качать вот сайт с кодом https://gpuopen.com/fidelityfx-superres ... howitworks
только тут по идее можно рендерить только картинку, если не подойдет, то по любому еще где то _SPAM_ можно потому что это продукт с открытым кодом! Я не уверен в правдивости инфы которую напишу далее, но один моддер уже добавил в Фалаут 4 ВР! Хотелось бы увидеть такое на простых версиях игр! Вот ссылка на Виэровский мод - ЭТО ГИТХАБ - ТАК ЧТО ОСТОРОЖНЕЕ, Я НЕ УВЕРЕН В надежности и безопасности этих файлов как и в правдивости насчет виэра !!! https://github.com/fholger/openvr_fsr и здесь написано что оно работает как С МСАА так и с ТАА!

Offline
User avatar
*blah-blah-blah maniac*
Posts: 17427
Joined: 27 Dec 2011, 08:53
Location: Rather not to say

Re: Fallout 4 on AMD question..

Ничего я не перепутал. Эта хрень не работает без сглаживания толком, без сглажки наоборот, усиливает артефакты на ребрах. И до DLSS ей по качеству как раком до Луны. Fallout 4 VR тоже изначально имеет динамическое изменение разрешения, поэтому там сделать подобное элементарно. Но для любых обычных игр это запарка та еще, заставлять игру работать в более низком разрешении, уродуя интерфейс этим апскейлом. Ну сами подумайте, какой смысл делать это, если мой мод расчитан на повышение качества картинки, а не деградацию?
_________________
i9-9900k, 64Gb RAM, RTX 3060 12Gb, Win7

Offline
Posts: 4
Joined: 14 Aug 2021, 23:00

Re: Fallout 4 on AMD question..

Может и не перепутали, но я допускаю что вы не полностью понимаете как оно работает! Интерфейс оно не трогает, а просто замыливает картинку на дальних планах! Это не просто замена разрешения или линейный апскейлинг - это интелектуальная процедура с умными алгоритмами! Уже много сравнений и приведеы все минусы и плюсы, может она не такая уж суперовая как ДЛСС (тоесть дает чуток меньше четкости) но все же в некоторых случаях она дает прирост ФПС в 250 процентов! Если какая то деталь в метрах 30-ти от камеры будет при расмотре под микроскопом меньшего разрешения, то мне кажется это не так смертельно! Решать конечно вам, но все же прошу задуматься над тем, что можно добавить в свой чудесный продукт - бесплатную технологию с открытым кодом, которую нам бесплатно дарять разрабы АМД)) По поводу того - насколько тяжело это сделать у меня вообще нету представления! Я хоть и технарь, но я совсем не знаком с этой областью!(( Единственое что я могу судить, так это то, что я с огромной радостью пожертвую качеством деталей на задних планах(которые уже разжованы в сравнения во многих видео на ютубе) ради прироста хотябы в 20 фпс! С уважением PS. Благодарный пользователь вашего продукта!!!

Offline
User avatar
*blah-blah-blah maniac*
Posts: 17427
Joined: 27 Dec 2011, 08:53
Location: Rather not to say

Re: Fallout 4 on AMD question..

Еще раз повторяю, я прекрасно понимаю что это такое, а вы - нет. И никакого волшебного размытия задних планов нет, эффект применяется везде. И интерфейс оно не трогает только в тех играх, где техническая возможность реализовать этот апскейл существует изначально. Это не решейд какой-нибудь, поставил и оно пашет само собой (притом решейд тоже уродует интерфейс).
_________________
i9-9900k, 64Gb RAM, RTX 3060 12Gb, Win7
Post Reply