diff --git a/SUPPORTED.md b/SUPPORTED.md index 74bfcdd..b97ff55 100644 --- a/SUPPORTED.md +++ b/SUPPORTED.md @@ -293,7 +293,7 @@ Patches for which we don't know the corresponding game version. | Codename | Filename | Version | Identifier | |----------|----------|---------|------------| | MDX-003 | gamemdx.dll | 2024-06-13 | [MDX-66692e1b_1926a9](patches/MDX-66692e1b_1926a9.json) | -| MDX-001 | gamemdx.dll | 2024-07-04 | [MDX-667c9d10_197659](patches/MDX-667c9d10_197659.json) | +| MDX-001 | gamemdx.dll | 2024-07-02 | [MDX-667c9d10_197659](patches/MDX-667c9d10_197659.json) | ## Dancerush Stardom (DRS) diff --git a/patches/MDX-667c9d10_197659.json b/patches/MDX-667c9d10_197659.json index 3c1cdaf..b499f7d 100644 --- a/patches/MDX-667c9d10_197659.json +++ b/patches/MDX-667c9d10_197659.json @@ -1,8 +1,8 @@ [ { "gameCode": "MDX", - "version": "2024-07-04 (001)", - "lastUpdated": "2024-07-11 14:58:53", + "version": "2024-07-02 (001)", + "lastUpdated": "2024-08-10 08:22:57", "source": "https://getze56901.github.io/ddrworld.html" }, { @@ -54,16 +54,42 @@ ] }, { - "name": "Sound Offset", - "description": "Bigger numbers make audio later.", + "name": "Render Offset (?)", + "description": "", "gameCode": "MDX", "type": "number", "patch": { "dllName": "gamemdx.dll", - "offset": 140340, + "offset": 140350, + "size": 4, "min": 0, - "max": 1000, - "size": 4 + "max": 1000 + } + }, + { + "name": "Bomb Frame Offset", + "description": "", + "gameCode": "MDX", + "type": "number", + "patch": { + "dllName": "gamemdx.dll", + "offset": 140335, + "size": 4, + "min": 0, + "max": 10 + } + }, + { + "name": "Sound Offset", + "description": "Bigger numbers make audio later", + "gameCode": "MDX", + "type": "number", + "patch": { + "offset": 140340, + "dllName": "gamemdx.dll", + "size": 4, + "min": 0, + "max": 1000 } }, { @@ -79,5 +105,65 @@ "dataEnabled": "89" } ] + }, + { + "name": "Force Premium Play as Galaxy Play", + "description": "WARNING: Make sure your network supports and allows this before enabling!", + "gameCode": "MDX", + "type": "memory", + "patches": [ + { + "offset": 438992, + "dllName": "gamemdx.dll", + "dataDisabled": "82B40610C6B4061011B5061094B50610", + "dataEnabled": "82B40610C6B4061011B5061002B60610" + }, + { + "offset": 458032, + "dllName": "gamemdx.dll", + "dataDisabled": "2F020710620207106B010710A2010710", + "dataEnabled": "62020710620207106B010710A2010710" + }, + { + "offset": 458016, + "dllName": "gamemdx.dll", + "dataDisabled": "87FF0610C700071018010710FD010710", + "dataEnabled": "87FF06101801071018010710FD010710" + } + ] + }, + { + "name": "Hide all bottom text", + "description": "", + "gameCode": "MDX", + "type": "memory", + "patches": [ + { + "offset": 2013036, + "dllName": "gamemdx.dll", + "dataDisabled": "4556454E54204D4F444500004652454520504C41590000005300000020000000544F4B454E000000434F494E00000000257325733A2532642F2532640000000043524544495425733A25326400000000303030303000000030303030303000002A2A2A2A2A2A0000504153454C493A202573202B20257300504153454C493A2025730000455854524120504153454C493A20257300000000504153454C493A204E4F5420415641494C41424C450000004C4F43414C204D4F444500004F46464C494E45204D4F4445000000004D41494E54454E414E434500434845434B494E4700000000434845434B494E472E000000434845434B494E472E2E0000434845434B494E472E2E2E004F4E4C494E4500004552524F520000004E4F5420415641494C41424C45", + "dataEnabled": "0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + } + ] + }, + { + "name": "Hide background music video", + "description": "", + "gameCode": "MDX", + "type": "memory", + "patches": [ + { + "offset": 2530464, + "dllName": "gamemdx.dll", + "dataDisabled": "00000000646174612F6D64625F6170782F6D6F7669652F006C69747000000000", + "dataEnabled": "00000000646174612F6D64625F6170782F5F6F7669652F006C69747000000000" + }, + { + "offset": 2515904, + "dllName": "gamemdx.dll", + "dataDisabled": "28D728103B591910B02312102F646174612F6D64625F6170782F6D6F76696500", + "dataEnabled": "28D728103B591910B02312102F646174612F6D64625F6170782F5F6F76696500" + } + ] } ] \ No newline at end of file