The Godfather

How to translate the files of a game
anil523
Posts: 46
Joined: Tue Nov 13, 2018 5:10 pm

The Godfather

Post by anil523 »

Hi!

How to posibbly exract/repack these files?
Shokoniraya
Posts: 416
Joined: Sat Sep 15, 2018 5:22 am

Re: The Godfather

Post by Shokoniraya »

bms file Script

Code: Select all

findloc HEADER binary "\x4C\x43\x48\x32"
goto HEADER
savepos OFFTAKE
get DUMMY longlong
get DUMMY longlong
get COUNT long
get DUMMY long
get DUMMY longlong
savepos HEADOFF
xmath HEADING "COUNT * 4 + HEADOFF"
goto HEADING
for i = 0 < COUNT
get OFFSET long
math OFFSET += OFFTAKE
savepos OFFHANDLER
goto OFFSET
get LENGHT string
math LENGHT -= 1
goto OFFHANDLER
slog "" OFFSET LENGHT
next i
anil523
Posts: 46
Joined: Tue Nov 13, 2018 5:10 pm

Re: The Godfather

Post by anil523 »

thanks Shokoniraya :)
anil523
Posts: 46
Joined: Tue Nov 13, 2018 5:10 pm

Re: The Godfather

Post by anil523 »

how is the repacking?
Shokoniraya
Posts: 416
Joined: Sat Sep 15, 2018 5:22 am

Re: The Godfather

Post by Shokoniraya »

anil523 wrote:how is the repacking?

file has Offset and can support reimport2 mode in QuickBMS

here a sample .bat file (command line)

Code: Select all

QuickBMS.exe -w -r -r Mytext.str mytext.txt
TurkishPlayer63
Posts: 7
Joined: Fri Nov 16, 2018 6:01 pm

The Godfather text tool

Post by TurkishPlayer63 »

txt files str conversion tool looking pls help
GHOST DEAD
Posts: 218
Joined: Wed Jul 19, 2017 5:04 am

Re: The Godfather text tool

Post by GHOST DEAD »

TurkishPlayer63 wrote:txt files str conversion tool looking pls help

here a Old tool that i used
note: not tested on console game
anil523
Posts: 46
Joined: Tue Nov 13, 2018 5:10 pm

Re: The Godfather

Post by anil523 »

Doesn't Work. :cry:
anil523
Posts: 46
Joined: Tue Nov 13, 2018 5:10 pm

Re: The Godfather

Post by anil523 »

For GodFather 1, strtool file can be opened but when import them back, some changes are not visible on the game. for Godfather 2 its not posible to open at all. I hope you know some way to help me
anil523
Posts: 46
Joined: Tue Nov 13, 2018 5:10 pm

Re: The Godfather

Post by anil523 »

..
Last edited by anil523 on Sun May 05, 2019 3:18 pm, edited 1 time in total.
anil523
Posts: 46
Joined: Tue Nov 13, 2018 5:10 pm

Re: The Godfather

Post by anil523 »

..
Last edited by anil523 on Sun May 05, 2019 3:17 pm, edited 1 time in total.
anil523
Posts: 46
Joined: Tue Nov 13, 2018 5:10 pm

Re: The Godfather

Post by anil523 »

Image

bms script great work
AD010
Posts: 36
Joined: Sun Dec 30, 2018 8:26 pm

Re: The Godfather

Post by AD010 »