two-torial-sp2xpatcher/patches/L44-66a0e9be_203700.json
2024-12-15 19:17:53 +01:00

188 lines
5.3 KiB
JSON

[
{
"gameCode": "L44",
"version": "2024-07-30",
"lastUpdated": "2024-12-15 18:17:03",
"source": "https://sp2x.two-torial.xyz/"
},
{
"name": "Skip Tutorial",
"description": "Skips the tutorial.",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 885119,
"dllName": "jubeat.dll",
"dataDisabled": "0F85",
"dataEnabled": "90E9"
}
]
},
{
"name": "Skip Online Matching",
"description": "Skips online matching when starting a song.",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 868911,
"dllName": "jubeat.dll",
"dataDisabled": "0F84",
"dataEnabled": "90E9"
}
]
},
{
"name": "Skip Category Select",
"description": "Skips category select.",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 793195,
"dllName": "jubeat.dll",
"dataDisabled": "04",
"dataEnabled": "07"
}
]
},
{
"name": "Song Select Timer Freeze",
"description": "Freezes the song select timer.",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 792287,
"dllName": "jubeat.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Song Result Timer Freeze",
"description": "Freezes the song result timer. It'll still go down to 0 but then stop.",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 692411,
"dllName": "jubeat.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Force Unlock All Markers",
"description": "Force unlocks all markers.",
"caution": "If possible, do this server-side instead of patching.",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 1473981,
"dllName": "jubeat.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
},
{
"offset": 1776800,
"dllName": "jubeat.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
},
{
"offset": 1777546,
"dllName": "jubeat.dll",
"dataDisabled": "0FB745B0",
"dataEnabled": "31C09090"
}
]
},
{
"name": "Force Unlock All Backgrounds",
"description": "Force unlocks all backgrounds.",
"caution": "If possible, do this server-side instead of patching.",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 1284894,
"dllName": "jubeat.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
},
{
"offset": 1285627,
"dllName": "jubeat.dll",
"dataDisabled": "0FB745B0",
"dataEnabled": "31C09090"
},
{
"offset": 1474160,
"dllName": "jubeat.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Force Enable Expert Option",
"description": "Force enables the expert option.",
"caution": "If possible, do this server-side instead of patching.",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 906656,
"dllName": "jubeat.dll",
"dataDisabled": "558BEC",
"dataEnabled": "B001C3"
}
]
},
{
"name": "Force Default Marker For Guest Play",
"description": "Force sets the default marker for guest play.",
"caution": "If possible use a network and card-in instead of playing as a guest and using this.",
"gameCode": "L44",
"type": "union",
"patches": [
{
"name": "Default",
"patch": {
"offset": 381287,
"dllName": "jubeat.dll",
"data": "31"
}
},
{
"name": "Festo",
"patch": {
"offset": 381287,
"dllName": "jubeat.dll",
"data": "2E"
}
},
{
"name": "Qubell",
"patch": {
"offset": 381287,
"dllName": "jubeat.dll",
"data": "28"
}
},
{
"name": "Shutter",
"patch": {
"offset": 381287,
"dllName": "jubeat.dll",
"data": "04"
}
}
]
}
]