szs explorer and my wszst creates the same szs file: offsets and sizes are identical. But szs makes an mistake (I believe it):
Code:
* SZS explorer
off/hex siz/hex size/dec file or directory/
-------------------------------------------------------------------------------
- - - ./
- - - bg/
- - - bg/anim/
5480 98 152 bg/anim/bg_Loop.brlan
- - - bg/blyt/
5520 3f8 1016 bg/blyt/bg.brlyt
5920 65c 1628 bg/blyt/obi_bottom.brlyt
5f80 be4 3044 bg/blyt/obi_bottom_message.brlyt
...
The first directory "." is not the base of all others. Compare this:
Code:
* wszst | original
off/hex siz/hex size/dec file or directory/
-------------------------------------------------------------------------------
- - - ./
- - - ./bg/
- - - ./bg/anim/
5480 98 152 ./bg/anim/bg_Loop.brlan
- - - ./bg/blyt/
5520 3f8 1016 ./bg/blyt/bg.brlyt
5920 65c 1628 ./bg/blyt/obi_bottom.brlyt
5f80 be4 3044 ./bg/blyt/obi_bottom_message.brlyt
...
I will test the created title.szs tomorrow.