From fd94e8f8cb8436b55ec0c82abcd7145d52b74e4a Mon Sep 17 00:00:00 2001 From: William Toohey Date: Sat, 18 Feb 2017 14:49:31 +1000 Subject: [PATCH] Add uncapped difficulty for SDVX --- js/dllpatcher.js | 1 - sdvx3-s2.html | 8 ++++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/js/dllpatcher.js b/js/dllpatcher.js index 5a646ae..3302af6 100644 --- a/js/dllpatcher.js +++ b/js/dllpatcher.js @@ -29,7 +29,6 @@ StandardPatch.prototype.validatePatch = function(file) { } else if(status == "off") { console.log('"' + this.name + '"', "is disabled!"); } else { - success = false; return '"' + this.name + '" is neither on nor off! Have you got the right dll?'; } }; diff --git a/sdvx3-s2.html b/sdvx3-s2.html index dd7ae52..3c029e7 100644 --- a/sdvx3-s2.html +++ b/sdvx3-s2.html @@ -48,6 +48,14 @@ off : [0x8B, 0x83, 0x78, 0x0A, 0x00, 0x00, 0x8D, 0x48, 0x01, 0x83, 0xF9, 0x03, 0x56, 0x57, 0x7F, 0x52], on : [0xB8, 0x01, 0x00, 0x00, 0x00, 0x89, 0x83, 0x78, 0x0A, 0x00, 0x00, 0x90, 0x56, 0x57, 0x90, 0x90]}] }, + {// 12 hours of mon + name : "Levels up to 99 (use with modified music_db.xml for SDVX IV difficulties)", + shortname : "nocap", + patches : [{offset : 0x188E46, off : [0x74, 0x03], on : [0x90, 0x90]}, + {offset : 0x1889C4, off : [0x0F], on : [0x62]}, + {offset : 0x186BD7, off : [0x10], on : [0x63]}, + {offset : 0x157F08, off : [0x7F, 0x3A], on : [0x90, 0x90]}] + }, { type : "union", name : "Score",