Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - aqegul18

Pages: [1]
1
FF8 Tools / Re: [PSX/PC] Field editor - Deling (0.12.0b)
« on: 2023-01-03 18:23:30 »
I was able to figure it out somewhat since then. Thank you

1. Check the source code for sector indexes or clone the source code, compile it in debug mode and make a breakpoint on addresses
2. No, that's totally not right. It works completely differently. PSX disc sector works on completely other structures than Windows NTFS/FAT32 file system. For LZSS-> it's possible to unpack LZSS manually. Check unLZS tool here in tools section. As for dumping sectors you have to go on your own with HEX editor. Putting everything back is doable as far as you don't exceed the sector count and make sure to NULLify all data up to next sector that is used for something else (so if you dump 5 sectors you have to reinput maximum 5 sectors. If smaller then fill remaining with 00). This is also the same as translating SNES games where everything you could do was to work with HEX editor and do everything manually
3. It can, but that's a huge amount of work with possibility of breaking everything easily. PSX and PC files are not the same. They don't have FL/FI/FS files.

However it's all possible-> for reference see balamb.pl -> they released tools for PSX translations, but as you might have guessed it's hard even to work with the tools and some don't even come up with pre-compiled binaries. Have fun!

2
FF8 Tools / Re: [PSX/PC] Field editor - Deling (0.12.0b)
« on: 2022-12-28 01:25:01 »
Hi, I have a few questions regarding the PSX version of the game and this software.

  • Is it possible for Deling to display offsets and/or output compressed contents of field.bin? I'm wondering if finding the same bytes would allow modding the disc. I understand field.bin location/size reference is at
    10h-17h in FF8DISC_.IMG.
  • Could the PSX field.bin be extracted and slipped into the PC version and then Deling could easily modify it? Then do some offset and LZS operations on it and overwrite the PSX disc image sectors?
  • Could Deling be modified to directly manipulate the extracted FF8DISK_.IMG and/or PSX field.bin?

Pages: [1]