I know, I just tried to pack customize_ru with the current ones because I had a little hope that maybe it'll work.No, but the new ones will when they're out.
I know, I just tried to pack customize_ru with the current ones because I had a little hope that maybe it'll work.No, but the new ones will when they're out.
It's definitely coded to use str2_pc files in the same directory as the asm_pc file: https://github.com/tomjepp/ThomasJe.../ThomasJepp.SaintsRow.Stream2/Program.cs#L265I have a question about your "ThomasJepp.SaintsRow.Stream2" tool:
If I use the following command:
ThomasJepp.SaintsRow.Stream2 path\to\file\filename.asm_pc updateWhere does the tool look for the ".str2_pc" files to use for the update? In the current working directory, or in the same folder where the ".asm_pc" file is located ("path\to\file")?
I'm just wondering if I can use a single command like:
ThomasJepp.SaintsRow.Stream2 "C:\Program Files (x86)\Steam\SteamApps\common\Saints Row IV\customize_player.asm_pc" updateto update only the single "asm_pc" file, and if it will use the ".str2_pc" files in the game folder instead of my current directory (which may be some random directory). Or do I have to "chdir" to the game folder before running the command?
Thanks!
EDIT: Hi Minimaul. After some experimentation, I believe I have answered the question myself. Apparently it looks for ".str2_pc" files in the same directory path that was specified for the ".asm_pc" file, which is exactly what I need. If I am incorrect, or if there are any caveats, please let me know. Thanks for the great tool!
no i haven't extracted anythingThat's a really odd error. You have extracted the files first, I assume?
Make sure you extract all the files from the zip file containing the tools before you use them.no i haven't extracted anything
how?Make sure you extract all the files from the zip file containing the tools before you use them.
I have a question about your "ThomasJepp.SaintsRow.Stream2" tool:
If I use the following command:
ThomasJepp.SaintsRow.Stream2 path\to\file\filename.asm_pc updateWhere does the tool look for the ".str2_pc" files to use for the update? In the current working directory, or in the same folder where the ".asm_pc" file is located ("path\to\file")?
I'm just wondering if I can use a single command like:
ThomasJepp.SaintsRow.Stream2 "C:\Program Files (x86)\Steam\SteamApps\common\Saints Row IV\customize_player.asm_pc" updateto update only the single "asm_pc" file, and if it will use the ".str2_pc" files in the game folder instead of my current directory (which may be some random directory). Or do I have to "chdir" to the game folder before running the command?
Thanks!
EDIT: Hi Minimaul. After some experimentation, I believe I have answered the question myself. Apparently it looks for ".str2_pc" files in the same directory path that was specified for the ".asm_pc" file, which is exactly what I need. If I am incorrect, or if there are any caveats, please let me know. Thanks for the great tool!