Missionにトリガー機能で絵を出したいけど出せないんだなあ・・・description.txtに以下を書いているんだけど、うまくいきませんよ。
画像ファイルはMisshonフォルダのpicturesの中
class RscPicture
{
type = 0;
idc = -1;
style = 48;
colorBackground[] = {0, 0, 0, 0};
colorText[] = {1, 1, 1, 1};
font = "Zeppelin32";
size = 0;
};
class RscTitles
{
class UneBoiteDeDialogue
{
idd = -1;
movingEnable = 0;
fadein = 3;
duration = 15;
controls[] = {"test01"};
class test01 : RscPicture
{
style = 48;
text = "pictures\test01.paa";
sizeEx = 0;
x = 0.5;
y = 0.5;
w = 0.512;
h = 0.512;
};
};
};
でトリガーのの方に
て書いて、結果がこれ
おねえさんのお尻の上に載ったら、test01.paaが表示されるようにしたいのだけどっっ
画像ファイルはMisshonフォルダのpicturesの中
class RscPicture
{
type = 0;
idc = -1;
style = 48;
colorBackground[] = {0, 0, 0, 0};
colorText[] = {1, 1, 1, 1};
font = "Zeppelin32";
size = 0;
};
class RscTitles
{
class UneBoiteDeDialogue
{
idd = -1;
movingEnable = 0;
fadein = 3;
duration = 15;
controls[] = {"test01"};
class test01 : RscPicture
{
style = 48;
text = "pictures\test01.paa";
sizeEx = 0;
x = 0.5;
y = 0.5;
w = 0.512;
h = 0.512;
};
};
};
でトリガーのの方に
て書いて、結果がこれ
おねえさんのお尻の上に載ったら、test01.paaが表示されるようにしたいのだけどっっ
※コメント投稿者のブログIDはブログ作成者のみに通知されます