●シーン指定モーニング起動について、たとえば、
% OdemRun ... -a --noopening --menu=LEVEL3,0
のように実行すると、「LEVEL3」部屋0ではなく「Fire_Dungeon(Room7)」が選択されてる。
ちなみに、このメニュー項目は
--------ここから--------
(前略
LEVEL3,(0),LEVEL3,0,0,-1,
LEVEL3,(1),LEVEL3,1,0,-1,
LEVEL3,(2),LEVEL3,2,0,-1,
(中略
Fire_Dungeon(Room3),,LEVEL3,3,0,-1,
Fire_Dungeon(Room4),,LEVEL3,4,0,-1,
Fire_Dungeon(Room7),,LEVEL3,7,0,-1,
(後略
--------ここまで--------
となっていて、メニューテキストmenu.datの中でもっとも後にある「LEVEL3」ディレクトリ。
同じディレクトリに属する部屋が異なる表示タイトルのステージに含まれていた場合、もっとも後の
ステージになってしまうのか?ちなみに、メニューの「LEVEL3」はちゃんと<(3)>になってる。
→対処済み。岩脇さんが。もっとも前のステージになるように。
About the scene specification morning launch.. when I execute it like with % OdemRun ... -a --noopening --menu=LEVEL3,0, for example, Fire_Dungeon(Room7) is selected, not LEVEL3.
By the way, the menu entries are...
--------From Here--------
(Omitted)
LEVEL3,(0),LEVEL3,0,0,-1,
LEVEL3,(1),LEVEL3,1,0,-1,
LEVEL3,(2),LEVEL3,2,0,-1,
(Omitted)
Fire_Dungeon(Room3),,LEVEL3,3,0,-1,
Fire_Dungeon(Room4),,LEVEL3,4,0,-1,
Fire_Dungeon(Room7),,LEVEL3,7,0,-1,
(Omitted)
--------To Here--------
...the LEVEL3 directory being the very last one in the menu text of menu.dat.
In the event that rooms from the same directory are included in stages with a different display title, will they be the very last stage?
By the way, LEVEL3 in the menu is (3).
--It's been dealt with by Iwawaki so they become the first stage.
●「リソース登録所」について。
○SRDさんのPCの環境は?Admin権限は使えるか?ActiveXのインストールは可能か?
→可能。
What about SRD's PC environment? Can you use Admin powers? Is an ActiveX install possible?
--It's possible.
○リソースファイルをローカルPCにコピーするとき、そのコピー先パスは?%ZELDA_JMAP_DIR%\rom\DVDRoot?
→%GCZELDA1_ROOT%/GDEVImage/DVDRootで。%GCZELDA1_ROOT%が未定義ならダメ。
When copying the resource files to a local PC, what path should I copy to? %ZELDA_JMAP_DIR%\rom\DVDRoot?
--%GCZELDA1_ROOT%/GDEVImage/DVDRoot. If %GCZELDA1_ROOT% is unspecified, it's a no-go. |