RPCS3 Forums
Any possibility for higher internal resolutions and/or graphic packs with rpcs3? - Printable Version

+- RPCS3 Forums (https://forums.rpcs3.net)
+-- Forum: Community (https://forums.rpcs3.net/forumdisplay.php?fid=1)
+--- Forum: General Discussion (https://forums.rpcs3.net/forumdisplay.php?fid=16)
+--- Thread: Any possibility for higher internal resolutions and/or graphic packs with rpcs3? (/showthread.php?tid=190738)



RE: Any possibility for higher internal resolutions and/or graphic packs with rpcs3? - Inue - 07-05-2017

If PS3 has the same or similar technical problems as Wii U then maybe you can implement something similar to graphics packs CEMU uses now. It's their workaround for global resolution options being difficult to implement for this generation of console emulators and in the future it'll allow for texture replacement.

Maybe you can open Patreon for that.

Exzap: For those that care about the technical details: Cemu already internally tells the game to use 1080p resolution but that only defines the final output resolution and it's up to the game to choose whatever resolution it wants for the intermediate steps. For example, lots of games render the scenery in 720p or lower and then upscale that to 1080p at the end of the frame. Even if the final output is 480p the game would still use 720p as internal resolution because the engine has been tailored towards that specific resolution. Increasing the resolution can only be done by patching the game code, or by implementing game-specific hacks into the emulator. For comparison, other emulators like Dolphin can just scale up everything by 2x and it will work (with some exceptions). If I do the same in Cemu it will break almost every 3D game since quite a large number of shaders rely on pixel-perfect precision and accurate filtering.

https://www.reddit.com/r/cemu/comments/5nvtz5/community_graphic_packs_for_cemu_170/

https://www.reddit.com/r/cemu/comments/5rbrii/graphics_packs_or_texture_packs_which_is_it/

http://compat.cemu.info/wiki/Tutorial:How_to_create_graphic_pack

http://www.neogaf.com/forum/showthread.php?t=1331942

https://slashiee.github.io/cemu_graphic_packs/

https://github.com/slashiee/cemu_graphic_packs



RE: Any possibility for higher internal resolutions and/or graphic packs with rpcs3? - Ani - 07-05-2017

Upscaling will be possible in the future. It's on the Roadmap, but not as a short-term goal yet, as there are many things that need fixing ASAP.

Plus, we already have a Patreon.



RE: Any possibility for higher internal resolutions and/or graphic packs with rpcs3? - yapel - 07-05-2017

take a look at the ultra wide resolution hacks, you may get a bump in resolution messing around with that



RE: Any possibility for higher internal resolutions and/or graphic packs with rpcs3? - ssshadow - 07-07-2017

(07-05-2017, 07:28 PM)yapel Wrote: take a look at the ultra wide resolution hacks, you may get a bump in resolution messing around with that

It's actually still rendering at the same resolution, for example 1280x720. Just changes the aspect ratio and/or camera field of view.