danoniplus 48.1.0 → 48.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/js/danoni_main.js +5 -5
- package/js/lib/danoni_constants.js +43 -43
- package/package.json +1 -1
package/js/danoni_main.js
CHANGED
|
@@ -4,12 +4,12 @@
|
|
|
4
4
|
*
|
|
5
5
|
* Source by tickle
|
|
6
6
|
* Created : 2018/10/08
|
|
7
|
-
* Revised : 2026/05/
|
|
7
|
+
* Revised : 2026/05/26
|
|
8
8
|
*
|
|
9
9
|
* https://github.com/cwtickle/danoniplus
|
|
10
10
|
*/
|
|
11
|
-
const g_version = `Ver 48.1.
|
|
12
|
-
const g_revisedDate = `2026/05/
|
|
11
|
+
const g_version = `Ver 48.1.2`;
|
|
12
|
+
const g_revisedDate = `2026/05/26`;
|
|
13
13
|
|
|
14
14
|
// カスタム用バージョン (danoni_custom.js 等で指定可)
|
|
15
15
|
let g_localVersion = ``;
|
|
@@ -9494,7 +9494,7 @@ const applyJudgPositionToGame = (_groupId, _x, _y) => {
|
|
|
9494
9494
|
* 画面上部に一時的なトーストメッセージを表示する
|
|
9495
9495
|
* @param {string} _msg
|
|
9496
9496
|
*/
|
|
9497
|
-
|
|
9497
|
+
const showToast = _msg => {
|
|
9498
9498
|
const existing = document.getElementById(`previewToast`);
|
|
9499
9499
|
if (existing) existing.remove();
|
|
9500
9500
|
|
|
@@ -10408,7 +10408,7 @@ const keyConfigInit = (_kcType = g_kcType, _initFlg = false) => {
|
|
|
10408
10408
|
}
|
|
10409
10409
|
}
|
|
10410
10410
|
if (g_keycons.cursorNumList.length === 0) {
|
|
10411
|
-
|
|
10411
|
+
makeInfoWindow(g_msgInfoObj.I_0011, ``);
|
|
10412
10412
|
} else {
|
|
10413
10413
|
changeConfigCursor(0);
|
|
10414
10414
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
*
|
|
6
6
|
* Source by tickle
|
|
7
7
|
* Created : 2019/11/19
|
|
8
|
-
* Revised : 2026/05/
|
|
8
|
+
* Revised : 2026/05/26 (v48.1.2)
|
|
9
9
|
*
|
|
10
10
|
* https://github.com/cwtickle/danoniplus
|
|
11
11
|
*/
|
|
@@ -2875,30 +2875,30 @@ const g_shortcutObj = {
|
|
|
2875
2875
|
ShiftRight_Digit4: { id: `lnkscoreR` },
|
|
2876
2876
|
ShiftLeft_Digit5: { id: `lnkmusicInfoR` },
|
|
2877
2877
|
ShiftRight_Digit5: { id: `lnkmusicInfoR` },
|
|
2878
|
-
ShiftLeft_Digit6: { id: `
|
|
2879
|
-
ShiftRight_Digit6: { id: `
|
|
2880
|
-
ShiftLeft_Digit7: { id: `
|
|
2881
|
-
ShiftRight_Digit7: { id: `
|
|
2882
|
-
ShiftLeft_Digit8: { id: `
|
|
2883
|
-
ShiftRight_Digit8: { id: `
|
|
2884
|
-
ShiftLeft_Digit9: { id: `
|
|
2885
|
-
ShiftRight_Digit9: { id: `
|
|
2886
|
-
ShiftLeft_Digit0: { id: `
|
|
2887
|
-
ShiftRight_Digit0: { id: `
|
|
2888
|
-
ShiftLeft_Semicolon: { id: `
|
|
2889
|
-
ShiftRight_Semicolon: { id: `
|
|
2878
|
+
ShiftLeft_Digit6: { id: `lnkvelocityR` },
|
|
2879
|
+
ShiftRight_Digit6: { id: `lnkvelocityR` },
|
|
2880
|
+
ShiftLeft_Digit7: { id: `lnkcolorR` },
|
|
2881
|
+
ShiftRight_Digit7: { id: `lnkcolorR` },
|
|
2882
|
+
ShiftLeft_Digit8: { id: `lnkbackgroundR` },
|
|
2883
|
+
ShiftRight_Digit8: { id: `lnkbackgroundR` },
|
|
2884
|
+
ShiftLeft_Digit9: { id: `lnkarrowEffectR` },
|
|
2885
|
+
ShiftRight_Digit9: { id: `lnkarrowEffectR` },
|
|
2886
|
+
ShiftLeft_Digit0: { id: `lnkspecialR` },
|
|
2887
|
+
ShiftRight_Digit0: { id: `lnkspecialR` },
|
|
2888
|
+
ShiftLeft_Semicolon: { id: `lnkfilterLineR` },
|
|
2889
|
+
ShiftRight_Semicolon: { id: `lnkfilterLineR` },
|
|
2890
2890
|
|
|
2891
2891
|
Digit1: { id: `lnkstepZone` },
|
|
2892
2892
|
Digit2: { id: `lnkjudgment` },
|
|
2893
2893
|
Digit3: { id: `lnklifeGauge` },
|
|
2894
2894
|
Digit4: { id: `lnkscore` },
|
|
2895
2895
|
Digit5: { id: `lnkmusicInfo` },
|
|
2896
|
-
Digit6: { id: `
|
|
2897
|
-
Digit7: { id: `
|
|
2898
|
-
Digit8: { id: `
|
|
2899
|
-
Digit9: { id: `
|
|
2900
|
-
Digit0: { id: `
|
|
2901
|
-
Semicolon: { id: `
|
|
2896
|
+
Digit6: { id: `lnkvelocity` },
|
|
2897
|
+
Digit7: { id: `lnkcolor` },
|
|
2898
|
+
Digit8: { id: `lnkbackground` },
|
|
2899
|
+
Digit9: { id: `lnkarrowEffect` },
|
|
2900
|
+
Digit0: { id: `lnkspecial` },
|
|
2901
|
+
Semicolon: { id: `lnkfilterLine` },
|
|
2902
2902
|
|
|
2903
2903
|
ShiftLeft_Numpad1: { id: `lnkstepZoneR` },
|
|
2904
2904
|
ShiftRight_Numpad1: { id: `lnkstepZoneR` },
|
|
@@ -2910,30 +2910,30 @@ const g_shortcutObj = {
|
|
|
2910
2910
|
ShiftRight_Numpad4: { id: `lnkscoreR` },
|
|
2911
2911
|
ShiftLeft_Numpad5: { id: `lnkmusicInfoR` },
|
|
2912
2912
|
ShiftRight_Numpad5: { id: `lnkmusicInfoR` },
|
|
2913
|
-
ShiftLeft_Numpad6: { id: `
|
|
2914
|
-
ShiftRight_Numpad6: { id: `
|
|
2915
|
-
ShiftLeft_Numpad7: { id: `
|
|
2916
|
-
ShiftRight_Numpad7: { id: `
|
|
2917
|
-
ShiftLeft_Numpad8: { id: `
|
|
2918
|
-
ShiftRight_Numpad8: { id: `
|
|
2919
|
-
ShiftLeft_Numpad9: { id: `
|
|
2920
|
-
ShiftRight_Numpad9: { id: `
|
|
2921
|
-
ShiftLeft_Numpad0: { id: `
|
|
2922
|
-
ShiftRight_Numpad0: { id: `
|
|
2923
|
-
ShiftLeft_NumpadAdd: { id: `
|
|
2924
|
-
ShiftRight_NumpadAdd: { id: `
|
|
2913
|
+
ShiftLeft_Numpad6: { id: `lnkvelocityR` },
|
|
2914
|
+
ShiftRight_Numpad6: { id: `lnkvelocityR` },
|
|
2915
|
+
ShiftLeft_Numpad7: { id: `lnkcolorR` },
|
|
2916
|
+
ShiftRight_Numpad7: { id: `lnkcolorR` },
|
|
2917
|
+
ShiftLeft_Numpad8: { id: `lnkbackgroundR` },
|
|
2918
|
+
ShiftRight_Numpad8: { id: `lnkbackgroundR` },
|
|
2919
|
+
ShiftLeft_Numpad9: { id: `lnkarrowEffectR` },
|
|
2920
|
+
ShiftRight_Numpad9: { id: `lnkarrowEffectR` },
|
|
2921
|
+
ShiftLeft_Numpad0: { id: `lnkspecialR` },
|
|
2922
|
+
ShiftRight_Numpad0: { id: `lnkspecialR` },
|
|
2923
|
+
ShiftLeft_NumpadAdd: { id: `lnkfilterLineR` },
|
|
2924
|
+
ShiftRight_NumpadAdd: { id: `lnkfilterLineR` },
|
|
2925
2925
|
|
|
2926
2926
|
Numpad1: { id: `lnkstepZone` },
|
|
2927
2927
|
Numpad2: { id: `lnkjudgment` },
|
|
2928
2928
|
Numpad3: { id: `lnklifeGauge` },
|
|
2929
2929
|
Numpad4: { id: `lnkscore` },
|
|
2930
2930
|
Numpad5: { id: `lnkmusicInfo` },
|
|
2931
|
-
Numpad6: { id: `
|
|
2932
|
-
Numpad7: { id: `
|
|
2933
|
-
Numpad8: { id: `
|
|
2934
|
-
Numpad9: { id: `
|
|
2935
|
-
Numpad0: { id: `
|
|
2936
|
-
NumpadAdd: { id: `
|
|
2931
|
+
Numpad6: { id: `lnkvelocity` },
|
|
2932
|
+
Numpad7: { id: `lnkcolor` },
|
|
2933
|
+
Numpad8: { id: `lnkbackground` },
|
|
2934
|
+
Numpad9: { id: `lnkarrowEffect` },
|
|
2935
|
+
Numpad0: { id: `lnkspecial` },
|
|
2936
|
+
NumpadAdd: { id: `lnkfilterLine` },
|
|
2937
2937
|
|
|
2938
2938
|
KeyZ: { id: `btnSave` },
|
|
2939
2939
|
Escape: { id: `btnBack` },
|
|
@@ -4383,6 +4383,7 @@ const g_lang_msgInfoObj = {
|
|
|
4383
4383
|
I_0005: `正規のミラー譜面で無いため、ハイスコアは保存されません`,
|
|
4384
4384
|
I_0006: `ローカルストレージ情報をクリップボードにコピーしました!`,
|
|
4385
4385
|
I_0007: `オブジェクト情報をクリップボードにコピーしました!`,
|
|
4386
|
+
I_0011: `指定した部分キーが未定義のため、画面表示できません。設定を見直してください。`,
|
|
4386
4387
|
},
|
|
4387
4388
|
En: {
|
|
4388
4389
|
W_0001: `Your browser is not guaranteed to work.<br>
|
|
@@ -4432,6 +4433,7 @@ const g_lang_msgInfoObj = {
|
|
|
4432
4433
|
I_0005: `Highscore is not saved because not a regular mirrored chart.`,
|
|
4433
4434
|
I_0006: `Local storage information copied to clipboard!`,
|
|
4434
4435
|
I_0007: `Object information copied to clipboard!`,
|
|
4436
|
+
I_0011: `The specified partial key is undefined and cannot be displayed on the screen. Please review your settings.`,
|
|
4435
4437
|
},
|
|
4436
4438
|
};
|
|
4437
4439
|
|
|
@@ -4908,7 +4910,7 @@ const g_lang_msgObj = {
|
|
|
4908
4910
|
toSettings: `その他の拡張設定を設定します。`,
|
|
4909
4911
|
|
|
4910
4912
|
d_stepzone: `ステップゾーンの表示\n[FlatBar] ステップゾーンをフラットな帯状にします`,
|
|
4911
|
-
d_judgment:
|
|
4913
|
+
d_judgment: `判定キャラクタ・コンボ、Fast/Slow表示\n[FastSlow] Fast/Slowのみ表示します`,
|
|
4912
4914
|
d_fastslow: `Fast/Slow表示`,
|
|
4913
4915
|
d_lifegauge: `ライフゲージの表示`,
|
|
4914
4916
|
d_score: `現時点の判定数を表示`,
|
|
@@ -4918,7 +4920,7 @@ const g_lang_msgObj = {
|
|
|
4918
4920
|
`[Soft] 全体変速、個別加速について速度変化の振れ幅が緩くなります(Extremeと逆の効果)`,
|
|
4919
4921
|
d_color: `色変化の有効化設定`,
|
|
4920
4922
|
d_lyrics: `歌詞表示の有効化設定`,
|
|
4921
|
-
d_background:
|
|
4923
|
+
d_background: `背景・マスクモーション、歌詞表示の有効化設定\n[Lyrics] 歌詞表示のみ有効化します`,
|
|
4922
4924
|
d_arroweffect: `矢印・フリーズアローモーションの有効化設定`,
|
|
4923
4925
|
d_special: `作品固有の特殊演出の有効化設定`,
|
|
4924
4926
|
|
|
@@ -5012,8 +5014,7 @@ const g_lang_msgObj = {
|
|
|
5012
5014
|
toSettings: `Set other extended settings.`,
|
|
5013
5015
|
|
|
5014
5016
|
d_stepzone: `Display step zone\n[FlatBar] Make the step zone a flat bar shape.`,
|
|
5015
|
-
d_judgment: `Display judgment and
|
|
5016
|
-
d_fastslow: `Display fast and slow `,
|
|
5017
|
+
d_judgment: `Display judgment, combo counts, fast/slow judgments\n[FastSlow] Display fast and slow judgments only.`,
|
|
5017
5018
|
d_lifegauge: `Display lifegauge`,
|
|
5018
5019
|
d_score: `Display the current number of judgments`,
|
|
5019
5020
|
d_musicinfo: `Display the music credits and current time`,
|
|
@@ -5021,8 +5022,7 @@ const g_lang_msgObj = {
|
|
|
5021
5022
|
d_velocity: `Enable velocity change settings\n[Extreme] For overall speed change and individual acceleration, \nif the speed change (absolute value) is greater than 1x, it will be 1.5x, \nand if it is less than 1x, it will be 0.75x.\n` +
|
|
5022
5023
|
`[Soft] For overall speed change and individual acceleration, \nthe fluctuation of speed change is softened (opposite effect to Extreme).`,
|
|
5023
5024
|
d_color: `Enable color change settings`,
|
|
5024
|
-
|
|
5025
|
-
d_background: `Enable background images and animations`,
|
|
5025
|
+
d_background: `Enable background images, animations and lyrics display\n[Lyrics] Only enable lyrics display`,
|
|
5026
5026
|
d_arroweffect: `Enable sequences' animations`,
|
|
5027
5027
|
d_special: `Enable setting of special effects to the work`,
|
|
5028
5028
|
|