Zenkoku Dekotora Matsuri: Difference between revisions

From Dolphin Emulator Wiki
Jump to navigation Jump to search
(→‎Enhancements: Add 60FPS code and overlocking info)
m (→‎top: General maintenance with AutoWikiBrowser in Bot mode)
 
(3 intermediate revisions by 2 users not shown)
Line 7: Line 7:
|modes    = Single-player, Multiplayer (4)
|modes    = Single-player, Multiplayer (4)
|input    = Wii Remote
|input    = Wii Remote
|forumlink = http://forums.dolphin-emu.org/Thread-wii-zenkoku-dekotora-matsuri
|forumlink = https://forums.dolphin-emu.org/Thread-wii-zenkoku-dekotora-matsuri
}}
}}


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 42: Line 42:


=== 60FPS ===
=== 60FPS ===
The following code allows the game to run at 60FPS (getting less will ''not'' slow the game down). You'll need to overclock emulated CPU (see previous section) to reach above 30FPS outside of menus.
The following AR code allows the game to run at 60FPS (getting less will ''not'' slow the game down). You'll need to overclock emulated CPU (see previous section) to reach above 30FPS outside of menus.


<pre>
<pre>
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
}}
}}


Line 74: Line 74:
{{testing/start}}
{{testing/start}}
<!--Use this template for test entries: {{testing/entry|revision=|OS=|CPU=|GPU=|result=|tester=}}-->
<!--Use this template for test entries: {{testing/entry|revision=|OS=|CPU=|GPU=|result=|tester=}}-->
{{testing/entry|revision=5.0|OS=Windows 10|CPU=Intel Core i5-2500K @ 3.8GHz|GPU=NVIDIA GeForce GTX 750 Ti|result=Starts: Major graphical glitch in race.|tester=jarupxx}}
{{testing/entry|revision=5.0|OS=Windows 10|CPU=Intel Core i5-2500K @ 3.8 GHz|GPU=NVIDIA GeForce GTX 750 Ti|result=Starts: Major graphical glitch in race.|tester=jarupxx}}
{{testing/end}}
{{testing/end}}



Latest revision as of 05:30, 27 February 2024

Zenkoku Dekotora Matsuri
Zenkoku Dekotora Matsuri.jpg
Developer(s) Suzak
Publisher(s) Jaleco Entertainment
Platform(s) Wii
Release date(s) JP February 28, 2008
Genre(s) Racing
Mode(s) Single-player, Multiplayer (4)
Input methods Wii Remote
Compatibility 4Stars4.pngEdit rating: Zenkoku Dekotora Matsuri
Playable
GameIDs
See also...

Dolphin Forum thread
Open Issues
Search Google
Search Wikipedia

Zenkoku Dekotora Matsuri build, Paint, Customize, Drive, and Win! This game is all about your Big Rig and getting to the finish as fast as you can! Win races and get money to purchase new stuff for your truck!

Problems

Flickering Reflections

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 requires disabling "Store EFB Copies to Texture Only" in order to select colors and paint the truck.

Photograph Mode

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

Missing City

Currently, most of the city you drive around will not render close to your vehicle due to depth compare issue.

Resolved by revision 5.0-10638.

Enhancements

Black Textures with Texture Filtering

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

Use of Anti-Aliasing may cause image to darken and have line artifacts. Higher levels cause more darkening.

Improved Framerate With Emulated CPU Clock Override

Using "Emulated CPU Clock Override" with values higher than 100% may allow game to run without FPS drops the entire time.

60FPS

The following AR code allows the game to run at 60FPS (getting less will not slow the game down). You'll need to overclock emulated CPU (see previous section) to reach above 30FPS outside of menus.

$60FPS [v1993]
80015324 2800000f

Configuration

Only configuration options for the best compatibility where they deviate from defaults are listed.

Graphics

Config Setting Notes
Video Backend OpenGL, Vulkan or Metal Avoid z-fighting issues with fast depth off
Anti-Aliasing None Avoid darkening and artifacts
Texture Filtering Default Avoid black textures on road and other objects
Store EFB Copies to Texture Only Off Enable painting and photographs

Game Properties

Config Setting Notes
Synchronize GPU Thread On Avoid flickering reflections

Version Compatibility

The graph below charts the compatibility with Zenkoku Dekotora Matsuri since Dolphin's 2.0 release, listing revisions only where a compatibility change occurred.

Δ
5.0-21270 (current)
Δ
Δ
Δ
Δ
Δ
2.0 (r5384)
Compatibility can be assumed to align with the indicated revisions. However, compatibility may extend to prior revisions or compatibility gaps may exist within ranges indicated as compatible due to limited testing. Please update as appropriate.

Testing

This title has been tested on the environments listed below:

Test Entries
Revision OS CPU GPU Result Tester
5.0 Windows 10 Intel Core i5-2500K @ 3.8 GHz NVIDIA GeForce GTX 750 Ti Starts: Major graphical glitch in race. jarupxx

Gameplay Videos