<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title>ニュース</title>
<link>http://ssp.shillest.net/antenna-1.html</link>
<pubDate>Tue, 21 Jul 2026 04:23:53 +0900</pubDate>
<description>SSP BUGTRAQ Feed Generater</description>
<item>
<title>0000797: Turning off the high quality shell scaling option causes slowdown for some ghosts</title>
<link>https://bts.shillest.net/view.php?id=797</link>
<author></author>
<category>SSPBT</category>
<comments>https://bts.shillest.net/view.php?id=797#bugnotes</comments>
<guid isPermaLink="false">https://bts.shillest.net/view.php?id=797#1784575433</guid>
<mantis:severity>minor</mantis:severity>
<mantis:status>new</mantis:status>
<pubDate>Tue, 21 Jul 2026 04:23:53 +0900</pubDate>
<description>Affects this ghost in particular: &amp;lt;a href=&amp;quot;https://github.com/Zichqec/flakes_of_fancy&amp;quot; rel=&amp;quot;noopener,nofollow&amp;quot;&amp;gt;https://github.com/Zichqec/flakes_of_fancy&amp;lt;/a&amp;gt;&amp;lt;br /&amp;gt;
&amp;lt;br /&amp;gt;
I usually keep the high quality shell scaling option off, because I find that ghosts drawn in pixel art styles look better to me as long as the scaling is kept to values that divide cleanly (50%, 200%, etc).&amp;lt;br /&amp;gt;
&amp;lt;br /&amp;gt;
When the above ghost released, I was using SSP 2.8.32, and I could scale the shell down to 50% and the ghost would still run at normal speed.&amp;lt;br /&amp;gt;
Now, on SSP 2.8.56, the ghost runs well at 100% shell scaling, but at 50% shell scaling it slows down to a crawl.&amp;lt;br /&amp;gt;
&amp;lt;br /&amp;gt;
If I turn on the high quality shell scaling option, the ghost runs at normal speed again.&amp;lt;br /&amp;gt;
&amp;lt;br /&amp;gt;
SSP/2.8.56 (20260715-12; Windows NT 10.0.26100)</description>
</item>
<item>
<title>&#x5FEB;&#x7720;&#x30D9;&#x30D3;&#x30FC;&#x30C9;&#x30FC;&#x30EB;</title>
<link>https://cherry.narnaloader.ukagaka.net/ghost.php?ghost=momoka_babydoll</link>
<category>うかフィード</category>
<guid isPermaLink="true">https://cherry.narnaloader.ukagaka.net/ghost.php?ghost=momoka_babydoll</guid>
<pubDate>Mon, 20 Jul 2026 20:11:03 +0900</pubDate>
<description>&#x808C;&#x9762;&#x7A4D;&#x306E;&#x591A;&#x3044;&#x30D9;&#x30D3;&#x30C9;&#x3067;&#x3059;&#x3002;&#x300C;&#x30D4;&#x30F3;&#x30AF;&#x306E;&#x3067;&#x304B;&#x3044;&#x30E1;&#x30A4;&#x30C9;&#x3055;&#x3093;&#x300D;&#x8FFD;&#x52A0;&#x30B7;&#x30A7;&#x30EB;&#x3002;</description>
</item>
<item>
<title>0000796: ファイルドロップ時のOpen系イベントが来ない</title>
<link>https://bts.shillest.net/view.php?id=796</link>
<author></author>
<category>SSPBT</category>
<comments>https://bts.shillest.net/view.php?id=796#bugnotes</comments>
<guid isPermaLink="false">https://bts.shillest.net/view.php?id=796#1784517270</guid>
<mantis:severity>minor</mantis:severity>
<mantis:status>new</mantis:status>
<pubDate>Mon, 20 Jul 2026 12:14:30 +0900</pubDate>
<description>2.8.51で追加されたOnMediaPlayerOpen、OnPictureViewerOpenが来ていないようです。&amp;lt;br /&amp;gt;
ゴーストで処理しなかった、かつメディアプレーヤー/画像ビューアが開いた時に来る&amp;lt;br /&amp;gt;
イベントですがファイルドロップ系イベントは全て204になっています。&amp;lt;br /&amp;gt;
OnFileDropping&amp;lt;br /&amp;gt;
OnFileDropEx&amp;lt;br /&amp;gt;
OnFileDrop2&amp;lt;br /&amp;gt;
OnFileDropped&amp;lt;br /&amp;gt;
OnFileDrop&amp;lt;br /&amp;gt;
&amp;lt;br /&amp;gt;
SSP/2.8.56&amp;lt;br /&amp;gt;
Windows10 22H2&amp;lt;br /&amp;gt;
Emily/Phase4.5</description>
</item>
<item>
<title>0000795: How to get surface width before the surface is displayed</title>
<link>https://bts.shillest.net/view.php?id=795</link>
<author></author>
<category>SSPBT</category>
<comments>https://bts.shillest.net/view.php?id=795#bugnotes</comments>
<guid isPermaLink="false">https://bts.shillest.net/view.php?id=795#1784485120</guid>
<mantis:severity>feature</mantis:severity>
<mantis:status>new</mantis:status>
<pubDate>Mon, 20 Jul 2026 03:18:40 +0900</pubDate>
<description>I keep running into an issue when I create ghosts that have background decorations. I want to spawn characters at random positions on screen, but in order to keep the characters within the screen boundaries, I need to check the width of the surface that the character will use. However, I don&apos;t want the user to see the character before it moves to its position, otherwise it creates an unpleasant flickering effect.&amp;lt;br /&amp;gt;
&amp;lt;br /&amp;gt;
Usually, I try to solve it like this:&amp;lt;br /&amp;gt;
\p[100]\![set,alpha,0]\s[100]\![get,property,OnCheckWidth,currentghost.scope(100).rect]&amp;lt;br /&amp;gt;
&amp;lt;br /&amp;gt;
However, I&apos;ve found that when the alpha tag is used first, it seems that the surface is initialized to 10 (if no other surface was already in use), and therefore the property command gets the width of surface10 instead. (Also, OnChangeSurface detects a change to surface10, and only later updates to reflect the intended surface.)&amp;lt;br /&amp;gt;
&amp;lt;br /&amp;gt;
If I swap the order of the tags like this...&amp;lt;br /&amp;gt;
\p[100]\s[100]\![set,alpha,0]\![get,property,OnCheckWidth,currentghost.scope(100).rect]&amp;lt;br /&amp;gt;
&amp;lt;br /&amp;gt;
Then the width will be correct, but sometimes the character is briefly visible before the alpha tag takes effect.&amp;lt;br /&amp;gt;
&amp;lt;br /&amp;gt;
I&apos;m not sure if it would be possible to adjust that behavior, and it seems like a bad idea for me to rely on really specific timing of these events.&amp;lt;br /&amp;gt;
&amp;lt;br /&amp;gt;
I had another idea: would it be possible to add a property command to detect what the rectangle of a surface will be, without having to change to it? That would solve my issue cleanly, without having to rely on events happening in just the right order.&amp;lt;br /&amp;gt;
Something like this:&amp;lt;br /&amp;gt;
&amp;lt;br /&amp;gt;
\![get,property,OnCheckWidth,currentghost.scope(100).surface(100).rect]</description>
</item>
<item>
<title>0000575: Vertical Menu Spacing option makes text unreadable when set to higher numbers</title>
<link>https://bts.shillest.net/view.php?id=575</link>
<author></author>
<category>SSPBT</category>
<comments>https://bts.shillest.net/view.php?id=575#bugnotes</comments>
<guid isPermaLink="false">https://bts.shillest.net/view.php?id=575#1784400277</guid>
<mantis:severity>minor</mantis:severity>
<mantis:status>assigned</mantis:status>
<pubDate>Sun, 19 Jul 2026 03:44:37 +0900</pubDate>
<description>I think this option is probably not working as intended. Increasing the vertical menu spacing simply pushes the text outside of the readable area, rather than making the options larger. Though I do notice, in *some* submenus (but not all), it appears to be working as intended. Also, hovering over the options reveals the rest of the text awkwardly, as can be seen in the second screenshot.</description>
</item>
<item>
<title>&#x3046;&#x304B;&#x306F;&#x304B;&#xFF14;</title>
<link>https://colorbox.saloon.jp/toy/ukahaka4/</link>
<category>うかフィード</category>
<guid isPermaLink="true">https://colorbox.saloon.jp/toy/ukahaka4/</guid>
<pubDate>Thu, 16 Jul 2026 23:50:25 +0900</pubDate>
<description>&#x30E6;&#x30FC;&#x30B6;&#x304C;&#x901D;&#x3063;&#x3066;&#x3057;&#x307E;&#x3063;&#x305F;&#x5F8C;&#x306E;&#x30B4;&#x30FC;&#x30B9;&#x30C8;&#x9054;&#x306B;&#x60F3;&#x3044;&#x3092;&#x99B3;&#x305B;&#x308B;Web&#x30A2;&#x30F3;&#x30BD;&#x30ED;&#x30B8;&#x30FC;&#x4F01;&#x753B;&#x3002;&#x4F5C;&#x54C1;&#x52DF;&#x96C6;&#x306F;7/16&#x304B;&#x3089;&#xFF01;</description>
</item>
<item>
<title>&#x304A;&#x57CE;&#x306E;&#x5927;&#x7406;&#x77F3;</title>
<link>https://mistmist.x0.com/</link>
<category>うかフィード</category>
<guid isPermaLink="true">https://mistmist.x0.com/</guid>
<pubDate>Tue, 14 Jul 2026 20:44:12 +0900</pubDate>
<description>&#x30D0;&#x30EB;&#x30FC;&#x30F3;&#x300C;&#x304A;&#x57CE;&#x306E;&#x5927;&#x7406;&#x77F3;&#x300D;&#x3092;&#x516C;&#x958B;&#x3057;&#x307E;&#x3057;&#x305F;&#x3002;&#x6587;&#x5B57;&#x304C;&#x5927;&#x304D;&#x3081;&#x306A;&#x30D0;&#x30EB;&#x30FC;&#x30F3;&#x3067;&#x3059;&#x3002;</description>
</item>
<item>
<title>0000355: Allow user to specify the distance at which ghosts should &apos;stick&apos; to the taskbar/screen edge</title>
<link>https://bts.shillest.net/view.php?id=355</link>
<author></author>
<category>SSPBT</category>
<comments>https://bts.shillest.net/view.php?id=355#bugnotes</comments>
<guid isPermaLink="false">https://bts.shillest.net/view.php?id=355#1784016292</guid>
<mantis:severity>feature</mantis:severity>
<mantis:status>closed</mantis:status>
<pubDate>Tue, 14 Jul 2026 17:04:52 +0900</pubDate>
<description>When a ghost is moved near the taskbar or the edge of the screen, the edge of their window will &apos;stick&apos;, allowing you to place them perfectly on the edge. Sometimes it can be difficult to place them just right, though. Mouse sensitivity, the amount of extra transparent space on the ghost&apos;s surfaces, and other factors can make it difficult for some users. And sometimes, you may not want them to stick at all.&amp;lt;br /&amp;gt;
&amp;lt;br /&amp;gt;
I think it could be helpful to add a slider in the SSP preferences that lets you choose how many pixels away ghosts have to be from an edge before they will stick, and also allow you to disable sticking completely by setting it to 0.&amp;lt;br /&amp;gt;
&amp;lt;br /&amp;gt;
I am aware that there is already an option you can set for each ghost to make them stick to the taskbar all the time, but this is not desirable in certain cases.</description>
</item>
<item>
<title>0000288: New event: rate of use graph within one week</title>
<link>https://bts.shillest.net/view.php?id=288</link>
<author></author>
<category>SSPBT</category>
<comments>https://bts.shillest.net/view.php?id=288#bugnotes</comments>
<guid isPermaLink="false">https://bts.shillest.net/view.php?id=288#1783819763</guid>
<mantis:severity>feature</mantis:severity>
<mantis:status>closed</mantis:status>
<pubDate>Sun, 12 Jul 2026 10:29:23 +0900</pubDate>
<description>It was nice for ghost to be able to get an aggregate rate of use graph, but this seems hardly useful for identifying ghost usage over time&amp;lt;br /&amp;gt;
Ideally ghost would be able to retrieve as much recent ghost usage as needed (anywhere from a week to a month), but I find this difficult to design and unrealistic</description>
</item>
<item>
<title>0000793: バックログの非表示対象を追加して欲しい</title>
<link>https://bts.shillest.net/view.php?id=793</link>
<author></author>
<category>SSPBT</category>
<comments>https://bts.shillest.net/view.php?id=793#bugnotes</comments>
<guid isPermaLink="false">https://bts.shillest.net/view.php?id=793#1783719218</guid>
<mantis:severity>feature</mantis:severity>
<mantis:status>closed</mantis:status>
<pubDate>Sat, 11 Jul 2026 06:33:38 +0900</pubDate>
<description>SSP 2.8.51で追加されたバックログについて、以下の事例（選択肢）でバックログ内の表示に差があります。&amp;lt;br /&amp;gt;
以下の例２の「このテキストはバックログに表示される」の部分も非表示対象にして欲しいです。&amp;lt;br /&amp;gt;
&amp;lt;br /&amp;gt;
＊スクリプト例１&amp;lt;br /&amp;gt;
\q[このテキストはバックログに表示されない,OnTest]&amp;lt;br /&amp;gt;
&amp;lt;br /&amp;gt;
＊スクリプト例２&amp;lt;br /&amp;gt;
\__q[OnTest]このテキストはバックログに表示される\__q&amp;lt;br /&amp;gt;
&amp;lt;br /&amp;gt;
＊要望を出した者の環境&amp;lt;br /&amp;gt;
SSP/2.8.51 (20260709-21; Windows NT 10.0.26200)&amp;lt;br /&amp;gt;
Windows11</description>
</item>
<item>
<title>0000794: How to handle cipher fonts in the backlog display</title>
<link>https://bts.shillest.net/view.php?id=794</link>
<author></author>
<category>SSPBT</category>
<comments>https://bts.shillest.net/view.php?id=794#bugnotes</comments>
<guid isPermaLink="false">https://bts.shillest.net/view.php?id=794#1783719165</guid>
<mantis:severity>feature</mantis:severity>
<mantis:status>closed</mantis:status>
<pubDate>Sat, 11 Jul 2026 06:32:45 +0900</pubDate>
<description>Some ghosts use cipher fonts (such as Wingdings) to obscure parts of a ghost&apos;s dialogue. It adds a layer of mystery, and can be a fun challenge for users to decipher it.&amp;lt;br /&amp;gt;
&amp;lt;br /&amp;gt;
The new backlog feature reveals this dialogue by displaying it in an ordinary font. Would it be possible to improve this?</description>
</item>
<item>
<title>0000016: 吹き出しの表示をSNS風にする機能</title>
<link>https://bts.shillest.net/view.php?id=16</link>
<author></author>
<category>SSPBT</category>
<comments>https://bts.shillest.net/view.php?id=16#bugnotes</comments>
<guid isPermaLink="false">https://bts.shillest.net/view.php?id=16#1783554554</guid>
<mantis:severity>feature</mantis:severity>
<mantis:status>closed</mantis:status>
<pubDate>Thu, 09 Jul 2026 08:49:14 +0900</pubDate>
<description>吹き出し表示をSNS風にする機能です。&amp;lt;br /&amp;gt;
複数のゴーストを表示したりしている場合に&amp;lt;br /&amp;gt;
吹き出しがゴチャゴチャして読みづらくなるためです。&amp;lt;br /&amp;gt;
&amp;lt;br /&amp;gt;
ゴーストプラグイン毎にまとめて表示されます。&amp;lt;br /&amp;gt;
&amp;lt;br /&amp;gt;
==============&amp;lt;br /&amp;gt;
エミリ:気が付いたらもう半年終わりか…&amp;lt;br /&amp;gt;
テディ:そう考えると一年って早いね！&amp;lt;br /&amp;gt;
エミリオ:季節の変わり目だけど、季節の変わり目は&amp;lt;br /&amp;gt;
気温の変化激しいから体調管理気を付けて！&amp;lt;br /&amp;gt;
==============</description>
</item>
<item>
<title>&#x30EC;&#x30DF;&#x4E00;&#x5EA7;</title>
<link>https://cherry.narnaloader.ukagaka.net/ghost.php?ghost=remi_troupe</link>
<category>うかフィード</category>
<guid isPermaLink="true">https://cherry.narnaloader.ukagaka.net/ghost.php?ghost=remi_troupe</guid>
<pubDate>Thu, 02 Jul 2026 18:10:31 +0900</pubDate>
<description>&#x67D0;&#x30D1;&#x30D6;&#x30EA;&#x30C3;&#x30AF;&#x30C9;&#x30E1;&#x30A4;&#x30F3;&#x6587;&#x5B66;&#x306E;&#x4E8C;&#x6B21;&#x5275;&#x4F5C;&#x30B4;&#x30FC;&#x30B9;&#x30C8;&#x3067;&#x3059;&#x3002;</description>
</item>
<item>
<title>0000792: SSP組み込みクロスフェード機能を強制OFFにするdescript.txt設定がほしい</title>
<link>https://bts.shillest.net/view.php?id=792</link>
<author></author>
<category>SSPBT</category>
<comments>https://bts.shillest.net/view.php?id=792#bugnotes</comments>
<guid isPermaLink="false">https://bts.shillest.net/view.php?id=792#1782703938</guid>
<mantis:severity>feature</mantis:severity>
<mantis:status>closed</mantis:status>
<pubDate>Mon, 29 Jun 2026 12:32:18 +0900</pubDate>
<description>表題通り。自前でクロスフェード的アニメーションを全部用意するヤバいゴーストさんが現れた時のための準備工事。</description>
</item>
<item>
<title>0000791: プロパティシステムでバルーンの現在位置座標を取得したい</title>
<link>https://bts.shillest.net/view.php?id=791</link>
<author></author>
<category>SSPBT</category>
<comments>https://bts.shillest.net/view.php?id=791#bugnotes</comments>
<guid isPermaLink="false">https://bts.shillest.net/view.php?id=791#1782525068</guid>
<mantis:severity>feature</mantis:severity>
<mantis:status>closed</mantis:status>
<pubDate>Sat, 27 Jun 2026 10:51:08 +0900</pubDate>
<description>要約の通りです。&amp;lt;br /&amp;gt;
currentghost.scope(ID).x のように、現スコープIDのモニタ上の座標を取得するコマンドがありますが、これのバルーン版が欲しいです&amp;lt;br /&amp;gt;
currentghost.balloon.scope(ID).x などでできないでしょうか？</description>
</item>
<item>
<title>&#x3046;&#x304B;&#x30DE;&#x30F3;&#x30AB;&#x30E9;</title>
<link>https://lost-nd-xxx.hateblo.jp/entry/20260626/1782483647</link>
<category>うかフィード</category>
<guid isPermaLink="true">https://lost-nd-xxx.hateblo.jp/entry/20260626/1782483647</guid>
<pubDate>Fri, 26 Jun 2026 23:40:54 +0900</pubDate>
<description>&#x30B4;&#x30FC;&#x30B9;&#x30C8;&#x300C;&#x3046;&#x304B;&#x30DE;&#x30F3;&#x30AB;&#x30E9;&#x300D;&#x4ED6;2&#x4F53;&#x3092;&#x516C;&#x958B;&#x3057;&#x307E;&#x3057;&#x305F;&#x3002;&#x30DE;&#x30F3;&#x30AB;&#x30E9;&#x3068;&#x3044;&#x3046;&#x30DC;&#x30FC;&#x30C9;&#x30B2;&#x30FC;&#x30E0;&#x3092;&#x3084;&#x308B;&#x30B4;&#x30FC;&#x30B9;&#x30C8;&#x3067;&#x3059;&#x3002;</description>
</item>
<item>
<title>&#x672C;&#x306E;&#x866B; - Read (with) me</title>
<link>https://rocketsalad.studio.site/wb9qgiTt/readwithme</link>
<category>うかフィード</category>
<guid isPermaLink="true">https://rocketsalad.studio.site/wb9qgiTt/readwithme</guid>
<pubDate>Thu, 25 Jun 2026 20:08:17 +0900</pubDate>
<description>&#x30B4;&#x30FC;&#x30B9;&#x30C8;&#x300C;&#x672C;&#x306E;&#x866B; - Read (with) me&#x300D;&#x3092;&#x516C;&#x958B;&#x3057;&#x307E;&#x3057;&#x305F;</description>
</item>
<item>
<title>0000790: Odd behavior of \c[char] tag</title>
<link>https://bts.shillest.net/view.php?id=790</link>
<author></author>
<category>SSPBT</category>
<comments>https://bts.shillest.net/view.php?id=790#bugnotes</comments>
<guid isPermaLink="false">https://bts.shillest.net/view.php?id=790#1782158174</guid>
<mantis:severity>minor</mantis:severity>
<mantis:status>closed</mantis:status>
<pubDate>Tue, 23 Jun 2026 04:56:14 +0900</pubDate>
<description>I encountered some strange behavior with \c[char]. It seems that if \c[char] is followed immediately by a \f[] tag, a gap will be left where the characters were erased. This results in an unexpected display. Example script:&amp;lt;br /&amp;gt;
&amp;lt;br /&amp;gt;
ABCDE\c[char,4]\f[strike,1]12345&amp;lt;br /&amp;gt;
&amp;lt;br /&amp;gt;
It is possible to mitigate this somewhat by placing a space before the \f[] tag, but then the space will be left over, leaving behind a smaller gap.&amp;lt;br /&amp;gt;
(Note: I tried this with strike and underline, but haven&apos;t tested other styles.)&amp;lt;br /&amp;gt;
&amp;lt;br /&amp;gt;
Additionally, I&apos;m not sure if it&apos;s the same issue or a different one, but it seems like \c[char] behaves oddly when the text wraps. Sometimes instead of erasing characters as expected, it leaves some behind. I&apos;m having some trouble figuring out a specific minimal script to reproduce this, but it seems like a combination of \c[char], an automatic line break, and maybe text styling, causes an issue. (I also tried placing \n tags before the line wrap point to avoid the automatic line breaks, but that tag got erased too, so it had the same issue in the end...)&amp;lt;br /&amp;gt;
&amp;lt;br /&amp;gt;
I provided several scripts I used to test in testing_scripts.txt. I also provided the Aosora code I used to generate the longer scripts.&amp;lt;br /&amp;gt;
&amp;lt;br /&amp;gt;
SSP/2.8.32 (20260619-1; Windows NT 10.0.26100)</description>
</item>
<item>
<title>0000789: The dressup explorer can&apos;t be accessed if the \0 character doesn&apos;t have dressups</title>
<link>https://bts.shillest.net/view.php?id=789</link>
<author></author>
<category>SSPBT</category>
<comments>https://bts.shillest.net/view.php?id=789#bugnotes</comments>
<guid isPermaLink="false">https://bts.shillest.net/view.php?id=789#1781815579</guid>
<mantis:severity>minor</mantis:severity>
<mantis:status>closed</mantis:status>
<pubDate>Fri, 19 Jun 2026 05:46:19 +0900</pubDate>
<description>Situation: \0 character does not have dressups (or has the dressup menu disabled), \1 character has dressups.&amp;lt;br /&amp;gt;
I want to access the dressup explorer through \1&apos;s menu, but there&apos;s no button for it.&amp;lt;br /&amp;gt;
&amp;lt;br /&amp;gt;
SSP/2.8.30 (20260614-4; Windows NT 10.0.26100)</description>
</item>
<item>
<title>0000788: 2.8.25以降でシェルの定義ミスが出る</title>
<link>https://bts.shillest.net/view.php?id=788</link>
<author></author>
<category>SSPBT</category>
<comments>https://bts.shillest.net/view.php?id=788#bugnotes</comments>
<guid isPermaLink="false">https://bts.shillest.net/view.php?id=788#1781420162</guid>
<mantis:severity>minor</mantis:severity>
<mantis:status>closed</mantis:status>
<pubDate>Sun, 14 Jun 2026 15:56:02 +0900</pubDate>
<description>SSPを2.8.25以降に更新するとゴーストの起動時にシェルの定義ミスの&amp;lt;br /&amp;gt;
エラーが出るようになりました。&amp;lt;br /&amp;gt;
&amp;lt;br /&amp;gt;
[SERIKO] Surface=9/Animation=0/Pattern=0 X 定義ミスです。&amp;lt;br /&amp;gt;
[SERIKO] Surface=9/Animation=0/Pattern=1 X 定義ミスです。&amp;lt;br /&amp;gt;
[SERIKO] Surface=9/Animation=0/Pattern=2 X 定義ミスです。&amp;lt;br /&amp;gt;
[SERIKO] Surface=9/Animation=0/Pattern=3 X 定義ミスです。&amp;lt;br /&amp;gt;
[SERIKO] Surface=9/Animation=0/Pattern=4 X 定義ミスです。&amp;lt;br /&amp;gt;
[SERIKO] Surface=9/Animation=0/Pattern=5 X 定義ミスです。&amp;lt;br /&amp;gt;
[SERIKO] Surface=9/Animation=0/Pattern=6 X 定義ミスです。&amp;lt;br /&amp;gt;
&amp;lt;br /&amp;gt;
surfaces.txtには以下のように書かれています。&amp;lt;br /&amp;gt;
&amp;lt;br /&amp;gt;
surface9&amp;lt;br /&amp;gt;
{&amp;lt;br /&amp;gt;
0interval,runonce&amp;lt;br /&amp;gt;
0pattern0,9,6,base&amp;lt;br /&amp;gt;
0pattern1,190,6,base&amp;lt;br /&amp;gt;
0pattern2,191,6,base&amp;lt;br /&amp;gt;
0pattern3,192,6,base&amp;lt;br /&amp;gt;
0pattern4,193,6,base&amp;lt;br /&amp;gt;
0pattern5,194,6,base&amp;lt;br /&amp;gt;
0pattern6,195,6,base&amp;lt;br /&amp;gt;
}&amp;lt;br /&amp;gt;
&amp;lt;br /&amp;gt;
surface9、190～195で段々大きくなって最後のsurface195が表示されます。&amp;lt;br /&amp;gt;
2.8.24まではエラーになっていなかったのですが書式が間違っているのでしょうか？</description>
</item>
</channel>
</rss>
