Darkwatch PS2 .bxml

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
hnnewgames
Posts: 148
Joined: Sat Dec 16, 2017 8:58 pm

Darkwatch PS2 .bxml

Post by hnnewgames »

Does anyone know of any tool to work with files in BXML format?
Contains game text
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Darkwatch PS2 .bxml

Post by aluigi »

Topics about bxml are ever a failure based on my experience, but if you want just to edit some strings (without making them longer than the original) you can use this script for quickbms and then the reimport mode (not reimport2) for injecting your changes:

Code: Select all

get NAME filename
string NAME + ".txt"
get DUMMY long  # 1
get STRINGS short
for i = 0 < STRINGS
    get SIZE short
    slog NAME -1 SIZE
next i
hnnewgames
Posts: 148
Joined: Sat Dec 16, 2017 8:58 pm

Re: Darkwatch PS2 .bxml

Post by hnnewgames »

Eitcha! This is Aluigi! I am very much a fan of your work and thank you very much, the Brazilian community thanks you.
Delutto
Posts: 561
Joined: Tue Oct 13, 2015 1:26 pm

Re: Darkwatch PS2 .bxml

Post by Delutto »

hnnewgames wrote:Eitcha! This is Aluigi! I am very much a fan of your work and thank you very much, the Brazilian community thanks you.

Try this one without string length limitation.
Darkwatch BXML Text Tool (PS2)
By Delutto
Darkwatch_BXML_Text_Tool_By_Delutto.7z


PS: Not tested! So let me know if works.
hnnewgames
Posts: 148
Joined: Sat Dec 16, 2017 8:58 pm

Re: Darkwatch PS2 .bxml

Post by hnnewgames »

I already finished the translation of the PS2 version a few weeks ago but, thank you immensely for the tool. Your tool is working perfectly. BR HUEHUE BR (-'