-
-
Notifications
You must be signed in to change notification settings - Fork 4
IPS patching
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 NOT pchtxt
files. Do not try to load pchtxt files as ips
files, you will simply cause a crash.