Broken Sword – The Director’s Cut help

The Original Forum. Game archives, full of resources. How to open them? Get help here.
Post Reply
User avatar
ellonh
ultra-n00b
Posts: 3
Joined: Thu Oct 17, 2019 7:06 pm
Has thanked: 2 times

Broken Sword – The Director’s Cut help

Post by ellonh »

I am in need of help to extract and import the files of this game more precisely the file with that name and extension bs1dc.dat that I am not finding anywhere, so I would like to know if anyone can help me, I have already seen some posts on the forum older ones are not taking the only scripct that I found from this game and for that menu_gfx.dat file then I put the codes down here.
Last edited by ellonh on Thu May 21, 2020 8:59 pm, edited 3 times in total.
User avatar
ellonh
ultra-n00b
Posts: 3
Joined: Thu Oct 17, 2019 7:06 pm
Has thanked: 2 times

Re: Broken Sword – The Director’s Cut help

Post by ellonh »

Code: Select all

# Revolution obb (dat) archives
# script for QuickBMS http://quickbms.aluigi.org

idstring "RARC"
get FILES long

for i = 0 < FILES
getdstring NAME 0x40
get OFFSET long
get SIZE long
log NAME OFFSET SIZE
next i
User avatar
ellonh
ultra-n00b
Posts: 3
Joined: Thu Oct 17, 2019 7:06 pm
Has thanked: 2 times

Re: Broken Sword – The Director’s Cut help

Post by ellonh »

I need this for a translation of the game into my native language, the only translation I found for this game is in Hungarian, which was the one I saw that it was possible to do a translation for this game. here is the link for the translation I found: https://magyaritasok.hu/magyaritasok/br ... -cut-/1442

I hope I'm not doing something contrary to the forum rule
damra74
ultra-n00b
Posts: 1
Joined: Sun Nov 01, 2020 2:55 pm

Re: Broken Sword – The Director’s Cut help

Post by damra74 »

ellonh wrote: Thu May 14, 2020 9:19 pm

Code: Select all

# Revolution obb (dat) archives
# script for QuickBMS http://quickbms.aluigi.org

idstring "RARC"
get FILES long

for i = 0 < FILES
getdstring NAME 0x40
get OFFSET long
get SIZE long
log NAME OFFSET SIZE
next i
Unfortunatelly I can not translate by this code:
offset filesize filename
--------------------------------------

- signature of 4 bytes at offset 0x00000000 doesn't match the one
expected by the script:

this one: "AUFS"
41 55 46 53 AUFS

expected: "RARC"
52 41 52 43 RARC

- 0 files found in 0 seconds
coverage file 0 0% 4 147876374 . offset 00000004

Press ENTER or close the window to quit
https://drive.google.com/file/d/10JwOs3 ... sp=sharing

Could you help please again?
I do it at the first time :-)
Thank you
DM.
Post Reply