logo_hq? :S

Results 1 to 10 of 10
  1. #1
    Faraday Das Neves Jizeth is offline
    MemberRank
    Sep 2008 Join Date
    VenezuelaLocation
    392Posts

    logo_hq? :S

    hi,

    I need help understanding how I can make the logo_hq be animated.

    how do I create that is animated logo_hq?

    Please answer someone who knows.


  2. #2
    人◕ ‿‿ ◕人 Forean is offline
    MemberRank
    Jul 2008 Join Date
    1,183Posts

    Re: logo_hq? :S

    Well, From what i heard of bounty Hunter, you have to asm. That or im mistaken O_O

  3. #3

    Re: logo_hq? :S

    You need to edit the xml files. I've not looked into it though.

    It has been done before by Lambda.

  4. #4
    Status: Pooping eele is offline
    MemberRank
    Jul 2008 Join Date
    The NetherlandsLocation
    915Posts

    Re: logo_hq? :S

    Quote Originally Posted by Linear88 View Post
    You need to edit the xml files. I've not looked into it though.

    It has been done before by Lambda.
    Just editing jpg to gif, tought so O.o it's somewhere in default.mrs

  5. #5
    FGunZ Developer StephanW is offline
    MemberRank
    Dec 2008 Join Date
    The NetherlandsLocation
    743Posts

    Re: logo_hq? :S

    Quote Originally Posted by Jizeth View Post
    hi,

    I need help understanding how I can make the logo_hq be animated.

    how do I create that is animated logo_hq?

    Please answer someone who knows.
    http://forum.ragezone.com/f245/nice-...pleted-604006/

  6. #6
    Faraday Das Neves Jizeth is offline
    MemberRank
    Sep 2008 Join Date
    VenezuelaLocation
    392Posts

    Re: logo_hq? :S

    already answered in that post, the problem is the root link!
    Also try changing the way we see the image. Jpg to. Gif, but it did not work :s

  7. #7
    Account Upgraded | Title Enabled! alfredao is offline
    MemberRank
    Jan 2008 Join Date
    Coronel FabriciLocation
    705Posts

    Re: logo_hq? :S

    Try something like this.

    Code:
    <ANIMATIONTEMPLATE item="Lobby_Logo" parent="Lobby_MainBGTop">
      <DELAY>300</DELAY>
    	<BITMAP>gunz_logo_hq1.png</BITMAP>
    	<BITMAP>gunz_logo_hq2.png</BITMAP>
    	<BITMAP>gunz_logo_hq3.png</BITMAP>
    	<BITMAP>gunz_logo_hq4.png</BITMAP>
    	<BITMAP>gunz_logo_hq5.png</BITMAP>
    	<BITMAP>gunz_logo_hq6.png</BITMAP>
    	<BITMAP>gunz_logo_hq7.png</BITMAP>
    	<BITMAP>gunz_logo_hq8.png</BITMAP>
    </ANIMATIONTEMPLATE>
    <ANIMATION item="LobbyLogo" parent="Lobby_MainBGTop">
      <PLAYMODE>repetition</PLAYMODE>
      <ANIMTEMPLATE>Lobby_Logo</ANIMTEMPLATE>
      <BOUNDS>
    	<X>600</X>
    	<Y>3</Y>
    	<W>150</W>
    	<H>50</H>
      </BOUNDS>
    </ANIMATION>

  8. #8
    Faraday Das Neves Jizeth is offline
    MemberRank
    Sep 2008 Join Date
    VenezuelaLocation
    392Posts

    Re: logo_hq? :S

    That will put you in templates.xml or lobby.xml? Sorry for the dumb question xd

  9. #9

    Re: logo_hq? :S

    Quote Originally Posted by alfredao View Post
    Try something like this.

    Code:
    <ANIMATIONTEMPLATE item="Lobby_Logo" parent="Lobby_MainBGTop">
      <DELAY>300</DELAY>
        <BITMAP>gunz_logo_hq1.png</BITMAP>
        <BITMAP>gunz_logo_hq2.png</BITMAP>
        <BITMAP>gunz_logo_hq3.png</BITMAP>
        <BITMAP>gunz_logo_hq4.png</BITMAP>
        <BITMAP>gunz_logo_hq5.png</BITMAP>
        <BITMAP>gunz_logo_hq6.png</BITMAP>
        <BITMAP>gunz_logo_hq7.png</BITMAP>
        <BITMAP>gunz_logo_hq8.png</BITMAP>
    </ANIMATIONTEMPLATE>
    <ANIMATION item="LobbyLogo" parent="Lobby_MainBGTop">
      <PLAYMODE>repetition</PLAYMODE>
      <ANIMTEMPLATE>Lobby_Logo</ANIMTEMPLATE>
      <BOUNDS>
        <X>600</X>
        <Y>3</Y>
        <W>150</W>
        <H>50</H>
      </BOUNDS>
    </ANIMATION>
    I've done that yesterday.

    @Jizeth: Lobby.xml. Click Thanks if I've helped.

  10. #10
    Faraday Das Neves Jizeth is offline
    MemberRank
    Sep 2008 Join Date
    VenezuelaLocation
    392Posts

    Re: logo_hq? :S

    thank you to grant them because they are alfredao deserves and who gave me the code, and your response did not read it until today xD and solved the problem where I just hit the code xd



Advertisement