Stage.xml
Code:
<!-- Picture : 맵 이름 이미지 -->
<PICTURE item="MapImage" parent="StageGameInfo">
<BOUNDS>
<X>16</X>
<Y>16</Y>
<W>204</W>
<H>50</H>
</BOUNDS>
<STRETCH/>
</PICTURE>
<!-- ANIMATION : 맵 이름 배경 이미지 -->
<ANIMATION item="Stage_MapNameBG" parent="StageGameInfo">
<PLAYMODE>stop</PLAYMODE>
<ANIMTEMPLATE>MapAnimation</ANIMTEMPLATE>
<BOUNDS>
<X>14</X>
<Y>12</Y>
<W>236</W>
<H>96</H>
</BOUNDS>
<VISIBLE>true</VISIBLE>
<STRETCH/>
</ANIMATION>
It's missing this code from the looks of it. I can be wrong though.
For the other problem, try to remove this from your Lobby.xml
Code:
<BITMAP>stripe.tga</BITMAP>
To something like:
Code:
<BITMAP><!-- stripe.tga --></BITMAP>