Skip to content

Commit

Permalink
Update priority sources
Browse files Browse the repository at this point in the history
  • Loading branch information
TWLBot committed Feb 22, 2025
1 parent 4cd4d83 commit 578cee2
Show file tree
Hide file tree
Showing 2 changed files with 94 additions and 6 deletions.
98 changes: 93 additions & 5 deletions docs/_3ds/tjap_3ds.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,40 @@ prerelease:
<ul dir="auto">
<li>上画面下部に出る踊り子の実装</li>
<li>上画面下部に出る踊り子の実装<br>
dancer.t3x と 設定済みの config.json を以下のように置けば出来ます。</li>
</ul>
<pre class="notranslate"><code class="notranslate">sdmc:/tjafiles/theme/↓
          config.json ⇒ スキン全体の設定
          dancer.t3x ⇒ 踊り子を表示する部分
</code></pre>
<p dir="auto">因みに今回のバージョンから自動でconfig.jsonが出なくなるので、<br>
踊り子を実装したい場合は↓のテンプレートをコピーして作成して下さい。</p>
<div class="highlight highlight-source-json" dir="auto"><pre class="notranslate">{<span
class="pl-ent">"don_x"</span>: <span class="pl-c1">76</span>, <span class="pl-ent">"don_y"</span>:
<span class="pl-c1">43</span>, <span class="pl-ent">"don_go_x"</span>: <span class="pl-c1">76</span>,
<span class="pl-ent">"don_go_y"</span>: <span class="pl-c1">43</span>, <span class="pl-ent">"d1anime"</span>:
<span class="pl-s"><span class="pl-pds">"</span>0,1,2,3<span class="pl-pds">"</span></span>,
<span class="pl-ent">"d2anime"</span>: <span class="pl-s"><span class="pl-pds">"</span>0,1,2,3<span
class="pl-pds">"</span></span>, <span class="pl-ent">"d3anime"</span>: <span class="pl-s"><span
class="pl-pds">"</span>0,1,2,3<span class="pl-pds">"</span></span>}</pre></div>
<p dir="auto">新オプションの d1anime, d2anime, d3anime は踊り子の何コマ目を表示するかを最大128コマ指定出来ます。<br>
4小節1ループの為<del>調整がかなり面倒くさいですが</del>ボカロキャラの踊り子も可能です。<br>
※「さちさちにしてあげる♪」の様なクリア達成時のモーション変更は出来ません。</p>
<ul dir="auto">
<li>ロード中に演奏できる様に(※曲は流れません)</li>
Expand All @@ -51,17 +84,72 @@ prerelease:
<ul dir="auto">
<li>Implementation of a dancer that appears at the bottom of the upper screen.</li>
<li>Implementation of a dancer that appears at the bottom of the upper screen.<br>
You can do this by placing dancer.t3x and the configured config.json as shown
below.</li>
</ul>
<pre class="notranslate"><code class="notranslate">sdmc:/tjafiles/theme/↓
          config.json ⇒ Global Skin Settings
          dancer.t3x ⇒ Dancer''s Assets
