..:: PCSX2 Forums ::..

Full Version: No interlacing codes
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Looking for no interlacing for Tom Clancy's Splinter Cell Chaos Theory
Poinie's Poin
CRC - FE6D362F

//No-Interlacing in Gameplay and menus
patch=1,EE,001B2D98,word,30420000


//No Interlacing in FMV
patch=1,EE,001ABE94,word,00000000

Note: The screen in FMV will stop shaking but a flashing black screen will appear instead, so use blend tff deinterlacing
//gametitle=Silent Hill: Shattered Memories (SLUS-21899)

//SDTV 480p progresivo
patch=1,EE,00346a84,word,3c050000
patch=1,EE,00346a8c,word,3c060050
patch=1,EE,00346a94,word,3c070001
patch=1,EE,00346d54,word,3c090010
These patches were ported from different regions. Thanks to the original patch producers.
jak's patches did not require any code changes and were usable without modification in the Japanese version.

EDE4FE64.pnach

Code:
// SCPS-15021 Jak x Daxter - Kyuusekai no Isan (Japan)
// No Interlacing
patch=1,EE,202B2074,word,24060000
patch=1,EE,20878904,word,AEE0ED00
// No Blur
patch=1,EE,00702898,extended,000000E0
patch=1,EE,2010FF6C,extended,30420000



35E2B1AF.pnach
Code:
// SLPM-65019 Z.O.E. - Zone of the Enders (Japan)
patch=1,EE,204681DC,word,00000000
patch=1,EE,20468444,word,00000000
This is a port from USA region. Thanks to the original NI patch producer!

However, I am not sure if the behavior is correct even with the NI patch applied. When I move the viewpoint to the left or right, the scanning lines are displayed. When deinterlacing is set to BlendTFF, the top half is not noticeable when moving the viewpoint left or right, but the bottom half is very blurry.

04C3765E.pnach
Code:
// SLPS-25057 King's Field IV (Japan)
patch=1,EE,202201A4,extended,00000000
patch=1,EE,2022022C,extended,00000000
patch=1,EE,0021E000,word,00000000
Felix,

I came across a couple of documents that may of interest to you (and anybody else)
The dithering we are seeing on Capcom vs SNK 2 and Marvel vs Capcom 2 seems to be related to the 16bit textures according to the GS manual. It looks like dithering can be disabled...unfortunately I lack the skill to do it myself.

Also the other document on getting perfect sprites on PS2 is interesting as well.
(08-10-2021, 10:39 AM)Puxirepublic Wrote: [ -> ]Weird, I'm stuck in 3rd Super Robot Wars Alpha: To the End of the Galaxy [SLPS-25537] (第3次スーパーロボット大戦α 〜終焉の銀河へ〜) one.

I was quickly found the code in Debugger mode, then nuke the code, everything got de-interlaced and works perfectly fine. But written in the patch file,  after restarting PCSX2 and boot game again, I got fully black screen all along, intro logo (Banpresto), start menu and in-gameplay all of them with black screen, only intro CG is fine.

The interlacing path code is 0010D29C, I'm still assured this is the only right one, since tried a lot of other similar ones all are not working or unrelated.

The black screen issue seems to have stopped occurring with the PCSX2 update. Version v1.7.4187 plays fine.

5D12241C.pnach
Code:
// SLPS-25537 Super Robot Wars - Alpha 3 (Japan)
patch=1,EE,2010D29C,extended,00000000
If the game does use the GS dithering and stores the GS register data to send in the EE RAM, then you can look for this hex string in the memory:
Code:
01 00 00 00 00 00 00 00 45 00 00 00
It is the DTHE register command sent by GIF to enable dithering. Keep in mind the GS dithering does work in the PSMCT16/S frame buffer formats only.
Gran Turismo 4 does use this one when the progressive mode is enabled:
0x70002130 - global dithering flag
0x004AB318 - routine for transferring the GS registers data from the scratchpad to the EE RAM
0x004A17AC - nop to disable dithering in race. "Enjoy" the awful colour banding, especially on the night, cloudy sky.

The EE offsets are from the PAL version.

By the way dithering could be disabled in the PCSX2 rendering settings.
Only the ability(能力) screens for SuperRobotTaisenZ and SpecialDisc commands are blurred and not deinterlaced. It is hard to see in the image, but the background 3D field, battle screen, menu screen, etc. are de-interlaced except for the ability screen. Perhaps the ability screen is interlaced by a different program. If anyone knows the deinterlacing code for the ability screen, please let me know.

The ability screen of SuperRobotTaisenZ is also a version that could be de-interlaced.
https://forums.pcsx2.net/Thread-No-inter...#pid632522

[attachment=76829]
Code:
// SLPS-25104 Super Robot Taisen Impact (Japan)
patch=1,EE,20229114,extended,00000000

[attachment=76826]
Code:
// SLPS-25345 Super Robot Wars MX (Japan)
patch=1,EE,2034B5CC,extended,00000000

[attachment=76830]
Code:
// SLPS-25228 Super Robot Wars - Alpha 2nd (Japan)
patch=1,EE,20101764,extended,00000000

321C5C3B.pnach
// SLPS-25887 Super Robot Taisen Z (Japan)
patch=1,EE,2016ECC4,extended,00000000


9D06B913.pnach
// SLPS-25920 Super Robot Taisen Z - Special Disc (Japan)
patch=1,EE,2016FE54,extended,00000000
(03-05-2023, 11:10 AM)Agrippa Wrote: [ -> ]If the game does use the GS dithering and stores the GS register data to send in the EE RAM, then you can look for this hex string in the memory:
Code:
01 00 00 00 00 00 00 00 45 00 00 00
It is the DTHE register command sent by GIF to enable dithering. Keep in mind the GS dithering does work in the PSMCT16/S frame buffer formats only.
Gran Turismo 4 does use this one when the progressive mode is enabled:
0x70002130 - global dithering flag
0x004AB318 - routine for transferring the GS registers data from the scratchpad to the EE RAM
0x004A17AC - nop to disable dithering in race. "Enjoy" the awful colour banding, especially on the night, cloudy sky.

The EE offsets are from the PAL version.

By the way dithering could be disabled in the PCSX2 rendering settings.

Sure, disabling dithering in the emulator is easy. But I'm running these 2 games (Cvs2 and MvC2) on a backwards compatible PS3, the CECHE01 model to be exact which emulates the EE but has a physical GS on board. Surprisingly it handles the mods well.
The dithering is that last bit that needs to be dealt with to achieve perfection but the system has no option to disable it.
Specially important for Capcom vs SNK 2 as that game was never ported to PS3, unlike MvC2.