Releases: rynan4818/beat-saber-overlay
Release v2023/02/18
- HttpCO2StatusによるCO2濃度・温度・湿度の表示に対応したサンプルオーバーレイ追加(
index_HDT_SRMqueue_CO2_sample.html
)
Addition of sample overlay for display of CO2 concentration, temperature, and humidity by HttpCO2Status
Full Changelog: v2022/04/25...v2023/02/18
Release v2022/04/25
-
HttpStatusExtention使用時の星難易度表示の桁数を小数点2桁で四捨五入するようにしました
The number of digits in the star difficulty display when using HttpStatusExtention is now rounded to two decimal places. -
BeatSaverのAPIのURL変更対応(https://beatsaver.com/api/ → https://api.beatsaver.com/)
Support for BeatSaver API URL change -
外部スクリプト起動用オプション配列にbombMissed, noteSpawned, other を追加しました。
Added bombMissed, noteSpawned, and other to the options array for launching external scripts. -
HttpHDTStatusの移動距離と HttpStatusExtentionのSongRequestManagerV2のキューステータス表示のサンプル(index_HDT_SRMqueue_sample.html)を追加しました。
Added sample (index_HDT_SRMqueue_sample.html) of SongRequestManagerV2 queue status display for HttpHDTStatus travel distance and HttpStatusExtention.
SRMのキュー表示位置はここのmargin値を調整してください。キュー表示の内容はここです。
Adjust the margin value here for the position of the SRM queue display. The content of the queue display is here.
使用方法はREADMEを参照してください。
Please refer to README for usage instructions.
Release v2021/10/10
-
HttpSiraStatus-5.3.1で追加されたcurrentSongTimeに対応し、曲時間が同期するようになりました。
AutoPauseStealthなどを使用したときの時間のズレが無くなりました。
Supports currentSongTime added in HttpSiraStatus-5.3.1, so that song times are now synchronized.
There is no longer any discrepancy in the time display of songs when using AutoPauseStealth. -
外部スクリプト起動用オプション配列にex_beatmapEventを追加しました。
Added ex_beatmapEvent to the options array for launching external scripts.
使用方法はREADMEを参照してください。
Please refer to README for usage instructions.
Release v2021/08/09
Release v2021/05/09
- 追加スクリプトの関数呼び出しを配列に関数を追加する方法に変更しました。
Change function call method for additional scripts.- 複数の追加スクリプトを使用する場合にオプション関数が競合する問題が解決されました。
Resolved the issue of conflicts when using the same function in multiple additional scripts. - 従来のオプション関数も後方互換性を持たせてありますので、追加スクリプトはそのまま使用可能です。
Compatibility means that additional scripts can be used as before
- 複数の追加スクリプトを使用する場合にオプション関数が競合する問題が解決されました。
- HttpSiraStatusで追加されたRealitiveScore(精度)に対応しました。
Support for RealitiveScore of HttpSiraStatus. - 精度の表示を小数点2桁に変更しました。
Accuracy display was changed to two decimal places.
使用方法はREADMEを参照してください。
Please refer to README for usage instructions.
Release v2021/02/22
-
曲名欄、アーティスト・作譜者欄、難易度欄(カスタム難易度表示)がOBSのブラウザの幅を超える場合に文字をスクロールするようにしました。OBSのオーバーレイのプロパティの幅を縮めることで、意図的にオーバーレイの表示幅を絞ることが可能です。
The text will now scroll when the information in the map exceeds the width of the OBS browser.
You can intentionally narrow down the display width of the overlay by shrinking the width of the OBS overlay properties.
-
index_rtl.htmlを使用しなくてもrtlのmodifiersオプションで正しく右寄せ表示が出来るようになりました。
それに伴いindex_rtl.htmlは削除しました。従来のオーバーレイのフォルダに上書きする場合はindex_rtl.htmlの削除を忘れずに行って下さい。
With the modifiers option of rtl, it is now possible to display correctly without using processed HTML.
※一つ前の修正で常にエナジーバー表示されていた問題を修正しました。エナジーバー表示にはenergy
またはall
オプションが必要です。
Release v2021/02/20
energy
オプションが機能せず、無条件でエナジーバーが表示されていたのを修正
エナジーバー表示にはenergy
またはall
オプションが必須になります。
次のバージョンでは、CSSを大きくいじるためバグフィックスとしてリリース。
Release v2021/02/07
pp
,all
オプションの追加- 機能の使用には、デンパ時計さん版のHTTP StatusとHttpStatusExtentionの導入が必要です。
- Slower SongやFaster Song、PRACTICEモードでの速度変更に曲時間表示を対応
既知の不具合
- energyオプションに関係なくエナジーバーが表示される。
Release v2021/01/31
- BeatSaber 1.13.2のNoFail仕様変更に合わせた修正
- NoFail時は、Failするまでエナジーバーを表示、Fail後は非表示
- BeatSaber 1.13.0以前のバージョンの場合は従来どおりNoFail時は非表示
既知の不具合
- energyオプションに関係なくエナジーバーが表示される。
Release v2020/12/26
- ミス数、Modifier、エナジーバーの表示オプションを追加
- 外部スクリプトを追加できる様に、オプション関数を追加