I am incredibly enthusiastic about this project--it's something I know I have been hoping for for quite some time, as others have said, and I'm thrilled that you're personally looking over every output for quality checking. It's more than I'd ever hoped to see, and I'm eagerly awaiting it.
With that said, however, I do want to sound a potential word of caution since this is intended to be a 4x package. I have a great deal of experience troubleshooting setups with an overabundance of texture data, whether that be from upscale mods or just a ton of handmade textures, and I can say definitively that the larger the file load, the quicker both games' native memory leaks are exacerbated, leading to save corruption if the game isn't restarted frequently. Indeed, for some of the existing 4x textures on the Nexus, the problem is so bad that they can cause save corruption just by a user trying to save the game in a particularly heavily-affected module, even if the game was only just restarted. In the worst-case, modules with too much texture data can be impossible to load in; I'm not sure of the precise reason behind this, but I suspect there's some sort of backend texture throughput budget which, if breached, causes the save load to fail.
Now, most of the problems that lead to these behaviors are rooted in using only .tga textures, and lighter-weight .tpc textures can greatly reduce the strain--but still, there are limits to how much reduction can be expected, and any amount of texture load per-module which is in excess of 50mb, I would say, is likely to at least slightly reduce the amount of time it takes to begin experiencing memory overflow.
With that in mind, it might not be a bad idea to make different texture sizes, if at all feasible: 4x for users who are willing to restart their game a little more frequently or who have access to large address aware packages that can allow the executable to use more RAM (and thus ameliorate the memory overflow), and a 2x package for other users (such as those who have the game on Steam, where the encrypted executable leads 4GB patches to fail on the original game's .exe). I think having options for both would be very helpful, as long as it wouldn't require you to redo every texture from scratch.