Klonoa 2: Lunatea's Veil: Difference between revisions

Sound fixed in 1.7 builds thanks to CDVD timing changes
(cut delay by 16x, this was only needed on real hardware and was consuming an overbearing amount of EE cycles (on real hw, might need HDD DMA speed limiting etc))
(Sound fixed in 1.7 builds thanks to CDVD timing changes)
Line 197: Line 197:


==Known Issues==
==Known Issues==
{{Issue
|IssueName=Missing Sound
|IsFixed=0
|IssueLevel=0
|Description=Some areas have no music and sound effects are missing completely. Skipping too
|Workaround=Go to Config > Audio (SPU2) > Plugin Settings, and set latency to 3 ms. This can cause skipping, so set Synchronizing Mode to "TimeStretch"(start the game with "Async Mix", then switch to "TimeStretch" on the title screen). Otherwise change interpolation in SPU2 to Hermite. Alternatively, apply the following patch to work around the timing issue entirely:
<spoiler show="Show patches" hide="Hide patches">
<pre>
2F56CBC9.pnach
    gametitle= Klonoa 2 - Lunatea's Veil [SLUS 20151] (U) [2F56CBC9]
    comment=Patch by WulfyStylez
    // Fix audio playing incorrectly, when source media is faster than DVD
    // Increase base delay after cdRead calls (1048k => 16777k iterations)
    patch=0,EE,00166194,word,3C1000FF
    patch=0,EE,00165B54,word,3C1000FF
7EBEEBBD.pnach
    gametitle= Klonoa 2 - Lunatea's Veil [SCES 50354] (E) [7EBEEBBD]
    comment=Patch by WulfyStylez
    // Fix audio playing incorrectly
    patch=0,EE,001660CC,word,3C1000FF
    patch=0,EE,0016670C,word,3C1000FF
1645DE53.pnach
    gametitle= 風のクロノア2〜世界が望んだ忘れもの〜 [SLPS 25033] (J) [1645DE53]
    comment=Patch by WulfyStylez
    // Fix audio playing incorrectly
    patch=0,EE,00165C2C,word,3C1000FF
    patch=0,EE,001656D4,word,3C1000FF
</pre>
</spoiler>}}


{{Issue
{{Issue
Line 268: Line 235:


==Fixed Issues==
==Fixed Issues==
{{Issue
|IssueName=Missing Sound
|IsFixed=1
|IssueLevel=0
|Description=Some areas have no music and sound effects are missing completely. Skipping too
|Workaround= Fixed on 1.7 dev builds. For older builds, apply the patch that matches your game region/crc to work around the timing issue entirely:
<spoiler show="Show patches" hide="Hide patches">
<pre>
2F56CBC9.pnach
    gametitle= Klonoa 2 - Lunatea's Veil [SLUS 20151] (U) [2F56CBC9]
    comment=Patch by WulfyStylez
    // Fix audio playing incorrectly, when source media is faster than DVD
    // Increase base delay after cdRead calls (1048k => 16777k iterations)
    patch=0,EE,00166194,word,3C1000FF
    patch=0,EE,00165B54,word,3C1000FF
7EBEEBBD.pnach
    gametitle= Klonoa 2 - Lunatea's Veil [SCES 50354] (E) [7EBEEBBD]
    comment=Patch by WulfyStylez
    // Fix audio playing incorrectly
    patch=0,EE,001660CC,word,3C1000FF
    patch=0,EE,0016670C,word,3C1000FF
1645DE53.pnach
    gametitle= 風のクロノア2〜世界が望んだ忘れもの〜 [SLPS 25033] (J) [1645DE53]
    comment=Patch by WulfyStylez
    // Fix audio playing incorrectly
    patch=0,EE,00165C2C,word,3C1000FF
    patch=0,EE,001656D4,word,3C1000FF
</pre>
</spoiler>}}
{{Issue
{{Issue
|IssueName=Bad graphics
|IssueName=Bad graphics
ninja
143

edits