diff --git a/gfdmv5.html b/gfdmv5.html index f9165f6..b29b776 100644 --- a/gfdmv5.html +++ b/gfdmv5.html @@ -20,7 +20,8 @@ ]); new Patcher("boot.dll", "", [ { - name: "GF's volume fix", + name: "Set GF to 2CH audio rather than 4CH", + tooltip: "Fixes audio volume issues, as you cannot hear any sound effects on a 2CH card by default.", patches: [ {offset: 0x1BC1, off: [0x00, 0x00, 0x00, 0x00], on: [0x01, 0x00, 0x00, 0x00]}, {offset: 0x1BC9, off: [0x01], on: [0x03]}, @@ -30,8 +31,8 @@ ]); new Patcher("libshare-pj.dll", "", [ { - name: "Let the game can access e-amuemu which IP is 192.168.*.*", - tooltip: "It's highly recommended using this just to turn off the e-AMUSEMENT easily,since it's not compatiable with e-amuemu(Cannot register cards but still can get into the game)", + name: "Remove the game's 10.0.*.* IP check, allowing any IP address.", + tooltip: "Without this, games will not get past server error 2-5000-0000", patches: [ {offset: 0x17ECA, off: [0x01, 0x5B], on: [0x00, 0x5B]} ] diff --git a/gfdmv6.html b/gfdmv6.html index 8650f72..c1ccd09 100644 --- a/gfdmv6.html +++ b/gfdmv6.html @@ -20,7 +20,8 @@ ]); new Patcher("boot.dll", "", [ { - name: "GF's volume fix", + name: "Set GF to 2CH audio rather than 4CH", + tooltip: "Fixes audio volume issues, as you cannot hear any sound effects on a 2CH card by default.", patches: [ {offset: 0x1B61, off: [0x00, 0x00, 0x00, 0x00], on: [0x01, 0x00, 0x00, 0x00]}, {offset: 0x1B69, off: [0x01], on: [0x03]}, @@ -30,7 +31,8 @@ ]); new Patcher("libshare-pj.dll", "", [ { - name: "Let the game can access e-amuemu which IP is 192.168.*.*", + name: "Remove the game's 10.0.*.* IP check, allowing any IP address.", + tooltip: "Without this, games will not get past server error 2-5000-0000", patches: [ {offset: 0x18F3A, off: [0x01, 0x5B], on: [0x00, 0x5B]} ] diff --git a/gfdmv7.html b/gfdmv7.html index 9d170d7..0f3cb3a 100644 --- a/gfdmv7.html +++ b/gfdmv7.html @@ -20,7 +20,8 @@ ]); new Patcher("boot.dll", "", [ { - name: "GF's volume fix", + name: "Set GF to 2CH audio rather than 4CH", + tooltip: "Fixes audio volume issues, as you cannot hear any sound effects on a 2CH card by default.", patches: [ {offset: 0x1A31, off: [0x00, 0x00], on: [0x01, 0x00]}, {offset: 0x1A39, off: [0x01], on: [0x03]}, @@ -30,7 +31,8 @@ ]); new Patcher("libshare-pj.dll", "", [ { - name: "Let the game can access e-amuemu which IP is 192.168.*.*", + name: "Remove the game's 10.0.*.* IP check, allowing any IP address.", + tooltip: "Without this, games will not get past server error 2-5000-0000", patches: [ {offset: 0x16B99, off: [0x01, 0x5B], on: [0x00, 0x5B]} ]