The Godfather
-
- Posts: 46
- Joined: Tue Nov 13, 2018 5:10 pm
The Godfather
Hi!
How to posibbly exract/repack these files?
How to posibbly exract/repack these files?
-
- Posts: 416
- Joined: Sat Sep 15, 2018 5:22 am
Re: The Godfather
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
-
- Posts: 416
- Joined: Sat Sep 15, 2018 5:22 am
Re: The Godfather
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
-
- Posts: 7
- Joined: Fri Nov 16, 2018 6:01 pm
The Godfather text tool
txt files str conversion tool looking pls help
-
- Posts: 218
- Joined: Wed Jul 19, 2017 5:04 am
Re: The Godfather text tool
TurkishPlayer63 wrote:txt files str conversion tool looking pls help
here a Old tool that i used
note: not tested on console game
-
- Posts: 46
- Joined: Tue Nov 13, 2018 5:10 pm
Re: The Godfather
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
-
- Posts: 46
- Joined: Tue Nov 13, 2018 5:10 pm
-
- Posts: 46
- Joined: Tue Nov 13, 2018 5:10 pm
-
- Posts: 36
- Joined: Sun Dec 30, 2018 8:26 pm
Re: The Godfather
continues : viewtopic.php?f=9&t=13603