Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Widescreen Patch Problem with Ratchet & Clank: Up Your Arsenal Multiplayer #271

Open
isaac-lal opened this issue Dec 24, 2023 · 2 comments

Comments

@isaac-lal
Copy link

https://github.com/PCSX2/pcsx2_patches/blob/main/patches/SCUS-97353_49536F3F.pnach

Essentially, whenever you scope in with the sniper and switch to a different weapon, the FOV is reverted to the built in 16:9 and stays reverted until death.

https://www.youtube.com/watch?v=490GLp105aA

Is it possible to fix this?

@pgert
Copy link
Contributor

pgert commented Apr 23, 2024

Disable this for Multiplayer mode:

//Check if running in Single player
patch=1,EE,E005DC82,extended,0013B052
patch=1,EE,200C004C,extended,0804EC17
patch=1,EE,200C00A0,extended,0804EC21
patch=1,EE,2013B054,extended,08030000
patch=1,EE,2013B07C,extended,08030015
patch=1,EE,001439FD,byte,00000001 //Force built-in widescreen

Disable this for Single player mode:

//Check if running in Multiplayer
patch=1,EE,E005DC82,extended,001930B2
patch=1,EE,200C004C,extended,08064C2F
patch=1,EE,200C00A0,extended,08064C39
patch=1,EE,201930B4,extended,08030000
patch=1,EE,201930DC,extended,08030015
patch=1,EE,001A5A3D,byte,00000001 //Force built-in widescreen

Does it make any difference?

@Mrlinkwii
Copy link
Contributor

@isaac-lal any updates ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants