IPS patching - Raytwo/Cobalt GitHub Wiki
IPS files can be loaded from the root directory of your mod as long as the file extension is .ips
.
You can have as many as you want and every other feature (such as mod dependencies) are compatible, so it is possible to distribute mods with only a IPS patch alongside a configuration file so other plugins can depend on it.
[!NOTE] Nintendo Switch IPS files are
IPS32
. If you create a IPS file by hand, make sure it follows the correct format.
[!IMPORTANT] Make sure the path is lowercase or it won't be picked up by Cobalt.
[!WARNING] Patching happens on a "first come, first served" basis, so two IPS patches modifying the same instruction might conflict.
[!CAUTION]
ips
files are NOTpchtxt
files. Do not try to load pchtxt files asips
files, you will simply cause a crash.