Dark Cloud: Difference between revisions

no edit summary
(→‎Additional Patches: Added enhancements complied from various sources; added notes about the patches)
No edit summary
 
(6 intermediate revisions by 3 users not shown)
Line 134: Line 134:
|Revision=1.6.0 Stable
|Revision=1.6.0 Stable
|Graphics=GSdx SSE4.1/AVX 1.2.0
|Graphics=GSdx SSE4.1/AVX 1.2.0
<spoiler show="Settings" hide="Hide">
<!--
* Renderer: Direct3D11 (Hardware)
* Renderer: Direct3D11 (Hardware)
* Interlacing: Automatic
* Interlacing: Automatic
Line 143: Line 143:
* DATE Accuracy: Fast
* DATE Accuracy: Fast
* Blending Accuracy: Basic
* Blending Accuracy: Basic
</spoiler>
-->
|Sound=SPU2-X 2.0.0
|Sound=SPU2-X 2.0.0
<spoiler show="Settings" hide="Hide">
<!--
* Interpolation: Hermite
* Interpolation: Hermite
* Module: Xaudio 2
* Module: Xaudio 2
* Synchronizing mode: Timestretch
* Synchronizing mode: Timestretch
* Audio Expansion Mode: Surround 5.1
* Audio Expansion Mode: Surround 5.1
</spoiler>
-->
|Comments=Plays at full speed even with widescreen hack
|Comments=Plays at full speed even with widescreen hack
<spoiler show="Notes" hide="Hide">
<!--
* When pressing start, it shows a black background instead of a fade gray
* When pressing start, it shows a black background instead of a fade gray
* Sometimes it has frame drops when loading screens, isn't really an issue
* Sometimes it has frame drops when loading screens, isn't really an issue
</spoiler>
-->
|Tester=Zerel
|Tester=Zerel
}}
}}
Line 179: Line 179:
== Trivia ==
== Trivia ==
* Original names: '''ダーククラウド''' (SCPS-15004) & (SCPS-19203) & (PAPX-90205)
* Original names: '''ダーククラウド''' (SCPS-15004) & (SCPS-19203) & (PAPX-90205)
 
{{SpoilerTable|caption=Special hacks|text=.
 
* Deinterlace hack for SCUS-97111 * A5C05C78:
==Known Issues==
{{Issue
|IssueName=Black lines around item boxes
|IsFixed=0
|IssueLevel=-1
|Description=Black/Purple lines separate item boxes.
|Workaround=Go to Config -> Video (GS) -> Plugin Settings, and set Texture Filtering to any option except "Bilinear (Forced)".
}}
 
{{Issue
|IssueName=Memory card read failure
|IsFixed=0
|IssueLevel=-1
|Description=Sometimes after loading a save state the game will no longer detect a memory card, switching or reloading memory cards does not solve the issue.
|Workaround=This only happens when using a Folder memory card. Copy the saves to a normal memory card and use that, convert the folder memory card to a standard memory card(go to Config -> Memory Card, click on the folder memory card, and then click on Convert), or avoid using save states while playing the game.
}}
 
==Additional Patches==
* Deinterlace Patch for A5C05C78:
<pre>
<pre>
gametitle=Dark Cloud (SCUS-97111) Game CRC = 0xA5C05C78:
// No Interlacing hack by asasega
comment=nop interleacing
// - cuts vertical Frame Buffer in half.
 
// No Interlacing; Cuts vertical Frame Buffer in half.
patch=1,EE,20113EB4,word,00000000
patch=1,EE,20113EB4,word,00000000
patch=1,EE,20172300,word,1000000D
patch=1,EE,20172300,word,1000000D
</pre>
</pre>


 
* Bugfix hack for SCUS-97111 * A5C05C78:
* Bugfix Patches for A5C05C78:
<pre>
<pre>
// Flapping duster fix by Wordofwind; Enables Flapping Duster to spawn without patching the iso
// Flapping Duster fix by Wordofwind
// - enables Flapping Duster to spawn without patching the ISO.
patch=1,EE,201C0108,extended,0809BDA0  
patch=1,EE,201C0108,extended,0809BDA0  
patch=1,EE,2026F680,extended,3C100027  
patch=1,EE,2026F680,extended,3C100027  
Line 219: Line 198:
</pre>
</pre>


 
* Game Enhancement hacks for SCUS-97111 * A5C05C78:
* Game Enhancement Patches for A5C05C78:
<pre>
<pre>
// CNP draw distance by kozarovv; Increased NPC draw distance to reduce pop in.
// NPC draw distance by kozarovv
// - increased NPC draw distance to reduce pop in
// - known to corrupt textures.
patch=1,EE,00156554,word,00000000
patch=1,EE,00156554,word,00000000
patch=1,EE,00156678,word,3C1943C0
patch=1,EE,00156678,word,3C1943C0
Line 229: Line 209:
patch=1,EE,00155FF0,word,00000000
patch=1,EE,00155FF0,word,00000000


// LOD Distance by kozarovv; Sets the LoD distance to reduce pop in
// LOD Distance by kozarovv
// - sets the LoD distance to reduce pop in.
patch=1,EE,00157364,word,10000006
patch=1,EE,00157364,word,10000006


// Shade by kozarovv; Locks the Shadows to "Medium" detail to remove pop in, but prevent them from getting too dark
// Shade by kozarovv
// - locks the Shadows to "Medium" detail to remove pop in,
//    but prevent them from getting too dark.
patch=1,EE,001A3E80,word,C6800004
patch=1,EE,001A3E80,word,C6800004
patch=1,EE,001A3D80,word,C6800004 //Additional fix
patch=1,EE,001A3D80,word,C6800004 // Additional fix


// Depth of Field by kozarovv
// Depth of Field hack by kozarovv
patch=1,EE,0017BD10,word,00000000
patch=1,EE,0017BD10,word,00000000
</pre>
</pre>
}}
==Known Issues==
{{Issue
|IssueName=Black lines around item boxes
|IsFixed=0
|IssueLevel=-1
|Description=Black/Purple lines separate item boxes.
|Workaround=Go to Config -> Video (GS) -> Plugin Settings, and set Texture Filtering to any option except "Bilinear (Forced)".
}}
{{Issue
|IssueName=Memory card read failure
|IsFixed=0
|IssueLevel=-1
|Description=Sometimes after loading a save state the game will no longer detect a memory card, switching or reloading memory cards does not solve the issue.
|Workaround=This only happens when using a Folder memory card. Copy the saves to a normal memory card and use that, convert the folder memory card to a standard memory card(go to Config -> Memory Card, click on the folder memory card, and then click on Convert), or avoid using save states while playing the game.
}}


==The gallery==
==The gallery==
67,565

edits