Virtual Families 2: Our Dream House - Finding Text

Need help translating games in other languages? Have your language problems solved here.
Post Reply
Vivvian
ultra-n00b
Posts: 4
Joined: Wed Sep 30, 2020 3:08 am
Has thanked: 1 time

Virtual Families 2: Our Dream House - Finding Text

Post by Vivvian » Wed Sep 30, 2020 3:28 am

Hi, I'm Vivvian. It seems that this game was never translated it to spanish. I'm struggling to find text files. In previos games (Virtual Villagers) text was in a .xml file, so it was really easy to edit. But now I'm really lost, and the few .dat files I scanned trough a hex editor didn't give any sigh. I really want to translate it, so thank you so much if someone can help me :cry:

User avatar
ikskoks
Moderator
Posts: 942
Joined: Thu Jul 26, 2012 5:06 pm
Location: Poland, Łódź
Has thanked: 506 times
Been thanked: 234 times
Contact:

Re: Virtual Families 2: Our Dream House - Finding Text

Post by ikskoks » Wed Sep 30, 2020 7:33 am

Did you try total commander method?
https://ikskoks.pl/searching-text-strin ... commander/

Vivvian
ultra-n00b
Posts: 4
Joined: Wed Sep 30, 2020 3:08 am
Has thanked: 1 time

Re: Virtual Families 2: Our Dream House - Finding Text

Post by Vivvian » Wed Sep 30, 2020 7:55 am

Thank you so much! It seems that the game text is in a .rdata file. Now, is there a way to convert it to .xml? Or edit it?

User avatar
ikskoks
Moderator
Posts: 942
Joined: Thu Jul 26, 2012 5:06 pm
Location: Poland, Łódź
Has thanked: 506 times
Been thanked: 234 times
Contact:

Re: Virtual Families 2: Our Dream House - Finding Text

Post by ikskoks » Wed Sep 30, 2020 10:44 am

You can upload somewhere .rdata sample file, post here a link and I will check it later.

Vivvian
ultra-n00b
Posts: 4
Joined: Wed Sep 30, 2020 3:08 am
Has thanked: 1 time

Re: Virtual Families 2: Our Dream House - Finding Text

Post by Vivvian » Wed Sep 30, 2020 2:53 pm


User avatar
ikskoks
Moderator
Posts: 942
Joined: Thu Jul 26, 2012 5:06 pm
Location: Poland, Łódź
Has thanked: 506 times
Been thanked: 234 times
Contact:

Re: Virtual Families 2: Our Dream House - Finding Text

Post by ikskoks » Wed Sep 30, 2020 6:23 pm

It seems that this file is some kind of .rdata section dump from EXE file:
The .rdata section contains data that is to be only readable, such as literal strings, constants and debug directory information.
https://keystrokes2016.wordpress.com/20 ... -sections/

You can use hex workshop to directly edit strings http://www.bpsoft.com/downloads/

or use sysinternal's strings tool to dump text to file https://docs.microsoft.com/en-us/sysint ... ds/strings

Code: Select all

strings64.exe -o rdata.rdata > out.txt

Vivvian
ultra-n00b
Posts: 4
Joined: Wed Sep 30, 2020 3:08 am
Has thanked: 1 time

Re: Virtual Families 2: Our Dream House - Finding Text

Post by Vivvian » Thu Oct 01, 2020 12:22 am

Thanks! It was really helpful! Now I can finally translate the text :keke: :up:

Post Reply