Help show the banner image map Interfaz Xenon

Results 1 to 5 of 5
  1. #1
    Valued Member 3ln3n3 is offline
    MemberRank
    Feb 2010 Join Date
    134Posts

    Help show the banner image map Interfaz Xenon

    Hi friends,

    My problem is that I want the xenon interface show me pictures of the maps in the waiting rooms.

    Screenshots




    Other problem

    I want to remove the lines that are displayed in the lobby of my server can someone tell me who is the image or the name of the image showing those stripes




    Thankss.


  2. #2
    In Progress... FFXIV... Anju is offline
    MemberRank
    Oct 2010 Join Date
    Mist Ward 7 #38Location
    1,946Posts

    Re: Help show the banner image map Interfaz Xenon

    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>

  3. #3
    Valued Member 3ln3n3 is offline
    MemberRank
    Feb 2010 Join Date
    134Posts

    Re: Help show the banner image map Interfaz Xenon

    Quote Originally Posted by Anju View Post
    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>


    Help me pls.

  4. #4
    Valued Member 3ln3n3 is offline
    MemberRank
    Feb 2010 Join Date
    134Posts

    Re: Help show the banner image map Interfaz Xenon

    Quote Originally Posted by Anju View Post
    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>
    the second option my friend helped me thanks

    -----------------------------------------

    Now the first option to display the banner map does not work :/

  5. #5
    In Progress... FFXIV... Anju is offline
    MemberRank
    Oct 2010 Join Date
    Mist Ward 7 #38Location
    1,946Posts

    Re: Help show the banner image map Interfaz Xenon

    Just look in the original default.mrs (Stage.xml) and see what is missing from your current Stage.xml.



Advertisement