v0.5.3.1 readme
This commit is contained in:
parent
5ef218f987
commit
16303c969b
26
README-EN.md
26
README-EN.md
@ -7,7 +7,7 @@
|
||||
Fork of TJAPlayer3-Develop-ReWrite, a simulator for .tja files.
|
||||
Old TJAPlayer3-Develop-BSQ
|
||||
|
||||
- Current version: v0.5.3
|
||||
- Current version: v0.5.3.1
|
||||
|
||||
- Discord : https://discord.gg/aA8scTvZ6B
|
||||
|
||||
@ -111,17 +111,31 @@ Make the folder structure not System/Graphics
|
||||
but System/(Skin name)/Graphics.
|
||||
```
|
||||
|
||||
- I get an error saying "11_Characters" is not found!
|
||||
- I cannot find the characters/puchicharas I added
|
||||
|
||||
```
|
||||
From version 0.5.2, characters are read from 11_Characters.
|
||||
In "(Skin name)/Graphics" folder, make a "11_Characters" folder, and insert character files in "(Skin name)/Graphics/11_Characters/(Character number)".
|
||||
Rename character config files to "CharaConfig.txt".
|
||||
If you do not want characters, make "(Skin name)/Graphics/11_Characters/0" empty.
|
||||
From version 0.5.3.1, Characters and Puchicharas are loaded from the Global folder (outside of skins), please add them there.
|
||||
```
|
||||
|
||||
## Update history
|
||||
|
||||
<details>
|
||||
<summary>v0.5.3.1</summary>
|
||||
|
||||
- Fix multiple bugs
|
||||
|
||||
- Global characters and puchicharas
|
||||
|
||||
- Permanent recently played songs folder
|
||||
|
||||
- Easy/Normal timing zones
|
||||
|
||||
- Characters on menus and result screens
|
||||
|
||||
- Song search by difficulty feature
|
||||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>v0.5.3</summary>
|
||||
|
||||
|
27
README.md
27
README.md
@ -11,7 +11,7 @@ English : https://github.com/0auBSQ/OpenTaiko/blob/main/README-EN.md
|
||||
TJAPlayer3-Develop-ReWriteの改造版, 太鼓シミュレーターです。
|
||||
旧名称 TJAPlayer3-Develop-BSQ
|
||||
|
||||
- 現在のバージョン: v0.5.3
|
||||
- 現在のバージョン: v0.5.3.1
|
||||
|
||||
- Discord : https://discord.gg/aA8scTvZ6B
|
||||
|
||||
@ -117,18 +117,31 @@ System/Graphicsではなく
|
||||
System/(スキン名)/Graphicsにフォルダを配置してください。
|
||||
```
|
||||
|
||||
- 「11_Characters」が見つからないというエラーが出ます!
|
||||
- 追加したキャラクター・プチキャラが表示されていません。
|
||||
|
||||
```
|
||||
v0.5.2から11_Charactersにキャラクターに関してファイルが読み込みされます。
|
||||
|
||||
「(スキン名)/Graphics」フォルダーに11_Charactersフォルダーを作って、「(スキン名)/Graphics/11_Characters/(キャラクター数)」にキャラクターファイルをご挿入ください。
|
||||
キャラクター設定が必要なら「CharaConfig.txt」を変更してください。
|
||||
キャラクターを使用しないなら「(スキン名)/Graphics/11_Characters/0」を空っぽにしてください。
|
||||
v0.5.3.1からキャラクターおよびプチキャラはGlobalフォルダに読み込まれます(スキンフォルダ以外)、そこに入れてください。
|
||||
```
|
||||
|
||||
## 更新記録
|
||||
|
||||
<details>
|
||||
<summary>v0.5.3.1</summary>
|
||||
|
||||
- バグ修正
|
||||
|
||||
- グローバルキャラクター・プチキャラ
|
||||
|
||||
- 「最近遊んだ曲」のフォルダデータを保存する機能を実装
|
||||
|
||||
- かんたん・ふつうの適当な判断範囲を実装
|
||||
|
||||
- 選曲画面および結果画面にカスタムキャラクターの対応
|
||||
|
||||
- 難易度に基づいての曲検索機能を実装
|
||||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>v0.5.3</summary>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user