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