Poll & Discussion: We wish the site to continue (Y/N)
Broken Sword – The Director’s Cut help
Broken Sword – The Director’s Cut help
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.
Re: Broken Sword – The Director’s Cut help
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 iRe: Broken Sword – The Director’s Cut help
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
I hope I'm not doing something contrary to the forum rule
Re: Broken Sword – The Director’s Cut help
Unfortunatelly I can not translate by this code:ellonh wrote: ↑Thu May 14, 2020 9:19 pmCode: 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
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.
