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

[Request] Wipeout 2048 #31

Closed
ExtremeCaliber opened this issue Aug 19, 2018 · 7 comments
Closed

[Request] Wipeout 2048 #31

ExtremeCaliber opened this issue Aug 19, 2018 · 7 comments

Comments

@ExtremeCaliber
Copy link

ExtremeCaliber commented Aug 19, 2018

I believe the game has variable resolution which may make it more difficult. I've been trying to learn how to do upscales myself following this pastbin: https://pastebin.com/YHL6i4vA. The game I'm trying to edit was Gravity Rush. However, I got lost after step 8 when it said to paste the converted code at the offset given. I don't quite understand where to paste it. (I don't know much about hex editing, I'm using HxD) I just want to make sure I'm not doing anything wrong.

@Instandhaltung
Copy link

Overclocking the vita already greatly improves the resolution, especially for the HD/Fury packs. I haven't noticed significant downscales since I overclocked.

@ExtremeCaliber
Copy link
Author

Hmm I suppose I'll try it overclocked. I haven't tested the game while overclocked yet but I always assumed it wasn't running native. But ty for the info

@Instandhaltung
Copy link

Yeah, it especially fixes the weird behaviour that the HD tracks are super low res at the beginning of the race:
Normal speed:
2018-08-20-205046
Overclock:
2018-08-20-205004

@Electry
Copy link
Owner

Electry commented Oct 20, 2018

I checked this and yes, it uses dynamic res. scaling and jumps between these resolutions based on framerate:

960x544,
928x544,
928x512,
896x512,
896x480,
864x480,
832x480,
832x448,
768x448,
736x448,
736x416,
704x416,
704x384,
640x384,
640x352

Eliminating the scaling is rather easy (and so is replacing those res. values with custom ones). 60 fps uncap is also possible, but it won't reach 60 often even with 500/222 overclock (similarly to killzone).

Also, it runs at 4x MSAA.

@Shinriji
Copy link

Shinriji commented Oct 22, 2018

Nice. Even if there is some drawbacks, I'd like to see what is a 60FPS wipeout 2048 could be. Zone mode with 60FPS should be amazing, and shouln't be taxing on the hardware, since there is only one ship and simple textures.

@Electry Electry closed this as completed Jan 1, 2019
@EnekoT2001
Copy link

Btw is there any way to change/deactivate the MSAA now (since VG now supports MSAA patching)?
I know this is a super old thread but still, it would be interesting

@djhazardous
Copy link

Would a 40FPS lock be possible to implement with this game? 40 offers a big noticeable improvement over 30 and since 60 stable is not possible (even with overclock and resolution downscaling) it would be a nice middle ground.

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

6 participants