danoniplus 47.5.0 → 47.5.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/README.md +6 -0
- package/js/danoni_main.js +6 -5
- package/js/lib/danoni_constants.js +12 -10
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -127,6 +127,12 @@ If you would like to cooperate with the development, please see below. Even if y
|
|
|
127
127
|
- [ダンおに矢印色ツール](https://github.com/suzme/danoni-colorpicker) @suzme
|
|
128
128
|
- [ダンおにゲージ計算機 (Gauge Calculator)](http://www.omission0.com/other/gauge_calculator/) @goe0
|
|
129
129
|
- [ダンおに波形解析ツール](https://github.com/suzme/danoni-waveform) @suzme
|
|
130
|
+
- [danoni_stepViewer](https://github.com/ittn-exe/danoni_stepViewer) @ittn-exe
|
|
131
|
+
|
|
132
|
+
#### CustomJS / カスタマイズ
|
|
133
|
+
|
|
134
|
+
- [Dancing☆Onigiri 9tkey](https://github.com/suzme/danoni-9t) @suzme
|
|
135
|
+
- [danoni-key-change](https://github.com/suzme/danoni-key-change) @suzme
|
|
130
136
|
|
|
131
137
|
#### Conversion Tool from Legacy Flash Environments / 旧Flashからの変換ツール
|
|
132
138
|
|
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/04
|
|
8
8
|
*
|
|
9
9
|
* https://github.com/cwtickle/danoniplus
|
|
10
10
|
*/
|
|
11
|
-
const g_version = `Ver 47.5.
|
|
12
|
-
const g_revisedDate = `2026/05/
|
|
11
|
+
const g_version = `Ver 47.5.2`;
|
|
12
|
+
const g_revisedDate = `2026/05/04`;
|
|
13
13
|
|
|
14
14
|
// カスタム用バージョン (danoni_custom.js 等で指定可)
|
|
15
15
|
let g_localVersion = ``;
|
|
@@ -4613,7 +4613,7 @@ const headerConvert = _dosObj => {
|
|
|
4613
4613
|
g_settings.scoreDetailCursorsOrg = g_settings.scoreDetailCursors.concat();
|
|
4614
4614
|
g_settings.scoreDetailCursors.push(`btnGraphB`);
|
|
4615
4615
|
[`option`, `difSelector`, `scoreDetail`].forEach(page => g_shortcutObj[page].KeyQ.id = g_settings.scoreDetailCursors[0]);
|
|
4616
|
-
g_shortcutObj.scoreDetail.ArrowDown.id = g_settings.scoreDetailCursorsOrg[0];
|
|
4616
|
+
g_shortcutObj.scoreDetail.ArrowDown.id = g_settings.scoreDetailCursorsOrg[nextPos(0, 1, g_settings.scoreDetailCursorsOrg.length)];
|
|
4617
4617
|
g_shortcutObj.scoreDetail.ArrowUp.id = g_settings.scoreDetailCursorsOrg[nextPos(0, -1, g_settings.scoreDetailCursorsOrg.length)];
|
|
4618
4618
|
|
|
4619
4619
|
// 判定位置をBackgroundのON/OFFと連動してリセットする設定
|
|
@@ -8146,7 +8146,7 @@ const setDifficulty = (_initFlg) => {
|
|
|
8146
8146
|
lnkExcessive.style.display = C_DIS_INHERIT;
|
|
8147
8147
|
} else {
|
|
8148
8148
|
g_stateObj.excessiveChgFlg = false;
|
|
8149
|
-
lblExcessive.style.display = (g_stateObj.
|
|
8149
|
+
lblExcessive.style.display = (g_headerObj.excessiveJdgUses[g_stateObj.scoreId] ? C_DIS_INHERIT : C_DIS_NONE);
|
|
8150
8150
|
lnkExcessive.style.display = C_DIS_NONE;
|
|
8151
8151
|
}
|
|
8152
8152
|
|
|
@@ -8429,6 +8429,7 @@ const createOptionWindow = _sprite => {
|
|
|
8429
8429
|
title: g_msgObj.excessive, cxtFunc: evt => setExcessive(evt.target),
|
|
8430
8430
|
}, g_cssObj.button_Default, g_cssObj[`button_Rev${g_stateObj.excessive}`])
|
|
8431
8431
|
);
|
|
8432
|
+
createScText(lnkExcessive, `Excessive`, { x: -13, targetLabel: `lnkExcessive` });
|
|
8432
8433
|
|
|
8433
8434
|
// ---------------------------------------------------
|
|
8434
8435
|
// タイミング調整 (Adjustment)
|
|
@@ -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/04 (v47.5.2)
|
|
9
9
|
*
|
|
10
10
|
* https://github.com/cwtickle/danoniplus
|
|
11
11
|
*/
|
|
@@ -434,10 +434,10 @@ const updateWindowSiz = () => {
|
|
|
434
434
|
x: 160, y: 0, w: 90, h: 21, siz: g_limitObj.difSelectorSiz, borderStyle: `solid`,
|
|
435
435
|
},
|
|
436
436
|
lblExcessive: {
|
|
437
|
-
x:
|
|
437
|
+
x: 0, y: 27, w: 100, h: 18, siz: 12,
|
|
438
438
|
},
|
|
439
439
|
btnExcessive: {
|
|
440
|
-
x:
|
|
440
|
+
x: 0, y: 25, w: 100, h: 21, siz: g_limitObj.difSelectorSiz, borderStyle: `solid`,
|
|
441
441
|
},
|
|
442
442
|
lblGauge2: {
|
|
443
443
|
x: g_limitObj.setLblLeft - 55, y: g_limitObj.setLblHeight,
|
|
@@ -4838,10 +4838,10 @@ const g_lang_msgObj = {
|
|
|
4838
4838
|
|
|
4839
4839
|
difficulty: `譜面を選択します。`,
|
|
4840
4840
|
speed: `矢印の流れる速度を設定します。\n外側のボタンは1x単位、内側は0.25x単位で変更できます。`,
|
|
4841
|
-
motion:
|
|
4841
|
+
motion: `矢印の速度を一定ではなく、変動させるモーションをつけるか設定します。`,
|
|
4842
4842
|
reverse: `矢印の流れる向きを設定します。`,
|
|
4843
4843
|
scroll: `各レーンのスクロール方向をパターンに沿って設定します。\nReverse:ONでスクロール方向を反転します。`,
|
|
4844
|
-
shuffle:
|
|
4844
|
+
shuffle: `譜面を左右反転したり、ランダムにします。ランダムにした場合は別譜面扱いとなります。\nハイスコアは保存されるのはOFF,Mirror,X-Mirrorのみです。`,
|
|
4845
4845
|
autoPlay: `オートプレイや一部キーを自動で打たせる設定を行います。\nオートプレイ時はハイスコアを保存しません。`,
|
|
4846
4846
|
gauge: `クリア条件を設定します。\n[Start] ゲージ初期値, [Border] クリア条件(ハイフン時は0),\n[Recovery] 回復量, [Damage] ダメージ量, [Accuracy] クリアに必要な正確率、許容ミス数`,
|
|
4847
4847
|
excessive: `空押し判定を行うか設定します。`,
|
|
@@ -4854,14 +4854,15 @@ const g_lang_msgObj = {
|
|
|
4854
4854
|
toDisplay: `プレイ画面上のオブジェクトの\n表示・非表示(一部透明度)を設定します。`,
|
|
4855
4855
|
toSettings: `その他の拡張設定を設定します。`,
|
|
4856
4856
|
|
|
4857
|
-
d_stepzone:
|
|
4857
|
+
d_stepzone: `ステップゾーンの表示\n[FlatBar] ステップゾーンをフラットな帯状にします`,
|
|
4858
4858
|
d_judgment: `判定キャラクタ・コンボの表示`,
|
|
4859
4859
|
d_fastslow: `Fast/Slow表示`,
|
|
4860
4860
|
d_lifegauge: `ライフゲージの表示`,
|
|
4861
4861
|
d_score: `現時点の判定数を表示`,
|
|
4862
4862
|
d_musicinfo: `音楽情報(時間表示含む)`,
|
|
4863
4863
|
d_filterline: `Hidden+, Sudden+使用時のフィルターの境界線表示`,
|
|
4864
|
-
d_velocity:
|
|
4864
|
+
d_velocity: `途中変速、個別加速の有効化設定\n[Extreme] 全体変速、個別加速について速度変化(の絶対値)が\n1倍より大きい場合は1.5倍、小さい場合は0.75倍します\n` +
|
|
4865
|
+
`[Soft] 全体変速、個別加速について速度変化の振れ幅が緩くなります(Extremeと逆の効果)`,
|
|
4865
4866
|
d_color: `色変化の有効化設定`,
|
|
4866
4867
|
d_lyrics: `歌詞表示の有効化設定`,
|
|
4867
4868
|
d_background: `背景・マスクモーションの有効化設定`,
|
|
@@ -4941,7 +4942,7 @@ const g_lang_msgObj = {
|
|
|
4941
4942
|
motion: `Set whether to turn on acceleration or deceleration\nin the middle of the sequence.`,
|
|
4942
4943
|
reverse: `Set the flow direction of the sequences.`,
|
|
4943
4944
|
scroll: `Set the scroll direction for each lane according to the pattern.\nIf "Reverse:ON" sets, reverse the scroll direction.`,
|
|
4944
|
-
shuffle: `Flip the chart left and right or make it random.\nIf you make it random, it will be treated as
|
|
4945
|
+
shuffle: `Flip the chart left and right or make it random.\nIf you make it random, it will be treated as a different chart.\nOnly when OFF, Mirror, or X-Mirror is selected, the high score will be saved.`,
|
|
4945
4946
|
autoPlay: `Set to auto play and to hit some keys automatically.\nHigh score is not saved during auto play.`,
|
|
4946
4947
|
gauge: `Set the clear condition.\n[Start] initial value, [Border] borderline value (hyphen means zero),\n[Recovery] recovery amount, [Damage] damage amount,\n[Accuracy] accuracy required to clear and the number of allowed mistakes`,
|
|
4947
4948
|
excessive: `Set whether to use excessive miss judgment.`,
|
|
@@ -4954,14 +4955,15 @@ const g_lang_msgObj = {
|
|
|
4954
4955
|
toDisplay: `Set the display or non-display (partial transparency) of objects on the play screen.`,
|
|
4955
4956
|
toSettings: `Set other extended settings.`,
|
|
4956
4957
|
|
|
4957
|
-
d_stepzone: `Display step zone
|
|
4958
|
+
d_stepzone: `Display step zone\n[FlatBar] Make the step zone a flat bar shape.`,
|
|
4958
4959
|
d_judgment: `Display judgment and combo counts`,
|
|
4959
4960
|
d_fastslow: `Display fast and slow `,
|
|
4960
4961
|
d_lifegauge: `Display lifegauge`,
|
|
4961
4962
|
d_score: `Display the current number of judgments`,
|
|
4962
4963
|
d_musicinfo: `Display the music credits and current time`,
|
|
4963
4964
|
d_filterline: `Filter border display when using "Hidden+" or "Sudden+"`,
|
|
4964
|
-
d_velocity: `Enable velocity change settings
|
|
4965
|
+
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` +
|
|
4966
|
+
`[Soft] For overall speed change and individual acceleration, \nthe fluctuation of speed change is softened (opposite effect to Extreme).`,
|
|
4965
4967
|
d_color: `Enable color change settings`,
|
|
4966
4968
|
d_lyrics: `Enable lyrics display`,
|
|
4967
4969
|
d_background: `Enable background images and animations`,
|