Zenkoku Dekotora Matsuri: Difference between revisions

no edit summary
(→‎Testing: ##GHz to ## GHz mass edit)
No edit summary
Line 15: Line 15:
{{Problems|{{#vardefineecho:problems|
{{Problems|{{#vardefineecho:problems|
=== Flickering Reflections ===
=== Flickering Reflections ===
If using Dualcore, reflections will flicker, most commonly of the skybox. In order to prevent this, enable SyncGPU or enable Singlecore mode.
If using Dual Core, reflections will flicker, most commonly of the skybox. In order to prevent this, enable Synchronize GPU Thread or disable Dual Core mode.


=== Painting Mode ===
=== Painting Mode ===
Painting Mode requires EFB2RAM in order to select colors and paint the truck.
Painting Mode requires disabling "Store EFB Copies to Texture Only" in order to select colors and paint the truck.


=== Photograph Mode ===
=== Photograph Mode ===
Photograph mode requires EFB2RAM in order to take/store pictures.
Photograph mode requires disabling "Store EFB Copies to Texture Only" in order to take/store pictures.


=== <s>Missing City</s> ===
=== <s>Missing City</s> ===
Line 32: Line 32:
== Enhancements ==
== Enhancements ==


=== Force Texture Filtering Resulting In Black Textures ===
=== Black Textures with Texture Filtering ===
Force Texture Filtering causes many textures (most notably road) to appear black. Disabling Force Texture Filtering fixes the issue.
Setting Texture Filtering to Force Linear causes many textures (most notably road) to appear black. Setting Texture Filtering to Default fixes the issue.


=== Anti-Aliasing Visual Defects ===
=== Anti-Aliasing Visual Defects ===
Line 52: Line 52:
<!--A full list of options is available at Template:Config/doc-->
<!--A full list of options is available at Template:Config/doc-->
{{Config
{{Config
|syncgputhread = On
|syncgputhread         = On
|syncgputhreadnotes = Avoid flickering reflections
|syncgputhreadnotes         = Avoid flickering reflections
|gfxbackend = Not D3D
|gfxbackend             = OpenGL, Vulkan or Metal
|gfxbackendnotes = Avoid z-fighting issues with fast depth off
|gfxbackendnotes         = Avoid z-fighting issues with fast depth off
|efb2texonly = Off
|efb2texonly         = Off
|efb2texonlynotes = Enable painting and photographs
|efb2texonlynotes         = Enable painting and photographs
|antialiasing           = None
|antialiasing               = None
|antialiasingnotes     = Avoid darkening and artifacts
|antialiasingnotes         = Avoid darkening and artifacts
|forcefilter            = Off
|forcetexturefiltering      = Default
|forcefilternotes      = Avoid black textures on road and other objects
|forcetexturefilteringnotes = Avoid black textures on road and other objects
}}
}}