Ah yeah that would fix the issue lmao. However I was trying to randomize them since the lua file looks for tga files that are no longer persistent.Edit::
You know the part in the lua file that says
-- Randomize the loading screen image after completing Corporate Meltdown (dlc05)
CITY_LOAD_ENABLE_RANDOM_IMAGE_AFTER_DLC05 = true
Change it so it reads
-- Randomize the loading screen image after completing Corporate Meltdown (dlc05)
CITY_LOAD_ENABLE_RANDOM_IMAGE_AFTER_DLC05 = false
Then see what happens.
EDIT: oh well you did all the loading screens anyways so no worries lol. I would include a modified version of that lua if I were you, or at least leave a note saying to turn it off.