Was asked about this R402 file. Very common ROFS extractor out there has a bug that makes corrupted files (door2e.do2, r211.rdt, r708.rdt, r1140.rbj, r3170.rbj, r31*.rbj). Checked PMdata's source code (reevengi-tools-0.5) and fixed the bug. Now I'm able to load game fully extracted and use new R402 file in hospital (no door crash at chapel).
Fixed ROFS extractor tool + uncensor R402 file
https://www.4sh=ared.com/archive/tnjVmI ... 3rofs.htmlnote: You only need to extract rofs13.dat to use this uncensor mod (Eidos version)
ROFS file manager - Patrice Mandin - fixed source, sdl -> msvc conversion
http://s000.tinyu=pload.com/index.php?f ... 6018512108- Code: Select all
important changes:
dstBuffer = (Uint8 *) malloc(dstBufLen+0x8000);
..
if (offset+block_length>dstBufLen+0x8000) { printf( "assert error\n" ); while(1) {} }