In order to edit this wiki, you must register and verify your account.

Assembly Patching: Difference between revisions

From Cemu Wiki
Jump to:navigation Jump to:search
mNo edit summary
mNo edit summary
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
'''Assembly Patching''' is an operating done on the executable of the Wii U games emulated by Cemu. It uses a patch file in order to alter the PPC32 assembly of a game engine with any replacement or addition to it. The main way to this right now is via [[Cemuhook]] and later versions of Cemu will support patching natively.
'''Assembly Patching''' or '''Assembly Modding''' is an operation done on the executable of the Wii U games emulated by Cemu. It uses a patch file in order to alter the PPC32 assembly of a game engine with any replacement or addition to it. The main way to do this started by [[Cemuhook]] and versions of Cemu after 1.17.0 support [[Cemu patches|patching natively]].


[[Category:Cemu]]
=Notable examples of assembly patching=
*[[FPS++]]
*Most widescreen graphic packs
*All FPS mods
*All cheats
 
=How to assembly patch=
==Native Cemu implementation after v1.7.0==
Refer to the [[Cemu patches]] page.
 
==Original Cemuhook implementation==
For details on '''patches.txt''' and its format look into the docs found inside [[Cemu hook]]'s .zip.
 
This is done via the "graphic" packs system so you have to go via that road.
*[[Graphic packs creation]]
 
=See also=
*[[Cemu patches]]
*[[Cemu hook]]
 
 
[[Category:Cemu]] [[Category:List of tutorials]] [[Category:Graphic packs]]

Latest revision as of 12:14, 15 February 2020

Assembly Patching or Assembly Modding is an operation done on the executable of the Wii U games emulated by Cemu. It uses a patch file in order to alter the PPC32 assembly of a game engine with any replacement or addition to it. The main way to do this started by Cemuhook and versions of Cemu after 1.17.0 support patching natively.

Notable examples of assembly patching

  • FPS++
  • Most widescreen graphic packs
  • All FPS mods
  • All cheats

How to assembly patch

Native Cemu implementation after v1.7.0

Refer to the Cemu patches page.

Original Cemuhook implementation

For details on patches.txt and its format look into the docs found inside Cemu hook's .zip.

This is done via the "graphic" packs system so you have to go via that road.

See also