From b8fb8eea3bdc6cfe9bdf84ec2bba78cf3fc7c3a7 Mon Sep 17 00:00:00 2001 From: ikaros14 <70622899+ikaros14@users.noreply.github.com> Date: Tue, 4 Oct 2022 19:23:21 +0900 Subject: [PATCH] add patches for jubeat festo (#299) * add patches for jubeat festo I organized all the markers and backgrounds(name from official website). If it's a problem because there are too many markers, please modify them freely. (I think it's better to add a drop-down to css) * Update jubeatfesto.html * Update jubeatfesto.html * Update jubeatfesto.html * wording updates Co-authored-by: Will Toohey --- jubeatfesto.html | 134 ++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 126 insertions(+), 8 deletions(-) diff --git a/jubeatfesto.html b/jubeatfesto.html index 49304f2..bd69440 100644 --- a/jubeatfesto.html +++ b/jubeatfesto.html @@ -30,9 +30,15 @@ name: "Skip Online Matching", patches: [{offset: 0xD358B, off: [0x0F, 0x8D, 0x72, 0x01], on: [0xE9, 0x73, 0x01, 0x00]}] }, + { + // by mon + name: "Force enable Expert Option", + patches: [{ offset: 0xDCEC0, off: [0x55, 0x8B, 0xEC], on: [0xB0, 0x01, 0xC3] }], + }, { // by mon name: "Force unlock all markers", + tooltip : "For guest play, online required", patches: [ { offset: 0x1AABB0, off: [0x75], on: [0xEB] }, { offset: 0x163DBE, off: [0x75], on: [0xEB] }, @@ -42,28 +48,140 @@ { // by mon name: "Force unlock all backgrounds", + tooltip : "For guest play, online required", patches: [ { offset: 0x135D4E, off: [0x75], on: [0xEB] }, { offset: 0x163E71, off: [0x75], on: [0xEB] }, { offset: 0x13602B, off: [0x0F, 0xB7, 0x45, 0xB0], on: [0x31, 0xC0, 0x90, 0x90] }, ], }, - { - // by mon - name: "Force enable Expert Option", - patches: [{ offset: 0xDCEC0, off: [0x55, 0x8B, 0xEC], on: [0xB0, 0x01, 0xC3] }], - }, { // by mon name: "Default marker for guest play", type: "union", offset: 0x5DFF7, patches: [ - { name: "Festo (Default)", patch: [46] }, - { name: "Qubell", patch: [40] }, - { name: "Shutter", patch: [4] }, + { name: "festo(フェスト)", tooltip : "Default", patch: [46] }, + { name: "HinaBitter♪(ひなビタ♪)", tooltip : "Force unlock required", patch: [47] }, + { name: "clan(クラン)", patch: [45] }, + { name: "Ochazuke(お茶づけ)", tooltip : "Omnimix required", patch: [44] }, + { name: "AC Ver. Disney Tsum Tsum(AC版ディズニー ツムツム)", tooltip : "Omnimix required", patch: [43] }, + { name: "NEW GAME!", tooltip : "Omnimix required", patch: [42] }, + { name: "Himouto! Umaru-chan(干物妹!うまるちゃん)", tooltip : "Omnimix required", patch: [41] }, + { name: "Qubell(キューベル)", patch: [40] }, + { name: "prop(プロップ)", patch: [39] }, + { name: "QMA/CPU Sharon(QMA/CPUシャロン)", patch: [38] }, + { name: "Shocho(ショッチョー)", patch: [37] }, + { name: "saucer(ソーサー)", patch: [36] }, + { name: "Natural block(ナチュラルブロック)", patch: [35] }, + { name: "Little owl(こびふくろう)", patch: [34] }, + { name: "Circus(サーカス)", patch: [33] }, + { name: "copious(コピオス)", patch: [32] }, + { name: "jubeat-kun(jubeatくん)", patch: [28] }, + { name: "Concierge(コンシェルジュ)", patch: [27] }, + { name: "Nengoro Neko(ねんごろねこ)", patch: [31] }, + { name: "Stopwatch(ストップウォッチ)", patch: [30] }, + { name: "Color composition(色彩構成)", patch: [29] }, + { name: "knit(ニット)", patch: [26] }, + { name: "Stealth(ステルス)", patch: [25] }, + { name: "Fusuma(襖)", patch: [22] }, + { name: "Torus(トーラス)", patch: [18] }, + { name: "Painting(絵画)", patch: [23] }, + { name: "Blur(ブラー)", patch: [19] }, + { name: "Banana(バナナ)", patch: [21] }, + { name: "Shoku(触)", patch: [20] }, + { name: "Yubiko(ユビ子)", patch: [24] }, + { name: "ripples(リプルズ)", patch: [17] }, + { name: "Mirror ball(ミラーボール)", patch: [16] }, + { name: "Sand art(サンドアート)", patch: [13] }, + { name: "Digital block(デジタルブロック)", patch: [12] }, + { name: "Blow bubbles(シャボン玉)", patch: [14] }, + { name: "Ice(アイス)", patch: [10] }, + { name: "Okojo(オコジョ)", patch: [15] }, + { name: "Gauge(ゲージ)", patch: [9] }, + { name: "Volcano(火山)", patch: [11] }, + { name: "Tamago(たまご)", patch: [8] }, + { name: "Target(ターゲット)", patch: [7] }, + { name: "Fireworks(花火)", patch: [6] }, + { name: "Blue ring(ブルーリング)", patch: [5] }, + { name: "Shutter(シャッター)", patch: [4] }, + { name: "Afro(アフロ)", patch: [3] }, + { name: "Flower(フラワー)", patch: [2] }, + { name: "Cyber(サイバー)", patch: [1] }, ], }, + { + name: "Default background for guest play", + type: "union", + offset: 0x5DFF8, + patches: [ + { name: "Plant(プラント)", tooltip : "Default", patch: [2] }, + { name: "Ocean(オーシャン)", patch: [1] }, + { name: "Banana(バナナ)", patch: [3] }, + { name: "Charcoal Grey(チャコールグレー)", patch: [4] }, + { name: "Lake(レイク)", patch: [5] }, + { name: "Charcoal(チャコール)", patch: [6] }, + { name: "Acerola(アセロラ)", patch: [7] }, + { name: "Cassis(カシス)", patch: [11] }, + { name: "Himouto! Umaru-chan(干物妹!うまるちゃん)", tooltip : "Omnimix required", patch: [8] }, + { name: "NEW GAME!", tooltip : "Omnimix required", patch: [9] }, + { name: "Ochazuke(お茶づけ)", tooltip : "Omnimix required", patch: [10] }, + { name: "Kotaro and Nengoro Neko(コタローとねんごろねこ)", tooltip : "Force unlock required", patch: [12] }, + { name: "HinaBitter♪(ひなビタ♪)", tooltip : "Force unlock required", patch: [13] }, + ], + }, + { + name: "Combo display - guest play default", + type: "union", + offset: 0x5E003, + patches: [ + { name: "ON", tooltip : "Default", patch: [1] }, + { name: "OFF", patch: [0] }, + ], + }, + { + name: "Ranking display - guest play default", + type: "union", + offset: 0x5E002, + patches: [ + { name: "ON", tooltip : "Default", patch: [1] }, + { name: "OFF", patch: [0] }, + ], + }, + { + name: "HARD MODE - guest play default", + type: "union", + offset: 0x5E00C, + patches: [ + { name: "OFF", tooltip : "Default", patch: [0] }, + { name: "ON", patch: [1] }, + ], + }, + { + name: "MATCHING option - guest play default", + tooltip : "Expert option required", + type: "union", + offset: 0x5E00B, + patches: [ + { name: "ON", tooltip : "Default", patch: [1] }, + { name: "OFF", patch: [0] }, + ], + }, + { + name: "HAZARD option - guest play default", + tooltip : "Expert option required", + type: "union", + offset: 0x5E013, + patches: [ + { name: "OFF", tooltip : "Default", patch: [0] }, + { name: "EXC 1", patch: [1] }, + { name: "EXC 2", patch: [2] }, + { name: "EXC 3", patch: [3] }, + { name: "FC 1", patch: [4] }, + { name: "FC 2", patch: [5] }, + { name: "FC 3", patch: [6] }, + ], + } ]), new Patcher("jubeat.dll", "2021-12-15", [ {