I've finally mapped headerless PVRs inside Virtua Tennis for Dreamcast that allows for modification. Unfortunately I couldn't find a simple script to "dump" binary data from specified offsets, is there any one I could use?
i.e. File1 fm 0x00 to 0xD55 File2 fm 0XD56 to D5F File3 fm ... to ....
I just got an issue on the script when adding a custom PVR header of 32bytes, it's probably a typo or a format issue but I can't figure it out, what's wrong:
get TMP asize MEMORY_FILE # take the size of the memory file log "1_colletto.pvr" 0 TMP MEMORY_FILE # dump it in the output file append # enable append mode log "1_colletto.pvr" OFFSET END_OFFSET # dump the input file at the end of the output file