├── mdui ├── fonts │ └── roboto │ │ ├── Roboto-Black.woff │ │ ├── Roboto-Black.woff2 │ │ ├── Roboto-Bold.woff │ │ ├── Roboto-Bold.woff2 │ │ ├── Roboto-Light.woff │ │ ├── Roboto-Light.woff2 │ │ ├── Roboto-Medium.woff │ │ ├── Roboto-Thin.woff │ │ ├── Roboto-Thin.woff2 │ │ ├── Roboto-Medium.woff2 │ │ ├── Roboto-Regular.woff │ │ ├── Roboto-Regular.woff2 │ │ ├── Roboto-BlackItalic.woff │ │ ├── Roboto-BoldItalic.woff │ │ ├── Roboto-BoldItalic.woff2 │ │ ├── Roboto-LightItalic.woff │ │ ├── Roboto-ThinItalic.woff │ │ ├── Roboto-ThinItalic.woff2 │ │ ├── Roboto-BlackItalic.woff2 │ │ ├── Roboto-LightItalic.woff2 │ │ ├── Roboto-MediumItalic.woff │ │ ├── Roboto-MediumItalic.woff2 │ │ ├── Roboto-RegularItalic.woff │ │ ├── Roboto-RegularItalic.woff2 │ │ └── LICENSE.txt ├── icons │ └── material-icons │ │ ├── MaterialIcons-Regular.woff │ │ ├── MaterialIcons-Regular.woff2 │ │ ├── LICENSE.txt │ │ └── MaterialIcons-Regular.ijmap └── js │ └── mdui.min.js ├── location.js ├── android ├── 3126c.js ├── 3126c_64.js ├── template.html ├── 353c.js └── 353c_old.html ├── README.md ├── FileSaver.min.js ├── ModdersIndex.html ├── modder.html ├── style.css ├── dllpatcher.js ├── LICENSE └── dllpatcher_old.js /mdui/fonts/roboto/Roboto-Black.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ArcaeaMemory/ArcaeaModder/HEAD/mdui/fonts/roboto/Roboto-Black.woff -------------------------------------------------------------------------------- /mdui/fonts/roboto/Roboto-Black.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ArcaeaMemory/ArcaeaModder/HEAD/mdui/fonts/roboto/Roboto-Black.woff2 -------------------------------------------------------------------------------- /mdui/fonts/roboto/Roboto-Bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ArcaeaMemory/ArcaeaModder/HEAD/mdui/fonts/roboto/Roboto-Bold.woff -------------------------------------------------------------------------------- /mdui/fonts/roboto/Roboto-Bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ArcaeaMemory/ArcaeaModder/HEAD/mdui/fonts/roboto/Roboto-Bold.woff2 -------------------------------------------------------------------------------- /mdui/fonts/roboto/Roboto-Light.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ArcaeaMemory/ArcaeaModder/HEAD/mdui/fonts/roboto/Roboto-Light.woff -------------------------------------------------------------------------------- /mdui/fonts/roboto/Roboto-Light.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ArcaeaMemory/ArcaeaModder/HEAD/mdui/fonts/roboto/Roboto-Light.woff2 -------------------------------------------------------------------------------- /mdui/fonts/roboto/Roboto-Medium.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ArcaeaMemory/ArcaeaModder/HEAD/mdui/fonts/roboto/Roboto-Medium.woff -------------------------------------------------------------------------------- /mdui/fonts/roboto/Roboto-Thin.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ArcaeaMemory/ArcaeaModder/HEAD/mdui/fonts/roboto/Roboto-Thin.woff -------------------------------------------------------------------------------- /mdui/fonts/roboto/Roboto-Thin.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ArcaeaMemory/ArcaeaModder/HEAD/mdui/fonts/roboto/Roboto-Thin.woff2 -------------------------------------------------------------------------------- /mdui/fonts/roboto/Roboto-Medium.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ArcaeaMemory/ArcaeaModder/HEAD/mdui/fonts/roboto/Roboto-Medium.woff2 -------------------------------------------------------------------------------- /mdui/fonts/roboto/Roboto-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ArcaeaMemory/ArcaeaModder/HEAD/mdui/fonts/roboto/Roboto-Regular.woff -------------------------------------------------------------------------------- /mdui/fonts/roboto/Roboto-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ArcaeaMemory/ArcaeaModder/HEAD/mdui/fonts/roboto/Roboto-Regular.woff2 -------------------------------------------------------------------------------- /mdui/fonts/roboto/Roboto-BlackItalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ArcaeaMemory/ArcaeaModder/HEAD/mdui/fonts/roboto/Roboto-BlackItalic.woff -------------------------------------------------------------------------------- /mdui/fonts/roboto/Roboto-BoldItalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ArcaeaMemory/ArcaeaModder/HEAD/mdui/fonts/roboto/Roboto-BoldItalic.woff -------------------------------------------------------------------------------- /mdui/fonts/roboto/Roboto-BoldItalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ArcaeaMemory/ArcaeaModder/HEAD/mdui/fonts/roboto/Roboto-BoldItalic.woff2 -------------------------------------------------------------------------------- /mdui/fonts/roboto/Roboto-LightItalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ArcaeaMemory/ArcaeaModder/HEAD/mdui/fonts/roboto/Roboto-LightItalic.woff -------------------------------------------------------------------------------- /mdui/fonts/roboto/Roboto-ThinItalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ArcaeaMemory/ArcaeaModder/HEAD/mdui/fonts/roboto/Roboto-ThinItalic.woff -------------------------------------------------------------------------------- /mdui/fonts/roboto/Roboto-ThinItalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ArcaeaMemory/ArcaeaModder/HEAD/mdui/fonts/roboto/Roboto-ThinItalic.woff2 -------------------------------------------------------------------------------- /mdui/fonts/roboto/Roboto-BlackItalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ArcaeaMemory/ArcaeaModder/HEAD/mdui/fonts/roboto/Roboto-BlackItalic.woff2 -------------------------------------------------------------------------------- /mdui/fonts/roboto/Roboto-LightItalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ArcaeaMemory/ArcaeaModder/HEAD/mdui/fonts/roboto/Roboto-LightItalic.woff2 -------------------------------------------------------------------------------- /mdui/fonts/roboto/Roboto-MediumItalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ArcaeaMemory/ArcaeaModder/HEAD/mdui/fonts/roboto/Roboto-MediumItalic.woff -------------------------------------------------------------------------------- /mdui/fonts/roboto/Roboto-MediumItalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ArcaeaMemory/ArcaeaModder/HEAD/mdui/fonts/roboto/Roboto-MediumItalic.woff2 -------------------------------------------------------------------------------- /mdui/fonts/roboto/Roboto-RegularItalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ArcaeaMemory/ArcaeaModder/HEAD/mdui/fonts/roboto/Roboto-RegularItalic.woff -------------------------------------------------------------------------------- /mdui/fonts/roboto/Roboto-RegularItalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ArcaeaMemory/ArcaeaModder/HEAD/mdui/fonts/roboto/Roboto-RegularItalic.woff2 -------------------------------------------------------------------------------- /mdui/icons/material-icons/MaterialIcons-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ArcaeaMemory/ArcaeaModder/HEAD/mdui/icons/material-icons/MaterialIcons-Regular.woff -------------------------------------------------------------------------------- /mdui/icons/material-icons/MaterialIcons-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ArcaeaMemory/ArcaeaModder/HEAD/mdui/icons/material-icons/MaterialIcons-Regular.woff2 -------------------------------------------------------------------------------- /location.js: -------------------------------------------------------------------------------- 1 | loader([ 2 | { 3 | title: "Android", 4 | id: "android", 5 | modders: [ 6 | { 7 | name: "3.5.3c", 8 | id: "353c" 9 | }, 10 | { 11 | name: "3.12.6c", 12 | id: "3126c" 13 | }, 14 | { 15 | name: "3.12.6c(arm64)", 16 | id: "3126c_64" 17 | }, 18 | ] 19 | }, 20 | { 21 | title: "iOS", 22 | id: "ios", 23 | modders: [ 24 | 25 | ] 26 | } 27 | ]); -------------------------------------------------------------------------------- /android/3126c.js: -------------------------------------------------------------------------------- 1 | window.addEventListener("load", function () { 2 | new Patcher("Arcaea 3.12.6c Modder", "armeabi-v7a/libcocos2dcpp.so", [ 3 | { 4 | name: "检查songlist, packlist, unlocks文件Hash值", 5 | tooltip: "开启时将无法修改songlist, packlist, unlocks", 6 | patches: [ 7 | { offset: 0x56506C, off: [ 0x00, 0xBF ], on: [ 0x60, 0xBB ] }, 8 | { offset: 0x565076, off: [ 0x00, 0xBF ], on: [ 0x38, 0xBB ] }, 9 | { offset: 0x565080, off: [ 0x00, 0xBF ], on: [ 0x10, 0xBB ] }, 10 | ], 11 | } 12 | ]); 13 | }); -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # ArcaeaModder 2 | 3 | [ArcaeaModder 目录](https://arcaeamemory.github.io/ArcaeaModder/ModdersIndex.html) 4 | 5 | --- 6 | 7 | 修改自 `CHUNITHM Modder` 8 | 如有任何私人意见或建议请直接发送邮件到 `arcaeamemory@outlook.com` 9 | 10 | --- 11 | 12 | ## 更新日志 13 | 14 | ### 2022-4-4 15 | - 新增了 `Arcaea 3.6.12c` `Arcaea 3.6.12c(arm64)` 16 | 17 | ### 2022-3-12 18 | - 使用MDUI绘制界面 19 | 20 | ### 2022-3-5 21 | - 修改了用户界面 22 | 23 | ### 2022-1-23 24 | - 修改了 `Arcaea 3.5.3c` 的部分选项 25 | - 添加了 [notmee1/ArcaeaModder](https://github.com/notmee1/ArcaeaModder) 中的内容,修改了选项并翻译为简体中文 26 | - 更改了目录结构 27 | 28 | ### 2021-8-9 29 | - 更改了 `Arcaea 3.5.3c` 的选项 30 | 31 | ### 2021-8-8 32 | - 上传了 `Arcaea 3.5.3c` -------------------------------------------------------------------------------- /FileSaver.min.js: -------------------------------------------------------------------------------- 1 | /*! @source http://purl.eligrey.com/github/FileSaver.js/blob/master/FileSaver.js */ 2 | var saveAs=saveAs||function(e){"use strict";if(typeof e==="undefined"||typeof navigator!=="undefined"&&/MSIE [1-9]\./.test(navigator.userAgent)){return}var t=e.document,n=function(){return e.URL||e.webkitURL||e},r=t.createElementNS("http://www.w3.org/1999/xhtml","a"),o="download"in r,a=function(e){var t=new MouseEvent("click");e.dispatchEvent(t)},i=/constructor/i.test(e.HTMLElement)||e.safari,f=/CriOS\/[\d]+/.test(navigator.userAgent),u=function(t){(e.setImmediate||e.setTimeout)(function(){throw t},0)},s="application/octet-stream",d=1e3*40,c=function(e){var t=function(){if(typeof e==="string"){n().revokeObjectURL(e)}else{e.remove()}};setTimeout(t,d)},l=function(e,t,n){t=[].concat(t);var r=t.length;while(r--){var o=e["on"+t[r]];if(typeof o==="function"){try{o.call(e,n||e)}catch(a){u(a)}}}},p=function(e){if(/^\s*(?:text\/\S*|application\/xml|\S*\/\S*\+xml)\s*;.*charset\s*=\s*utf-8/i.test(e.type)){return new Blob([String.fromCharCode(65279),e],{type:e.type})}return e},v=function(t,u,d){if(!d){t=p(t)}var v=this,w=t.type,m=w===s,y,h=function(){l(v,"writestart progress write writeend".split(" "))},S=function(){if((f||m&&i)&&e.FileReader){var r=new FileReader;r.onloadend=function(){var t=f?r.result:r.result.replace(/^data:[^;]*;/,"data:attachment/file;");var n=e.open(t,"_blank");if(!n)e.location.href=t;t=undefined;v.readyState=v.DONE;h()};r.readAsDataURL(t);v.readyState=v.INIT;return}if(!y){y=n().createObjectURL(t)}if(m){e.location.href=y}else{var o=e.open(y,"_blank");if(!o){e.location.href=y}}v.readyState=v.DONE;h();c(y)};v.readyState=v.INIT;if(o){y=n().createObjectURL(t);setTimeout(function(){r.href=y;r.download=u;a(r);h();c(y);v.readyState=v.DONE});return}S()},w=v.prototype,m=function(e,t,n){return new v(e,t||e.name||"download",n)};if(typeof navigator!=="undefined"&&navigator.msSaveOrOpenBlob){return function(e,t,n){t=t||e.name||"download";if(!n){e=p(e)}return navigator.msSaveOrOpenBlob(e,t)}}w.abort=function(){};w.readyState=w.INIT=0;w.WRITING=1;w.DONE=2;w.error=w.onwritestart=w.onprogress=w.onwrite=w.onabort=w.onerror=w.onwriteend=null;return m}(typeof self!=="undefined"&&self||typeof window!=="undefined"&&window||this.content);if(typeof module!=="undefined"&&module.exports){module.exports.saveAs=saveAs}else if(typeof define!=="undefined"&&define!==null&&define.amd!==null){define("FileSaver.js",function(){return saveAs})} -------------------------------------------------------------------------------- /android/3126c_64.js: -------------------------------------------------------------------------------- 1 | window.addEventListener("load", function () { 2 | new Patcher("Arcaea 3.12.6c Modder", "arm64-v8a/libcocos2dcpp.so", [ 3 | { 4 | name: "检查songlist, packlist, unlocks文件Hash值", 5 | tooltip: "开启时将无法修改songlist, packlist, unlocks", 6 | patches: [ 7 | { offset: 0x9B0DB4, off: codeToArray("1F 20 03 D5"), on: codeToArray("61 10 00 54") }, 8 | { offset: 0x9B0DD0, off: codeToArray("1F 20 03 D5"), on: codeToArray("80 0F 00 35") }, 9 | { offset: 0x9B0DFC, off: codeToArray("1F 20 03 D5"), on: codeToArray("21 0E 00 54") }, 10 | { offset: 0x9B0E18, off: codeToArray("1F 20 03 D5"), on: codeToArray("40 0D 00 35") }, 11 | { offset: 0x9B0E44, off: codeToArray("1F 20 03 D5"), on: codeToArray("E1 0B 00 54") }, 12 | { offset: 0x9B0E60, off: codeToArray("1F 20 03 D5"), on: codeToArray("00 0B 00 35") }, 13 | ], 14 | }, 15 | 16 | // 参考 https://github.com/5u5u5u5us/ArcaeaModder/blob/master/ios/3126.js 17 | { 18 | name: "读取特效语句(camera, scenecontrol, etc...)", 19 | patches: [ 20 | { 21 | offset: 0x80BE04, 22 | off: codeToArray("FF 83 02 D1 FD 7B 04 A9"), 23 | on: codeToArray("20 00 80 D2 C0 03 5F D6") 24 | } 25 | ] 26 | }, 27 | { 28 | name: "允许离线游玩 Beyond 难度", 29 | patches: [ 30 | { offset: 0x604F38, off: codeToArray("4A 04 00 34"), on: codeToArray("1F 20 03 D5") }, // 显示 Beyond 开始按键 31 | { offset: 0x604F64, off: [0x04], on: [0x19] }, 32 | { offset: 0x9E4DB1, off: [0x0D], on: [0xA9] }, // 显示开始按钮 33 | { offset: 0x7C845D, off: [0x0E], on: [0xAA] }, // 去除联网登录提示 34 | { offset: 0x803CF9, off: [0x0E], on: [0x1E] }, // 使游戏识别 3.aff 35 | { offset: 0x803D11, off: [0x0E], on: [0x1E] }, 36 | ] 37 | }, 38 | { 39 | name: "移除残片上限", 40 | patches: [ 41 | { 42 | offset: 0x573570, 43 | off: codeToArray("A9 A5 8E 52 1F 01 09 6B 08 B1 89 1A"), 44 | on: codeToArray("1F 20 03 75 1F 20 03 75 1F 20 03 75") 45 | } 46 | ] 47 | }, 48 | 49 | /* 实验功能 50 | { 51 | name: "资源文件外置(未测试)", 52 | tooltip: "理论上可行,实际上不可行:在sdcard目录新建“Arcaea_assets”文件夹用于放置资源文件,给予应用存储读取权限,[apk包内保留app-data与audio文件夹](可选)", 53 | patches: [ 54 | { 55 | offset: 0x31C300, 56 | off: nullList(35), 57 | on: asciiToArray("/storage/emulated/0/Arcaea_assets/") 58 | }, //存储字符串 59 | {offset: 0x7CA108, off: [0xA1, 0xDE], on: [0x81, 0xDA]}, // 更改 "assets/" 引用 60 | {offset: 0x7CA115, off: [0xA8, 0x3B], on: [0x00, 0x0C]}, 61 | {offset: 0x8D415C, off: [0x60, 0xD6], on: [0x40, 0xD2]}, 62 | {offset: 0x8D4161, off: [0xA8, 0x3B], on: [0x00, 0x0C]}, 63 | ] 64 | }, 65 | */ 66 | ]); 67 | }); -------------------------------------------------------------------------------- /android/template.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | Arcaea 3.5.3c Modder 12 | 13 | 14 | 15 | 16 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 89 | 90 | 91 | -------------------------------------------------------------------------------- /ModdersIndex.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | Arcaea 3.5.3c Modder 12 | 13 | 14 | 15 | 16 | 57 | 58 | 59 | 60 |
61 |
ArcaeaModder
62 |
63 |
64 |
65 |
66 |
67 | 68 | 69 | 70 | 93 | 94 | 95 | 96 | -------------------------------------------------------------------------------- /modder.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | Arcaea 3.5.3c Modder 12 | 13 | 14 | 15 | 16 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 117 | 118 | 119 | -------------------------------------------------------------------------------- /android/353c.js: -------------------------------------------------------------------------------- 1 | window.addEventListener("load", function () { 2 | new Patcher("Arcaea 3.5.3c Modder", "armeabi-v7a/libcocos2dcpp.so", [ 3 | { 4 | name: "检查songlist, packlist, unlocks文件Hash值", 5 | tooltip: "开启时将无法修改songlist, packlist, unlocks", 6 | patches: [ 7 | { offset: 0x564EDE, off: [0x00, 0xBF], on: [0x90, 0xBB] }, // songlist 8 | { offset: 0x564EEE, off: [0x00, 0xBF], on: [0x50, 0xBB] }, // packlist 9 | { offset: 0x564EFE, off: [0x00, 0xBF], on: [0x10, 0xBB] } // unlocks 10 | ], 11 | }, 12 | { 13 | name: "更改流速限制至25.5", 14 | patches: [ 15 | { offset: 0x496FB4, off: [0x88, 0xBF, 0x08, 0x46], on: [0x00, 0xBF, 0x00, 0xBF] }, // 解锁 16 | { offset: 0x49694A, off: [0x41], on: [0xFF] } // 修改最高值 17 | ] 18 | }, 19 | { 20 | name: "未购买曲包的锁定图标", 21 | patches: [ 22 | { offset: 0x4979F8, off: [0x01], on: [0x00] } 23 | ] 24 | }, 25 | { 26 | name: "允许离线游玩 Beyond 难度", 27 | patches: [ 28 | { offset: 0x5352BC, off: [0x03], on: [0x2A] }, // 显示 Beyond 开始按键 29 | { offset: 0x57A010, off: [0x03], on: [0x2A] }, // 显示开始按钮 30 | { offset: 0x4BC6DE, off: [0x03], on: [0x2A] }, // 去除联网登录提示 31 | { offset: 0x540CA6, off: [0x03], on: [0x2A] } // 使游戏识别 3.aff 32 | ] 33 | }, 34 | { 35 | name: "检查 Tempestissimo 是否存在于songlist", 36 | tooltip: "开启时如果Tepestissimo不存在于songlist将会闪退", 37 | patches: [ 38 | { 39 | offset: 0x4B9824, off: [ 40 | 0x00, 0xBF, 0x00, 0xBF, 41 | 0x00, 0xBF, 0x00, 0xBF, 42 | 0x00, 0xBF, 0x00, 0xBF, 43 | 0x00, 0xBF, 0x00, 0xBF, 44 | 0x00, 0xBF, 0x00, 0xBF, 45 | 0x00, 0xBF, 0x00, 0xBF, 46 | 0x00, 0xBF, 0x00, 0xBF, 47 | 0x00, 0xBF, 0x00, 0xBF, 48 | 0x00, 0xBF, 0x00, 0xBF, 49 | 0x00, 0xBF, 0x00, 0xBF, 50 | 0x00, 0xBF 51 | ], on: [ 52 | 0xCB, 0xF6, 0x44, 0xEE, 53 | 0x0B, 0xA9, 0x20, 0x46, 54 | 0xCD, 0xF6, 0x90, 0xE8, 55 | 0xD2, 0xF6, 0xCE, 0xEF, 56 | 0x04, 0x46, 0x0B, 0xA8, 57 | 0xCB, 0xF6, 0x5E, 0xEE, 58 | 0x30, 0x68, 0x00, 0x28, 59 | 0x14, 0xBF, 0x80, 0x68, 60 | 0x00, 0x20, 0x4C, 0xB3, 61 | 0x01, 0x21, 0xD2, 0xF6, 62 | 0xC8, 0xEF 63 | ] 64 | } 65 | ] 66 | }, 67 | { 68 | name: "启用 scenecontrol 语句", 69 | patches: [ 70 | { offset: 0x516D48, off: [0x3F, 0xF4], on: [0x00, 0xBF] }, // LogicChart::setupNotesFromParsed 71 | { offset: 0x4D2C43, off: [0xF0], on: [0xBF] } // GameSceneVisualControlHandler::handleLogicSceneControl 72 | ] 73 | }, 74 | { 75 | name: "启用 camera 语句", 76 | patches: [ 77 | { offset: 0x517DC6, off: [0x08, 0xB1], on: [0x00, 0xBF] }, 78 | { offset: 0x518456, off: [0x02], on: [0x03] } 79 | ] 80 | }, 81 | 82 | /* 83 | 以下内容来自 ArcaeaModderv2 84 | https://github.com/notmee1/ArcaeaModder 85 | 感谢对本项目的支持 86 | 有兴趣的话可以交个朋友 87 | */ 88 | { 89 | name: "离线时限制搭档能力", 90 | patches: [ 91 | { offset: 0x49A62C, off: [0x00, 0xBF, 0x00, 0xBF], on: [0xEB, 0xF6, 0xD0, 0xED] }, // CharacterAbility::setLimitations 92 | ] 93 | }, 94 | { 95 | name: "总是触发异象", 96 | patches: [ 97 | { offset: 0x54DEB0, off: [0x37, 0xF6, 0x4E, 0xEC], on: [0x00, 0xBF, 0x00, 0xBF] }, // (): call to UnlockManager::insertOrUpdateChallengeUnlock() 98 | { offset: 0x54E0F8, off: [0x37, 0xF6, 0x2A, 0xEB], on: [0x00, 0xBF, 0x00, 0xBF] }, // (): call to UnlockManager::insertOrUpdateChallengeUnlock() 99 | { offset: 0x54DED4, off: [0x3D, 0xF6, 0x26, 0xED], on: [0x00, 0xBF, 0x00, 0xBF] }, // (): call to UnlockManager::saveUnlockStates() 100 | { offset: 0x54E020, off: [0x3D, 0xF6, 0x80, 0xEC], on: [0x00, 0xBF, 0x00, 0xBF] }, // (): call to UnlockManager::saveUnlockStates() 101 | ] 102 | }, 103 | { 104 | name: "启用单首曲目下载", 105 | tooltip: "下载单首曲目而不是完整的曲包", 106 | patches: [ 107 | { offset: 0x4BC27A, off: [0x28, 0xB9], on: [0x05, 0xE0] }, // SongSelectScene::promptDownload() 108 | { offset: 0x5410AC, off: [0x06, 0xD0], on: [0x06, 0xE0] } // Song::isRemoteDownloadPresent() 109 | ] 110 | }, 111 | { 112 | name: "下载空谱面文件时报错", 113 | patches: [ 114 | { offset: 0x4A3FEA, off: [0x00, 0xBF], on: [0xE8, 0xB1] }, // Check downloaded data on startup: don't consider empty file's MD5 as non-exist 115 | { offset: 0x4A3FFE, off: [0x00, 0xBF], on: [0x13, 0xDD] }, // Check downloaded data on startup: don't consider file size < 500 bytes as non-exist 116 | { offset: 0x55DBDE, off: [0x14, 0xE0], on: [0x14, 0xDA] } // lambda[at DownloadFileTask::run](): don't fail file size < 500 bytes 117 | ] 118 | }, 119 | ]); 120 | }); -------------------------------------------------------------------------------- /android/353c_old.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Arcaea 3.5.3c Modder 7 | 8 | 9 | 10 | 11 | 12 | 132 | 133 | 134 |

Arcaea 3.5.3c Modder

135 | 136 | 137 | 138 | -------------------------------------------------------------------------------- /style.css: -------------------------------------------------------------------------------- 1 | .icons { 2 | display: flex; 3 | flex-wrap: wrap; 4 | align-items: stretch; 5 | margin: 0 auto; 6 | text-align: center; 7 | justify-content: center; 8 | } 9 | 10 | .gameicon, 11 | .patchContainer { 12 | border-radius: 2px; 13 | box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); 14 | color: inherit; 15 | transition: all 0.3s cubic-bezier(.25, .8, .25, 1); 16 | background: #fff; 17 | } 18 | 19 | .gameicon { 20 | display: flex; 21 | flex-direction: column; 22 | text-decoration: none; 23 | margin: 15px; 24 | width: 144px; 25 | padding: 10px; 26 | justify-content: center; 27 | } 28 | 29 | .gameicon:hover, 30 | .dragover { 31 | box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); 32 | } 33 | 34 | .gameicon img { 35 | margin-bottom: 10px; 36 | border-radius: 2px; 37 | width: 128px; 38 | height: 128px; 39 | box-shadow: 0 2px 1px rgba(0, 0, 0, .24), 0 0px 1px rgba(0, 0, 0, 0.48); 40 | align-self: center; 41 | margin-top: 5px; 42 | } 43 | 44 | .gameicon>div>div { 45 | margin-top: auto; 46 | margin-bottom: auto; 47 | } 48 | 49 | .gameicon>div { 50 | height: 100%; 51 | display: flex; 52 | flex-direction: column; 53 | } 54 | 55 | .fileInput { 56 | display: none 57 | } 58 | 59 | .fileLabel { 60 | cursor: pointer; 61 | } 62 | 63 | .error { 64 | color: red; 65 | } 66 | 67 | .success { 68 | color: DarkGreen; 69 | } 70 | 71 | .success.hidden { 72 | display: none; 73 | } 74 | 75 | .patchContainer { 76 | background-color: white; 77 | padding: 20px; 78 | max-width: 650px; 79 | margin: 0 auto 2em; 80 | position: relative; 81 | } 82 | 83 | .tooltip { 84 | visibility: hidden; 85 | font-size: 14px; 86 | margin-left: 8px; 87 | padding: 8px; 88 | border-radius: 4px; 89 | position: relative; 90 | background: grey; 91 | white-space: nowrap; 92 | cursor: pointer; 93 | } 94 | 95 | .tooltip:hover, 96 | .tooltip:focus, 97 | .tooltip:active { 98 | visibility: visible; 99 | color: white; 100 | border: none; 101 | margin-top: 0px; 102 | position: absolute; 103 | padding: 3px 16px; 104 | white-space: normal; 105 | max-width: 300px; 106 | z-index: 11; 107 | } 108 | 109 | .tooltip:before { 110 | visibility: visible; 111 | content: '?'; 112 | font-size: 18px; 113 | margin-right: 8px; 114 | background: gray; 115 | border-radius: 50%; 116 | padding: 2px 9px; 117 | margin-left: -8px; 118 | color: white; 119 | cursor: pointer; 120 | z-index: 10; 121 | } 122 | 123 | .tooltip:hover:before, 124 | .tooltip:focus:before, 125 | .tooltip:active:before { 126 | color: black; 127 | display: none; 128 | } 129 | 130 | body { 131 | margin: 40px auto; 132 | max-width: 1300px; 133 | line-height: 1.6; 134 | font-size: 18px; 135 | color: #000; 136 | padding: 0 10px; 137 | background: #e2e1e0; 138 | font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif; 139 | } 140 | 141 | h1, 142 | h2, 143 | h3 { 144 | line-height: 1.2; 145 | } 146 | 147 | h4, 148 | h5 { 149 | line-height: 1; 150 | margin: 10px auto; 151 | } 152 | 153 | h1 { 154 | text-align: center; 155 | } 156 | 157 | h1 a { 158 | color: inherit; 159 | text-decoration: inherit; 160 | } 161 | 162 | button, .fileLabel > strong { 163 | transition-duration: 0.2s; 164 | transition-timing-function: cubic-bezier(0.25, 0.5, 0.5, 1); 165 | position: relative; 166 | padding: 0 16px; 167 | height: 36px; 168 | border: none; 169 | border-radius: 2px; 170 | outline: none; 171 | font-size: 0.875rem; 172 | font-weight: 500; 173 | letter-spacing: 0.04em; 174 | line-height: 2.25rem; 175 | color: rgba(0, 0, 0, 0.73); 176 | transition-property: box-shadow, background; 177 | background-color: #40b31a; 178 | box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25), 0px 0px 2px rgba(0, 0, 0, 0.125); 179 | color: white; 180 | cursor: pointer; 181 | } 182 | 183 | button:disabled { 184 | background-color: rgba(0, 0, 0, 0.12); 185 | color: rgba(0, 0, 0, 0.38); 186 | box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12); 187 | cursor: default; 188 | } 189 | 190 | button:hover:enabled, .fileLabel > strong:hover { 191 | box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25), 0px 0px 4px rgba(0, 0, 0, 0.125); 192 | background-color: #5dbe3c; 193 | } 194 | 195 | .matchPercent { 196 | font-size: 15px; 197 | font-style: italic; 198 | color: red; 199 | } 200 | 201 | .matchSuccess { 202 | font-size: 15px; 203 | font-style: italic; 204 | color: green; 205 | } 206 | 207 | li > button { 208 | height: 24px; 209 | padding: 0 7px; 210 | line-height: 0; 211 | } 212 | 213 | .patches { 214 | margin: 1em auto; 215 | } 216 | 217 | input[type=checkbox], 218 | input[type=radio] { 219 | vertical-align: middle; 220 | position: relative; 221 | bottom: 1px; 222 | } 223 | 224 | input[type=radio] { 225 | bottom: 2px; 226 | } 227 | 228 | .patches label { 229 | margin-left: 4px; 230 | } 231 | 232 | .dragover>* { 233 | filter: blur(5px); 234 | } 235 | 236 | .dragover::before { 237 | content: ''; 238 | display: block; 239 | height: 100%; 240 | position: absolute; 241 | top: 0; 242 | left: 0; 243 | width: 100%; 244 | text-align: center; 245 | z-index: 10; 246 | outline: dashed 10px; 247 | } 248 | 249 | .dragover::after { 250 | content: "\e900"; 251 | font-family: 'file' !important; 252 | font-style: normal; 253 | font-weight: normal; 254 | font-variant: normal; 255 | text-transform: none; 256 | line-height: 1; 257 | /* Better Font Rendering =========== */ 258 | -webkit-font-smoothing: antialiased; 259 | -moz-osx-font-smoothing: grayscale; 260 | 261 | display: block; 262 | height: auto; 263 | position: absolute; 264 | top: calc(50% - 3rem); 265 | left: 0; 266 | width: 100%; 267 | text-align: center; 268 | z-index: 11; 269 | font-size: 8rem; 270 | } 271 | 272 | .tooltip:not(:hover) { 273 | font-size: 0px; 274 | padding: 0; 275 | margin-left: 16px; 276 | } 277 | 278 | .tooltip { 279 | visibility: hidden; 280 | font-size: 14px; 281 | margin-left: 8px; 282 | padding: 8px; 283 | border-radius: 4px; 284 | position: relative; 285 | background: gray; 286 | white-space: nowrap; 287 | cursor: pointer; 288 | display: inline-block; 289 | } 290 | 291 | .patchPreviewLabel { 292 | cursor: pointer; 293 | } 294 | .patchPreviewToggle { 295 | display: none; 296 | } 297 | .patchPreview { 298 | display: none; 299 | } 300 | input[type=checkbox]:checked + .patchPreview { 301 | display: block; 302 | } -------------------------------------------------------------------------------- /dllpatcher.js: -------------------------------------------------------------------------------- 1 | (function(window, document) { 2 | "use strict"; 3 | 4 | // form labels often need unique IDs - this can be used to generate some 5 | window.Patcher_uniqueid = 0; 6 | var createID = function() { 7 | window.Patcher_uniqueid++; 8 | return "dllpatch_" + window.Patcher_uniqueid; 9 | }; 10 | 11 | var bytesMatch = function(buffer, offset, bytes) { 12 | for(var i = 0; i < bytes.length; i++) { 13 | if(buffer[offset+i] != bytes[i]) 14 | return false; 15 | } 16 | return true; 17 | }; 18 | 19 | var replace = function(buffer, offset, bytes) { 20 | for(var i = 0; i < bytes.length; i++) { 21 | buffer[offset+i] = bytes[i]; 22 | } 23 | } 24 | 25 | var whichBytesMatch = function(buffer, offset, bytesArray) { 26 | for(var i = 0; i < bytesArray.length; i++) { 27 | if(bytesMatch(buffer, offset, bytesArray[i])) 28 | return i; 29 | } 30 | return -1; 31 | } 32 | 33 | // Each unique kind of patch should have createUI, validatePatch, applyPatch, 34 | // updateUI 35 | 36 | class StandardPatch { 37 | constructor(options) { 38 | this.name = options.name; 39 | this.patches = options.patches; 40 | this.tooltip = options.tooltip; 41 | } 42 | 43 | createUI(parent) { 44 | var id = createID(); 45 | var label = this.name; 46 | var patch = $('