Forge & TL Inspector
This commit is contained in:
parent
669f8f2d03
commit
2946fb7fce
5 changed files with 3136 additions and 22 deletions
|
|
@ -1,21 +0,0 @@
|
||||||
MIT License
|
|
||||||
|
|
||||||
Copyright (c) 2023 Sinflower
|
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
|
||||||
in the Software without restriction, including without limitation the rights
|
|
||||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
||||||
copies of the Software, and to permit persons to whom the Software is
|
|
||||||
furnished to do so, subject to the following conditions:
|
|
||||||
|
|
||||||
The above copyright notice and this permission notice shall be included in all
|
|
||||||
copies or substantial portions of the Software.
|
|
||||||
|
|
||||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
||||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
||||||
SOFTWARE.
|
|
||||||
BIN
UberWolfCli.exe
BIN
UberWolfCli.exe
Binary file not shown.
|
|
@ -365,4 +365,7 @@ var $plugins = [{
|
||||||
"status": true,
|
"status": true,
|
||||||
"description": "イベント実行中、先頭フォロワーがプレイヤーの方を向く",
|
"description": "イベント実行中、先頭フォロワーがプレイヤーの方を向く",
|
||||||
"parameters": {}
|
"parameters": {}
|
||||||
}];
|
},
|
||||||
|
{ "name": "TLInspector", "status": true, "description": "TL source inspector", "parameters": {} },
|
||||||
|
{ "name": "Forge_MZ", "status": true, "description": "Forge — in-game cheat & editor overlay", "parameters": {} }
|
||||||
|
];
|
||||||
|
|
|
||||||
91
js/plugins/Forge_MZ.js
Normal file
91
js/plugins/Forge_MZ.js
Normal file
File diff suppressed because one or more lines are too long
3041
js/plugins/TLInspector.js
Normal file
3041
js/plugins/TLInspector.js
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue