Name=Sample Mod Author=Sample Version=1.0 Description=This mod makes the following edits:\n1) File replacement: Adds/replaces the files 'PL_10B.BIN' and 'PL_20B.BIN' in the game's root folder.\n2) Binary byte patch: Writes 09 00 at 0x3506A and 0x3506E in 1ST_READ.BIN.\n3) Compressed binary byte patch: Writes B8 91 at 0x140 in STG03.PRS.\n4) Pointer replacement: Replaces the '8C5E3D36' pointer with '8C6023BA' in multiple stage binaries\nSee 'mod.ini' for additional information. Autodemo=True ; List of files for byte patching. Addresses for PRS entries are for decompressed binaries. You can write any number of sequential bytes, writing beyond the original file size is also supported. ; Format: ; [FileToPatch] ; Address = byte1 byte2 byte3 byte4 etc. [1ST_READ.BIN] 3506A = 09 00 3506E = 09 00 [STG03.PRS] 140 = B8 91