M
Minimaul
Guest
Edit: These tools have been replaced with the ThomasJepp.SaintsRow.BuildStrings.exe and ThomasJepp.SaintsRow.ExtractStrings.exe tools available from Minimaul's Saints Row 2, Saints Row: The Third, Saints Row IV and Gat Out Of Hell tools.
These programs allow you to edit the text displayed on screen in Saints Row: The Third and Saints Row 2.
Using these tools - with Saints Row: The Third
You will need:
- misc.vpp_pc extracted somewhere - mine are extracted to d:\Gaming\Saints Row 3\misc - the le_strings files are in here
- misc_tables.vpp_pc extracted somewhere - mine are extracted to d:\Gaming\Saints Row 3\misc_tables
- the file you want to edit. I'll use hud_us.le_strings
Using these tools - with Saints Row 2
You will need:
- patch.vpp_pc extracted somewhere - mine are extracted to d:\Gaming\Saints Row 2\patch - the le_strings files are in here. Some of the le_strings files are not included with SR2. Get them from Gentlemen of the Row.
- the file you want to edit. I'll use static_us.le_strings
Notes:
- You can add new strings - just make sure you follow the same format:
Some examples:
http://steamcommunity.com/sharedfiles/filedetails/?id=153634495
http://steamcommunity.com/sharedfiles/filedetails/?id=153639692
http://steamcommunity.com/sharedfiles/filedetails/?id=153638985
Changes
Rev 1: First Release.
Rev 2: Added an error message if you try to add a duplicate key.
Source code: https://github.com/saintsrowmods/ThomasJepp.SaintsRow
These programs allow you to edit the text displayed on screen in Saints Row: The Third and Saints Row 2.
Using these tools - with Saints Row: The Third
You will need:
- misc.vpp_pc extracted somewhere - mine are extracted to d:\Gaming\Saints Row 3\misc - the le_strings files are in here
- misc_tables.vpp_pc extracted somewhere - mine are extracted to d:\Gaming\Saints Row 3\misc_tables
- the file you want to edit. I'll use hud_us.le_strings
- Download and extract the tools to a new folder.
- Copy the le_strings file you want to edit to this folder
- Open up a command prompt and browse to the folder the tools are in
- Type the following:
Code:
ThomasJepp.SaintsRow.ExtractStrings.exe -xtbl="d:\Gaming\Saints Row 3\misc_tables" hud_us.le_strings
- A file called hud_us.txt will be created. This contains all the language strings stored in the file. You can now edit these as you like.
- Once you've finished editing the strings, go back to your command prompt. Now type:
Code:
ThomasJepp.SaintsRow.BuildStrings.exe hud_us.txt
- This will create hud_us.le_strings - overwriting the original file we had there.
- Copy this file to your SR3 directory and start the game! Your changes should be visible!
Using these tools - with Saints Row 2
You will need:
- patch.vpp_pc extracted somewhere - mine are extracted to d:\Gaming\Saints Row 2\patch - the le_strings files are in here. Some of the le_strings files are not included with SR2. Get them from Gentlemen of the Row.
- the file you want to edit. I'll use static_us.le_strings
- Download and extract the tools to a new folder.
- Copy the le_strings file you want to edit to this folder
- Open up a command prompt and browse to the folder the tools are in
- Type the following:
Code:
ThomasJepp.SaintsRow.ExtractStrings.exe -sr2 -xtbl="d:\Gaming\Saints Row 2\patch" static_us.le_strings
- A file called static_us.txt will be created. This contains all the language strings stored in the file. You can now edit these as you like.
- Once you've finished editing the strings, go back to your command prompt. Now type:
Code:
ThomasJepp.SaintsRow.BuildStrings.exe -sr2 static_us.txt
- This will create static_us.le_strings - overwriting the original file we had there.
- Copy this file to your SR2 modified folder, rebuild your patch.vpp_pc and start the game! Your changes should be visible!
Notes:
- You can add new strings - just make sure you follow the same format:
Code:
"STRING_NAME": "String text"
Some examples:
http://steamcommunity.com/sharedfiles/filedetails/?id=153634495
http://steamcommunity.com/sharedfiles/filedetails/?id=153639692
http://steamcommunity.com/sharedfiles/filedetails/?id=153638985
Changes
Rev 1: First Release.
Rev 2: Added an error message if you try to add a duplicate key.
Source code: https://github.com/saintsrowmods/ThomasJepp.SaintsRow
Attachments
Last edited by a moderator: