Zenonia files
-
- Posts: 404
- Joined: Mon Oct 06, 2014 6:41 pm
Zenonia files
Help me, aluigi. Sorry for bothering
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Zenonia files
This is stuff for the Game Localization section.
It's a very simple format but you know perfectly that I don't work with localization stuff and I have no tools for this stuff at the moment.
It's a very simple format but you know perfectly that I don't work with localization stuff and I have no tools for this stuff at the moment.
-
- Posts: 404
- Joined: Mon Oct 06, 2014 6:41 pm
Re: Zenonia files
Can you help me for decrypt this file ?
-
- Posts: 404
- Joined: Mon Oct 06, 2014 6:41 pm
Re: Zenonia files
Thanks. Can you tell me the signal of types decrypt by offzip ?
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Zenonia files
It's the same dialog file you posted in another topic: number of strings followed by the offsets of each string
-
- Posts: 404
- Joined: Mon Oct 06, 2014 6:41 pm
Re: Zenonia files
aluigi wrote:It's the same dialog file you posted in another topic: number of strings followed by the offsets of each string
can you teach me to find its. I'm always confused with this type and dont have any ideas
-
- Posts: 20
- Joined: Sun Mar 18, 2018 8:55 am
Re: Zenonia files
How to unpack *.zt1 file? Please help me
-
- Posts: 20
- Joined: Sun Mar 18, 2018 8:55 am
zenonia zt1 file
Please help me unpack zt1 file
Sorry my bad english
Sorry my bad english
-
- Posts: 706
- Joined: Fri Aug 08, 2014 1:06 am
Re: Zenonia files
Code: Select all
# script for QuickBMS http://quickbms.aluigi.org
get NAME basename
get EXT extension
string NAME + _decmp.
string NAME + EXT
get ZSIZE long
math ZSIZE - 8
get SIZE long
clog NAME 0x8 ZSIZE SIZE
-
- Posts: 1
- Joined: Tue May 10, 2022 9:05 am
Re: Zenonia files
Acewell wrote:Code: Select all
# script for QuickBMS http://quickbms.aluigi.org
get NAME basename
get EXT extension
string NAME + _decmp.
string NAME + EXT
get ZSIZE long
math ZSIZE - 8
get SIZE long
clog NAME 0x8 ZSIZE SIZE
Hi, I know this is an old thread but how do you use this code?
-
- Posts: 88
- Joined: Thu Aug 11, 2016 6:52 pm
Re: Zenonia files
Kazuma wrote:Acewell wrote:Code: Select all
# script for QuickBMS http://quickbms.aluigi.org
get NAME basename
get EXT extension
string NAME + _decmp.
string NAME + EXT
get ZSIZE long
math ZSIZE - 8
get SIZE long
clog NAME 0x8 ZSIZE SIZE
Hi, I know this is an old thread but how do you use this code?
Read line 1 in code
Code: Select all
# script for QuickBMS http://quickbms.aluigi.org
This is BMS script for QuickBMS. Create .bms file using notepad and copy this code inside it. Then you can drag .bms file into quickbms.exe, select the file you want to extract and select output folder.