1
0
mirror of synced 2025-02-20 04:21:02 +01:00

Preparation for the release

This commit is contained in:
0aubsq 2022-03-09 14:24:10 +01:00
parent 1c7e62b09c
commit 121402b938
4 changed files with 85 additions and 21 deletions

View File

@ -7,7 +7,7 @@
Fork of TJAPlayer3-Develop-ReWrite, a simulator for .tja files.
Old TJAPlayer3-Develop-BSQ
- Current version Pre v0.5.3
- Current version v0.5.3
- Discord : https://discord.gg/aA8scTvZ6B

View File

@ -11,7 +11,7 @@ English : https://github.com/0auBSQ/OpenTaiko/blob/main/README-EN.md
TJAPlayer3-Develop-ReWriteの改造版, 太鼓シミュレーターです。
旧名称 TJAPlayer3-Develop-BSQ
- 現在のバージョン: Pre v0.5.3
- 現在のバージョン: v0.5.3
- Discord : https://discord.gg/aA8scTvZ6B
@ -129,6 +129,43 @@ v0.5.2から11_Charactersにキャラクターに関してファイルが読み
## 更新記録
<details>
<summary>v0.5.3</summary>
- バグ修正
- 段結果画面を実装(1/2)
- 曲数の3つ以外の段譜面のクラッシュを修正
- P側対応を追加
- 主要なP更新を追加
- 演奏選曲画面に段及びタワーの譜面を選べるオプションを追加
- Modal注目ボックスを追加
- コインを使ってコンテンツを解除できる機能を追加(1/2)
- 「お気に入りの曲」のフォルダーを追加選曲画面にCTRLを押したら現在選択中の曲を「お気に入り」にする
- キャラクター及びプチキャラのメタデータファイル対応を追加
- 中国語を追加 (WHMHammer)
- SlimDXの依存を排除 (Mr Ojii)
- SimpleStyleスキンを追加 (feat. cien)
- 各曲に自動作成のユニークIDを追加
- Discord RPCを修正
- 様々な設定画面項目を修正 (l1m0n3)
</details>
<details>
<summary>v0.5.2.1</summary>

View File

@ -1,32 +1,52 @@
{
0: {
"name" : "Empty0",
"name" : "None",
"rarity": "Common",
"author": "申しコミ",
"author": "",
},
1: {
"name" : "Empty1",
"name" : "Placeholder",
"rarity": "Common",
"author": "申しコミ",
"author": "[Author]",
},
2: {
"name" : "Empty2",
"rarity": "Uncommon",
"author": "申しコミ",
"name" : "Placeholder",
"rarity": "Poor",
"author": "[Author]",
},
3: {
"name" : "Empty3",
"rarity": "Rare",
"author": "申しコミ",
"name" : "Placeholder",
"rarity": "Uncommon",
"author": "[Author]",
},
4: {
"name" : "Empty4",
"rarity": "Epic",
"author": "申しコミ",
"name" : "Placeholder",
"rarity": "Common",
"author": "[Author]",
},
5: {
"name" : "Empty5",
"name" : "Placeholder",
"rarity": "Epic",
"author": "[Author]",
},
6: {
"name" : "Placeholder",
"rarity": "Common",
"author": "[Author]",
},
7: {
"name" : "Placeholder",
"rarity": "Rare",
"author": "[Author]",
},
8: {
"name" : "Placeholder",
"rarity": "Uncommon",
"author": "[Author]",
},
9: {
"name" : "Placeholder",
"rarity": "Legendary",
"author": "申しコミ",
"author": "[Author]",
},
}

View File

@ -1,19 +1,26 @@
{
"puchichara": {
2: {
7: {
"condition": "ch",
"type": "me",
"values": [
200,
450,
],
},
4: {
"condition": "cs",
5: {
"condition": "ch",
"type": "me",
"values": [
1400,
],
},
9: {
"condition": "cs",
"type": "me",
"values": [
5000,
],
},
},
}