I need admin help archive file in game "VALKYRIE DRIVE -BHIKKHUNI-" from the CREATORS OF SENRAN KAGURA
-
- Posts: 2
- Joined: Mon Jul 02, 2018 3:40 pm
I need admin help archive file in game "VALKYRIE DRIVE -BHIKKHUNI-" from the CREATORS OF SENRAN KAGURA
QuickBMS does not work , huhuhu
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: I need admin help archive file in game "VALKYRIE DRIVE -BHIKKHUNI-" from the CREATORS OF SENRAN KAGURA
nguyenvanbongmac wrote:QuickBMS does not work , huhuhu
I have never made a script for those MRSC and BDEM formats so how do you expect quickbms to work with them?
And no, they aren't archives, BDEM ("ADVScriptText_drive1.bin") is more like a list of text strings but the specified offsets are a bit chaotic and useless so let's extract the strings in another way:
Code: Select all
idstring "BDEM"
get ZERO long
get STRINGS1 long
get STRINGS2 long
get STRINGS3 long
get BASE_OFF long
get BASE_OFF2 long # same
get ZERO long
# offsets are wrong, better to guess them
get BDEM_SIZE asize
goto BASE_OFF
do
slog "" -1 -1
padding 4
savepos TMP
while TMP != BDEM_SIZE
-
- Posts: 2
- Joined: Mon Jul 02, 2018 3:40 pm
Re: I need admin help archive file in game "VALKYRIE DRIVE -BHIKKHUNI-" from the CREATORS OF SENRAN KAGURA
That working, thanks u very much ^^