GooGooGoooo!

写真付きで日記や趣味を書くならgooブログ

Missonに絵を出したい

2011-11-21 22:10:36 | Arma2 ADDON製作日記
 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;
};
};
};

でトリガーのの方に

Miss

て書いて、結果がこれ

oneesanmiss.jpg

おねえさんのお尻の上に載ったら、test01.paaが表示されるようにしたいのだけどっっ


最新の画像もっと見る

コメントを投稿