DarioSamo / LibXenoverse

Dragon Ball Xenoverse Modding Tools
44 stars 83 forks source link

Write files on Big Endian for console #14

Open manolin21 opened 9 years ago

manolin21 commented 9 years ago

Hi Dario,

Is possible to manage an option to write files on big endian format for use on Console.

Thanks 4 you work

DarioSamo commented 9 years ago

Every save() method of the classes that support it have an optional parameter that is defaulted to false which lets you write out big endian files. Adding the option to the command line tools should be trivial. However I haven't tested the files on console ever since the PC version released so I'm not sure if they're still compatible, but I imagine they are.

manolin21 commented 9 years ago

Hi Dario, thanks 4 your reply.

I'll test emb mod files on my ps3 converted with a little app (Only need swap a few a bits, and reemplace dds header, and works). I'm looking files from pc and consoles, and they're similar. Diference is only in endiannes, pc are coded on little endian, and console are coded on big-endian.

Thanks a lot.