nunuhara / alice-tools

Tools for extracting/editing files from AliceSoft games.
GNU General Public License v2.0
131 stars 19 forks source link

using asd on Rance X NULLs #53

Open SickisM opened 1 year ago

SickisM commented 1 year ago

This is the asd dump of Collection.asd because im trying to edit CPs flag null

and here is a gamesave null2

ive made sure i use the correct command using cmd e.i asd -d -o anyfilename.asd [directory of asd file] ive tried using the \x00 thingy but it only deletes them? also the other command works tho

kichikuou commented 1 year ago

Currently dumping to text files is only supported for save files prior to Rance Quest. Rance X save files can be decompressed with the -d option, but they are still binary files.

Creative-Ataraxia commented 1 year ago

Currently dumping to text files is only supported for save files prior to Rance Quest. Rance X save files can be decompressed with the -d option, but they are still binary files.

does this mean we wont' be able to use alice tools to dump & build asd saves?

kichikuou commented 1 year ago

Currently dumping to text files is only supported for save files prior to Rance Quest. Rance X save files can be decompressed with the -d option, but they are still binary files.

does this mean we wont' be able to use alice tools to dump & build asd saves?

Yes.