Remove shortname entirely, fix omnimix

This commit is contained in:
Will Toohey
2018-01-07 22:27:01 +10:00
parent 7a97429a35
commit 98a9058fbb
12 changed files with 26 additions and 124 deletions
-15
View File
@@ -14,7 +14,6 @@
new DllPatcher("soundvoltex", [
{
name : "All songs unlocked",
shortname : "unlocked",
patches : [{offset : 0x13AF9B, off: [0xE8, 0xF0, 0xE2, 0x01], on : [0xB8, 0x0B, 0x00, 0x00]},
// Augmented by mon to work offline too
{offset: 0x187AEF,
@@ -23,46 +22,39 @@
},
{
name : "All songs \"Safe\"",
shortname : "safe",
tooltip : "Failing early won't drop you out of your session",
patches : [{offset : 0x1554F7, off: [0x32, 0xC0], on : [0xB0, 0x01]}]
},
{
// Created by mon
name : "No \"Safe\" banner on jackets",
shortname : "nobanner",
tooltip : "Remove visual clutter",
patches : [{offset : 0x28F4AC, off: [0x73], on : [0x00]}]
},
{
name : "Prevent Windows volume change on boot",
shortname : "vol",
tooltip : "If your volume gets forced to max, turn this on",
patches : [{offset : 0x1F556A, off : [0xE8, 0x21, 0x03, 0x00, 0x00],
on : [0x90, 0x90, 0x90, 0x90, 0x90]}]
},
{
name : "Boot to Event Mode",
shortname : "event",
patches : [{offset : 0x170092, off : [0x00], on : [0x01]}]
},
{
// created by zini
name : "Disable EVENT MODE/FREE PLAY text",
shortname : "infotext",
patches : [{offset : 0x0AA910, off : [0xE8, 0x0B], on : [0xEB, 0x03]}]
},
{
// created by zini
name : "Replace EVENT MODE/FREE PLAY text with player name",
shortname : "nametext",
patches : [{offset : 0xAA884, off : [0x4C, 0x10, 0x29, 0x10], on : [0xB9, 0x0A, 0x15, 0x18]},
{offset : 0xAA890, off : [0x58, 0x10, 0x29, 0x10], on : [0xB9, 0x0A, 0x15, 0x18]}]
},
{
// Ported from the S1 PFree by mon
name : "PFree (Unlimited plays)",
shortname : "pfree",
tooltip : "Song clears/scores only, mission progress and custom settings do not save",
patches : [{offset : 0x196BDF, off : [0x00], on : [0x02]},
{offset : 0x196C66,
@@ -72,7 +64,6 @@
{// 12 hours of mon
name : "Levels up to 99",
tooltip : "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]},
@@ -81,7 +72,6 @@
{// Created by mon
name : "Level folders from 5-20",
tooltip : "Default 1-16. Requires 'Levels up to 99'",
shortname : "fold20",
patches : [{offset : 0x9D082, off : [0x07], on : [0x03]}, // offset
{offset : 0x9D09A, off : [0x10], on : [0x14]}, // bounds
{offset : 0xA2FFE, off : [0x07], on : [0x03]}, // clear calcs offset
@@ -106,7 +96,6 @@
{// Created by mon
name : "Hispeed values from 0.1 to 20.0",
tooltip : "Default 0.5-7.0",
shortname : "hispeed",
patches : [{offset : 0x1193C5, off : [0xDD, 0x05, 0xF8, 0x05, 0x28, 0x10], // load float 20.0 instead of double 7.0
on : [0xD9, 0x05, 0xA0, 0x07, 0x28, 0x10]},
{offset : 0x1193DE, off : [0xDD, 0x05, 0x00, 0x06, 0x28, 0x10], // load float 0.1 instead of double 0.5
@@ -119,13 +108,11 @@
{
type : "union",
name : "Score",
shortname : "score",
offset : 0x1FBD9,
patches : [
{
name : "Default",
tooltip : "NEAR+CRITICAL add to score from 0",
shortname : "default",
patch : [0x8B, 0x85, 0x50, 0x01, 0x00, 0x00, 0x8B, 0x9D, 0x48, 0x01, 0x00, 0x00, 0x8B, 0x8D, 0x54, 0x01,
0x00, 0x00, 0x8B, 0x95, 0x4C, 0x01, 0x00, 0x00, 0x56, 0x57, 0x3B, 0xC3, 0x75, 0x08, 0x3B, 0xCA,
0x0F, 0x84, 0x86, 0x00, 0x00, 0x00, 0x8B, 0xF8, 0x81, 0xC7, 0x7C, 0x9F, 0x02, 0x00, 0x8B, 0xF1,
@@ -139,7 +126,6 @@
// Created by mon
name : "Subtractive",
tooltip : "NEAR+ERROR subtract score from 10,000,000",
shortname : "subtract",
patch : [0x56, 0x57, 0x52, 0x51, 0xBE, 0x90, 0x71, 0x7C, 0x18, 0x8B, 0x46, 0x5C, 0x6A, 0x00, 0x99, 0x6A,
0x02, 0x52, 0x50, 0xE8, 0x3F, 0xC4, 0x21, 0x00, 0x8B, 0xC8, 0x8B, 0x46, 0x58, 0x8B, 0xFA, 0x99,
0x6A, 0x00, 0x01, 0xC1, 0x11, 0xD7, 0x68, 0x80, 0x96, 0x98, 0x00, 0x57, 0x51, 0xE8, 0x25, 0xC4,
@@ -152,7 +138,6 @@
// Created by mon
name : "Average",
tooltip : "Osu style % display",
shortname : "avg",
patch : [0x56, 0x57, 0x52, 0x51, 0xBE, 0x90, 0x71, 0x7C, 0x18, 0x8B, 0x46, 0x54, 0x99, 0x6A, 0x00, 0x6A,
0x02, 0x52, 0x50, 0xE8, 0x3F, 0xC4, 0x21, 0x00, 0x8B, 0xC8, 0x8B, 0xFA, 0x8B, 0x46, 0x58, 0x99,
0x01, 0xC1, 0x11, 0xD7, 0x6A, 0x00, 0x68, 0x80, 0x96, 0x98, 0x00, 0x57, 0x51, 0xE8, 0x25, 0xC4,