Hello everyone
Though I'd be interested to make some real custom level for Giana Sisters DS, but there is several issues that disturb me :
First off, how do we decompress LZ files without corrupting them and/or editing them more easier? Almost all the files of the game are LZ compression and some tools (like CrystalTile) can't recognize them. I tried to decompresse them by using NDS Editor, but files got corrupted (which fortunately, CrystalTile was able to open them, but tiles were glitched with had incorrect colors). Note that level maps are NSCR files, so we can edit them in hexadecimal, but it's more difficult and require me more patience.
And the most difficult is : how do we read bin files? Every levels contain a file called "blocks.bin.lz" which make objects like diamonds, extra blocks, bricks and hurtable objects functional. However, if you add or modify one in the map file, nothing would work, it'll act like you've changed nothing. i know bin files are generic extension, i heard they were very hard to read and i don't know how to view them. Helps and explanations are very welcome
First off, how do we decompress LZ files without corrupting them and/or editing them more easier? Almost all the files of the game are LZ compression and some tools (like CrystalTile) can't recognize them. I tried to decompresse them by using NDS Editor, but files got corrupted (which fortunately, CrystalTile was able to open them, but tiles were glitched with had incorrect colors). Note that level maps are NSCR files, so we can edit them in hexadecimal, but it's more difficult and require me more patience.
And the most difficult is : how do we read bin files? Every levels contain a file called "blocks.bin.lz" which make objects like diamonds, extra blocks, bricks and hurtable objects functional. However, if you add or modify one in the map file, nothing would work, it'll act like you've changed nothing. i know bin files are generic extension, i heard they were very hard to read and i don't know how to view them. Helps and explanations are very welcome