Currently, the only way to have Luma load multiple patches is to combine them into a single file. While there are tools for this, it can be inconvenient when dealing with many mods (in particular, there isn't really a way to remove or update a particular mod from the combined file without completely starting over).
Instead of checking for a single code.ips, Luma could check for all .ips files in a subdirectory and apply them one at a time in alphabetical order by filename. I expect this would cause a bit of a performance hit on startup, but the ease of use would be a worthwhile trade-off for most users, especially since the option to merge the patch files beforehand still exists.
Currently, the only way to have Luma load multiple patches is to combine them into a single file. While there are tools for this, it can be inconvenient when dealing with many mods (in particular, there isn't really a way to remove or update a particular mod from the combined file without completely starting over).
Instead of checking for a single
code.ips, Luma could check for all.ipsfiles in a subdirectory and apply them one at a time in alphabetical order by filename. I expect this would cause a bit of a performance hit on startup, but the ease of use would be a worthwhile trade-off for most users, especially since the option to merge the patch files beforehand still exists.