SRTTR Packfile Builder (Python)

Hello! I want to translate this version into my own language. Could you create a tool to open and package the “.le_strings” files? Also, I believe the in-game conversations are stored in “.bnk_pc” files. Do you have tools for those as well?
 
Hello! I want to translate this version into my own language. Could you create a tool to open and package the “.le_strings” files? Also, I believe the in-game conversations are stored in “.bnk_pc” files. Do you have tools for those as well?
Not yet, unfortunately. I don't know many of the differences between this game and the original. I just know many of the hashes are different and some mods from the original may work while others will not.
 
I understand, thank you. I have one last unrelated question. How can I use this tool, which was created to convert the language files (a.scribe_pad) of the Saint Row (2022) version into editable files?
When I try to convert them, I get the following error:
panic: Unknown command: convert

goroutine 1 [running]:
main.main()
G:/go/saints_row/sr/main.go:34 +0x1ac

tool: https://github.com/Sorrow446/SRTools/blob/main/guide.md
 
I understand, thank you. I have one last unrelated question. How can I use this tool, which was created to convert the language files (a.scribe_pad) of the Saint Row (2022) version into editable files?
When I try to convert them, I get the following error:
panic: Unknown command: convert

goroutine 1 [running]:
main.main()
G:/go/saints_row/sr/main.go:34 +0x1ac

tool: https://github.com/Sorrow446/SRTools/blob/main/guide.md
I haven't worked with the reboot. I'm sorry that I am not of much help. My guess is that it isn't recognizing the convert command. Is there a prompt that pops up after typing the first convert command? It is probably asking for an input before you use the second convert command
 
Awesome. Will you do the ASM tool as well? Just hoping this doesn't end up a dead project like so many others.
Maybe. I don't exactly know the ASM's version and even if I did the packfile tool was created when I was messing around with vibe coding. It is extremely primitive and I doubt the game will ever recognize the packfile you packed with this tool. I am very inexperienced with Saints Row's file format, especially this game and SRR. I suggest waiting for the menthe sr-tools, they are far better than anything I'll design or make.
 
Back
Top