Thanks for the info about the high number of .str2_pc files that are present with some of those files.
Would that be the brick billboards that do this ?
Is it possible to edit the following image files apart from the toolkit by doing them manually ?
bench_ad01_d.
busstop_01_d.
female_statue_lamp_d.
female_statue_lamp_n.
traffic_signs_01_d.
If so, would you know which .str2_pc files and their respective .asm_pc files are ?
Thank you.
The toolkit already modifies around 110 .str2_pc files, for a little over 1 GB of data.
I had begun checking for including the female_statue_lamp files and realized that I would have to add around 20 more .str2_pc files just for that and decided it was not worth it.
As for the brick_billboards, they are in general found only in 1 to 3 .str2_pc files each. Though, those numbers are for SRIV. In SRTT, it can be be multiplied by a factor of 2 or 3 because of the various states of the game [burn, lockdown, daedelus, etc] I must admit I did not even evaluate the numbers for SRTT, as I was not convinced it was worth it that much. I almost dont notice them in the first place, in game in SRIV. And since I was feeling a little lazy toward this update, since I dont play SRTT anymore, I dropped the idea.
busstop_01_d can easily be added , it is pretty much a one line addition in both Pack_and_send_all_work_area_dds_files_to_your_mod_release.bat and patch_srtt_billboards.bat
You should be able to figure out what to do by checking the files content. Duplicate the lines regarding screen_orion_lcd.tga.DDS and change screen_orion_lcd.tga.DDS to busstop_01_d.tga.DDs
Finally, in SRIV, bench_add01_d was found in around 70 .str2_pc files and traffic_signs_01_d in around 90 .str2_pc files . I did not want to bother doing that all over again, and worse because of the additional states of the game in SRTT [burn, lockdown, etc].
The best way to proceed is recursively unpack both sr3_city_0.vpp_pc and sr3_city_1.vpp_pc files and then search for the various files you are looking for, using the windows file search functionality. It will list the location of all instances of the file you are looking for. You use that listing to update the patch_srtt_billboards.bat file. You should be able to understand what is going on in the file, it is nicely commented, and it is basically either commands to copy files around, or Gibbed.SaintsRow3 tools commands.