Hello. Who can help with the localization of the game RAGE. As I understand, the text is in the file gameresources_sp_01.patch. Hi. Who can help with export and import text.
http://dropmefiles.com/pTvDb
The Forum is up for sale: XeNTaX Forum looking for new owner
RAGE (localization)
-
binlv
- advanced
- Posts: 65
- Joined: Wed Apr 12, 2017 1:36 am
- Has thanked: 7 times
- Been thanked: 3 times
Re: RAGE (localization)
I can not download your file, please review the linkInKviZ wrote:Hello. Who can help with the localization of the game RAGE. As I understand, the text is in the file gameresources_sp_01.patch. Hi. Who can help with export and import text.
http://dropmefiles.com/pTvDb
- delutto
- veteran
- Posts: 153
- Joined: Sat Apr 16, 2011 5:20 am
- Has thanked: 49 times
- Been thanked: 14 times
Re: RAGE (localization)
Use a hex editor to dump the text like the attacked one or use quickbms for this, with the script below:
Using the hex editor for insert, you need overwrite the original text file block with the translated text file. Or use the quickbms for that.
PS1: The translated text need to be the same size of the original or smaller. In hex editor process, you need fill the original file size with null, using the quickbms, this will be done automatically.
PS2: The offset and size values on bms script are an example, I don't know the values for that game files, you need discovery this by yourself, it's easy using the hex editor.
Edit: I downloaded the file from this post and the below bms script works fine:
Code: Select all
set name english.txt #this is the name of the file you extract for translate
set offset 93436636 #this is the biggest files offset
set size 261355 #and size
log name offset sizePS1: The translated text need to be the same size of the original or smaller. In hex editor process, you need fill the original file size with null, using the quickbms, this will be done automatically.
PS2: The offset and size values on bms script are an example, I don't know the values for that game files, you need discovery this by yourself, it's easy using the hex editor.
Edit: I downloaded the file from this post and the below bms script works fine:
Code: Select all
set name english.txt
set offset 19851475
set size 704311
log name offset sizeYou do not have the required permissions to view the files attached to this post.