</code></pre>
<p dir="auto">Incidentally, config.json will no longer be displayed automatically
from this version onwards,<br>
so if you want to implement a dancer, please copy and create the template below.</p>
<div class="highlight highlight-source-json" dir="auto"><pre class="notranslate">{<span
class="pl-ent">"don_x"</span>: <span class="pl-c1">76</span>, <span class="pl-ent">"don_y"</span>:
<span class="pl-c1">43</span>, <span class="pl-ent">"don_go_x"</span>: <span class="pl-c1">76</span>,
<span class="pl-ent">"don_go_y"</span>: <span class="pl-c1">43</span>, <span class="pl-ent">"d1anime"</span>:
<span class="pl-s"><span class="pl-pds">"</span>0,1,2,3<span class="pl-pds">"</span></span>,
<span class="pl-ent">"d2anime"</span>: <span class="pl-s"><span class="pl-pds">"</span>0,1,2,3<span
class="pl-pds">"</span></span>, <span class="pl-ent">"d3anime"</span>: <span class="pl-s"><span
class="pl-pds">"</span>0,1,2,3<span class="pl-pds">"</span></span>}</pre></div>
<p dir="auto">The new options d1anime, d2anime, and d3anime allow you to specify
how many frames of the dancer should be displayed, up to 128 frames.<br>
Since it is a 4-measure 1-loop <del>although the adjustment is quite troublesome</del>,
it is also possible to use Vocaloid character dancers.<br>
※You cannot change the motion when you achieve clear like “I''ll make you Sachi
Sachi”.</p>
<ul dir="auto">
<li>You can play music while it loads. (※music will not play)</li>
<li>Addition of ComboVoice</li>
</ul>'
update_notes_md: "## チェンジログ\n - 上画面下部に出る踊り子の実装\n - ロード中に演奏できる様に(※曲は流れません)\n - コンボボイスの実装\n\
update_notes_md: "## チェンジログ\n - 上画面下部に出る踊り子の実装\ndancer.t3x と 設定済みの config.json を以下のように置けば出来ます。\n\
```\nsdmc:/tjafiles/theme/↓\n          config.json ⇒ スキン全体の設定\n          dancer.t3x\
\ ⇒ 踊り子を表示する部分\n```\n因みに今回のバージョンから自動でconfig.jsonが出なくなるので、\n踊り子を実装したい場合は↓のテンプレートをコピーして作成して下さい。\n\
```json\n{\"don_x\": 76, \"don_y\": 43, \"don_go_x\": 76, \"don_go_y\": 43, \"\
d1anime\": \"0,1,2,3\", \"d2anime\": \"0,1,2,3\", \"d3anime\": \"0,1,2,3\"}\n\
```\n新オプションの d1anime, d2anime, d3anime は踊り子の何コマ目を表示するかを最大128コマ指定出来ます。\n4小節1ループの為~調整がかなり面倒くさいですが~ボカロキャラの踊り子も可能です。\n\
※「さちさちにしてあげる♪」の様なクリア達成時のモーション変更は出来ません。\n\n - ロード中に演奏できる様に(※曲は流れません)\n - コンボボイスの実装\n\
## Changelog\n - Implementation of a dancer that appears at the bottom of the\
\ upper screen.\n - You can play music while it loads. (※music will not play)\n\
\ - Addition of ComboVoice"
\ upper screen.\nYou can do this by placing dancer.t3x and the configured config.json\
\ as shown below.\n```\nsdmc:/tjafiles/theme/↓\n          config.json ⇒ Global\
\ Skin Settings\n          dancer.t3x ⇒ Dancer's Assets\n```\nIncidentally, config.json\
\ will no longer be displayed automatically from this version onwards, \nso if\
\ you want to implement a dancer, please copy and create the template below.\n\
```json\n{\"don_x\": 76, \"don_y\": 43, \"don_go_x\": 76, \"don_go_y\": 43, \"\
d1anime\": \"0,1,2,3\", \"d2anime\": \"0,1,2,3\", \"d3anime\": \"0,1,2,3\"}\n\
```\nThe new options d1anime, d2anime, and d3anime allow you to specify how many\
\ frames of the dancer should be displayed, up to 128 frames.\nSince it is a 4-measure\
\ 1-loop ~although the adjustment is quite troublesome~, it is also possible to\
\ use Vocaloid character dancers.\n※You cannot change the motion when you achieve\
\ clear like “I'll make you Sachi Sachi”.\n\n - You can play music while it loads.\
\ (※music will not play)\n - Addition of ComboVoice"
updated: '2025-02-07T05:08:59Z'
version: v1.5.0
version_title: TJAPlayer for 3DS v1.5.0
Expand Down
2 changes: 1 addition & 1 deletion docs/data/full.json

Large diffs are not rendered by default.

0 comments on commit 578cee2

Please sign in to comment.